2024-04-01T19:25:16.297 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-04-01T19:25:16.297 DEBUG:teuthology.run:Teuthology command: teuthology --name lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi --owner scheduled_lflores@teuthology --verbose --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --archive /home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096 -- /home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096/orig.config.yaml 2024-04-01T19:25:16.327 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-01T19:25:16.413 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096 branch: wip-yuri8-testing-2024-03-25-1419 description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: null first_in_suite: false job_id: '7634096' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri8-testing-2024-03-25-1419 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum sha1: e142085d06ebbedb32196116c9f19e2d28f93430 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e142085d06ebbedb32196116c9f19e2d28f93430 workunit: branch: wip-tracker-64864 sha1: b64378df0aa36ce626cf358e9d2b6f4658480c2f owner: scheduled_lflores@teuthology priority: 75 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: 3833 sha1: e142085d06ebbedb32196116c9f19e2d28f93430 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-tracker-64864 suite_path: /home/teuthworker/src/github.com_ljflores_ceph_b64378df0aa36ce626cf358e9d2b6f4658480c2f/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: b64378df0aa36ce626cf358e9d2b6f4658480c2f targets: smithi040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEAjwEQcMOhW7fLKAZn6aeo1fLZ401Lu1yzyz47s5v5r6I67za++XNr/25NHpWPvfkpsUemSvD33ZZnukot4/98= smithi046.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOrW+R40fm1mQwSt/ScXmvoKn+flGmJDD5z+sHlYpn7RsiU9vsE6Yq6xgS+Sy7gla13cy6LotFcZyD/eNVfDjjE= smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNjC/GJw0vX7031xB6/oMOen+3RUMD4pUCrxsNUYJ0L4og5k/aCEbM7WTfqahzsodZUDdcQAWNHArsYD3hVt3+E= 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-04-01_18:07:25 tube: smithi user: lflores verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-01T19:25:16.413 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_b64378df0aa36ce626cf358e9d2b6f4658480c2f/qa; will attempt to use it 2024-04-01T19:25:16.414 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_b64378df0aa36ce626cf358e9d2b6f4658480c2f/qa/tasks 2024-04-01T19:25:16.414 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-01T19:25:16.415 INFO:teuthology.task.internal:Checking packages... 2024-04-01T19:25:16.439 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e142085d06ebbedb32196116c9f19e2d28f93430' 2024-04-01T19:25:16.440 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-01T19:25:16.440 INFO:teuthology.packaging:ref: None 2024-04-01T19:25:16.440 INFO:teuthology.packaging:tag: None 2024-04-01T19:25:16.440 INFO:teuthology.packaging:branch: wip-yuri8-testing-2024-03-25-1419 2024-04-01T19:25:16.440 INFO:teuthology.packaging:sha1: e142085d06ebbedb32196116c9f19e2d28f93430 2024-04-01T19:25:16.440 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuri8-testing-2024-03-25-1419 2024-04-01T19:25:16.587 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2492-ge142085d-1jammy 2024-04-01T19:25:16.589 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-01T19:25:16.596 INFO:teuthology.task.internal:no buildpackages task found 2024-04-01T19:25:16.596 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-01T19:25:16.611 INFO:teuthology.task.internal:Saving configuration 2024-04-01T19:25:16.624 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-01T19:25:16.630 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-01T19:25:16.664 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-01 19:19:24.312878', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOTBhV0M2hzYtBCC0Lq6ENrSYfLQUAb34XtTzs8uzbtF'} 2024-04-01T19:25:16.696 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-01 19:19:24.313900', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHHQy9JumFD2S7R3ii6M9bZFxZzXqkjCexQ2xP6axasX'} 2024-04-01T19:25:16.728 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-01 19:19:24.311612', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK7vTnH1momVB9q/7wgrN+NtxZ/UarfrdpsD76KL2PZ4'} 2024-04-01T19:25:16.728 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-01T19:25:16.734 INFO:teuthology.task.internal:roles: ubuntu@smithi040.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-01T19:25:16.734 INFO:teuthology.task.internal:roles: ubuntu@smithi046.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-01T19:25:16.734 INFO:teuthology.task.internal:roles: ubuntu@smithi063.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-01T19:25:16.735 INFO:teuthology.run_tasks:Running task console_log... 2024-04-01T19:25:16.866 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f94cb10bf70>, signals=[15]) 2024-04-01T19:25:16.866 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-01T19:25:16.872 INFO:teuthology.task.internal:Opening connections... 2024-04-01T19:25:16.872 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi040.front.sepia.ceph.com 2024-04-01T19:25:16.874 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-01T19:25:16.964 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi046.front.sepia.ceph.com 2024-04-01T19:25:16.965 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-01T19:25:17.052 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2024-04-01T19:25:17.053 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-01T19:25:17.140 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-01T19:25:17.147 DEBUG:teuthology.orchestra.run.smithi040:> uname -m 2024-04-01T19:25:17.153 INFO:teuthology.orchestra.run.smithi040.stdout:x86_64 2024-04-01T19:25:17.153 DEBUG:teuthology.orchestra.run.smithi040:> cat /etc/os-release 2024-04-01T19:25:17.202 INFO:teuthology.orchestra.run.smithi040.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-01T19:25:17.202 INFO:teuthology.orchestra.run.smithi040.stdout:NAME="Ubuntu" 2024-04-01T19:25:17.202 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_ID="22.04" 2024-04-01T19:25:17.202 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-01T19:25:17.202 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_CODENAME=jammy 2024-04-01T19:25:17.202 INFO:teuthology.orchestra.run.smithi040.stdout:ID=ubuntu 2024-04-01T19:25:17.202 INFO:teuthology.orchestra.run.smithi040.stdout:ID_LIKE=debian 2024-04-01T19:25:17.202 INFO:teuthology.orchestra.run.smithi040.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-01T19:25:17.202 INFO:teuthology.orchestra.run.smithi040.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-01T19:25:17.203 INFO:teuthology.orchestra.run.smithi040.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-01T19:25:17.203 INFO:teuthology.orchestra.run.smithi040.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-01T19:25:17.203 INFO:teuthology.orchestra.run.smithi040.stdout:UBUNTU_CODENAME=jammy 2024-04-01T19:25:17.203 INFO:teuthology.lock.ops:Updating smithi040.front.sepia.ceph.com on lock server 2024-04-01T19:25:17.232 DEBUG:teuthology.orchestra.run.smithi046:> uname -m 2024-04-01T19:25:17.238 INFO:teuthology.orchestra.run.smithi046.stdout:x86_64 2024-04-01T19:25:17.238 DEBUG:teuthology.orchestra.run.smithi046:> cat /etc/os-release 2024-04-01T19:25:17.286 INFO:teuthology.orchestra.run.smithi046.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-01T19:25:17.286 INFO:teuthology.orchestra.run.smithi046.stdout:NAME="Ubuntu" 2024-04-01T19:25:17.286 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_ID="22.04" 2024-04-01T19:25:17.286 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-01T19:25:17.286 INFO:teuthology.orchestra.run.smithi046.stdout:VERSION_CODENAME=jammy 2024-04-01T19:25:17.286 INFO:teuthology.orchestra.run.smithi046.stdout:ID=ubuntu 2024-04-01T19:25:17.286 INFO:teuthology.orchestra.run.smithi046.stdout:ID_LIKE=debian 2024-04-01T19:25:17.286 INFO:teuthology.orchestra.run.smithi046.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-01T19:25:17.286 INFO:teuthology.orchestra.run.smithi046.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-01T19:25:17.286 INFO:teuthology.orchestra.run.smithi046.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-01T19:25:17.287 INFO:teuthology.orchestra.run.smithi046.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-01T19:25:17.287 INFO:teuthology.orchestra.run.smithi046.stdout:UBUNTU_CODENAME=jammy 2024-04-01T19:25:17.287 INFO:teuthology.lock.ops:Updating smithi046.front.sepia.ceph.com on lock server 2024-04-01T19:25:17.315 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2024-04-01T19:25:17.321 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2024-04-01T19:25:17.321 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2024-04-01T19:25:17.368 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-01T19:25:17.368 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="Ubuntu" 2024-04-01T19:25:17.368 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="22.04" 2024-04-01T19:25:17.368 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-01T19:25:17.368 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_CODENAME=jammy 2024-04-01T19:25:17.368 INFO:teuthology.orchestra.run.smithi063.stdout:ID=ubuntu 2024-04-01T19:25:17.369 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE=debian 2024-04-01T19:25:17.369 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-01T19:25:17.369 INFO:teuthology.orchestra.run.smithi063.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-01T19:25:17.369 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-01T19:25:17.369 INFO:teuthology.orchestra.run.smithi063.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-01T19:25:17.369 INFO:teuthology.orchestra.run.smithi063.stdout:UBUNTU_CODENAME=jammy 2024-04-01T19:25:17.369 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2024-04-01T19:25:17.399 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-01T19:25:17.408 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-01T19:25:17.437 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-01T19:25:17.437 DEBUG:teuthology.orchestra.run.smithi040:> test '!' -e /home/ubuntu/cephtest 2024-04-01T19:25:17.440 DEBUG:teuthology.orchestra.run.smithi046:> test '!' -e /home/ubuntu/cephtest 2024-04-01T19:25:17.442 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2024-04-01T19:25:17.447 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-01T19:25:17.471 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-01T19:25:17.471 DEBUG:teuthology.orchestra.run.smithi040:> test -z $(ls -A /var/lib/ceph) 2024-04-01T19:25:17.487 DEBUG:teuthology.orchestra.run.smithi046:> test -z $(ls -A /var/lib/ceph) 2024-04-01T19:25:17.489 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2024-04-01T19:25:17.594 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-01T19:25:17.688 INFO:teuthology.run_tasks:Running task kernel... 2024-04-01T19:25:17.704 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-04-01T19:25:17.704 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-04-01T19:25:17.704 DEBUG:teuthology.orchestra.run.smithi040:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-01T19:25:17.705 DEBUG:teuthology.orchestra.run.smithi046:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-01T19:25:17.705 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-01T19:25:17.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-01T19:25:17.710 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-04-01T19:25:17.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-01T19:25:17.711 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-01T19:25:17.712 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-04-01T19:25:17.712 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-04-01T19:25:17.758 INFO:teuthology.orchestra.run.smithi040.stdout:5.15.0-56-generic 2024-04-01T19:25:17.759 INFO:teuthology.orchestra.run.smithi046.stdout:5.15.0-56-generic 2024-04-01T19:25:17.759 INFO:teuthology.task.kernel:Running kernel on smithi040: 5.15.0-56-generic 2024-04-01T19:25:17.759 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get clean 2024-04-01T19:25:17.759 INFO:teuthology.task.kernel:Running kernel on smithi046: 5.15.0-56-generic 2024-04-01T19:25:17.759 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get clean 2024-04-01T19:25:17.760 INFO:teuthology.orchestra.run.smithi063.stdout:5.15.0-56-generic 2024-04-01T19:25:17.761 INFO:teuthology.task.kernel:Running kernel on smithi063: 5.15.0-56-generic 2024-04-01T19:25:17.761 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get clean 2024-04-01T19:25:17.885 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-04-01T19:25:17.894 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2024-04-01T19:25:17.922 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get update 2024-04-01T19:25:18.050 INFO:teuthology.orchestra.run.smithi063.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-01T19:25:18.051 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-01T19:25:18.077 INFO:teuthology.orchestra.run.smithi046.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-01T19:25:18.106 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-01T19:25:18.107 INFO:teuthology.orchestra.run.smithi040.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-01T19:25:18.108 INFO:teuthology.orchestra.run.smithi040.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-01T19:25:18.157 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-01T19:25:18.160 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-01T19:25:18.161 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-01T19:25:18.187 INFO:teuthology.orchestra.run.smithi040.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-01T19:25:18.242 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-01T19:25:18.282 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-01T19:25:18.292 INFO:teuthology.orchestra.run.smithi046.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-01T19:25:18.367 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-01T19:25:18.380 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,518 kB] 2024-04-01T19:25:18.387 INFO:teuthology.orchestra.run.smithi040.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-01T19:25:18.418 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-01T19:25:18.422 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-01T19:25:18.423 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-01T19:25:18.424 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-01T19:25:18.429 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-01T19:25:18.430 INFO:teuthology.orchestra.run.smithi046.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-04-01T19:25:18.432 INFO:teuthology.orchestra.run.smithi046.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-04-01T19:25:18.462 INFO:teuthology.orchestra.run.smithi063.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-01T19:25:18.462 INFO:teuthology.orchestra.run.smithi046.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-04-01T19:25:18.463 INFO:teuthology.orchestra.run.smithi063.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-01T19:25:18.468 INFO:teuthology.orchestra.run.smithi063.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-01T19:25:18.468 INFO:teuthology.orchestra.run.smithi063.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-01T19:25:18.468 INFO:teuthology.orchestra.run.smithi046.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-01T19:25:18.469 INFO:teuthology.orchestra.run.smithi046.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-01T19:25:18.482 INFO:teuthology.orchestra.run.smithi063.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-01T19:25:18.488 INFO:teuthology.orchestra.run.smithi046.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-01T19:25:18.501 INFO:teuthology.orchestra.run.smithi063.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-01T19:25:18.504 INFO:teuthology.orchestra.run.smithi063.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-01T19:25:18.506 INFO:teuthology.orchestra.run.smithi040.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,518 kB] 2024-04-01T19:25:18.509 INFO:teuthology.orchestra.run.smithi063.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-01T19:25:18.510 INFO:teuthology.orchestra.run.smithi063.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-01T19:25:18.513 INFO:teuthology.orchestra.run.smithi046.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-01T19:25:18.514 INFO:teuthology.orchestra.run.smithi046.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-01T19:25:18.515 INFO:teuthology.orchestra.run.smithi046.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-01T19:25:18.515 INFO:teuthology.orchestra.run.smithi046.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-01T19:25:18.515 INFO:teuthology.orchestra.run.smithi046.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-01T19:25:18.516 INFO:teuthology.orchestra.run.smithi046.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-01T19:25:18.531 INFO:teuthology.orchestra.run.smithi046.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-01T19:25:18.532 INFO:teuthology.orchestra.run.smithi046.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-01T19:25:18.533 INFO:teuthology.orchestra.run.smithi046.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-01T19:25:18.544 INFO:teuthology.orchestra.run.smithi063.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-01T19:25:18.545 INFO:teuthology.orchestra.run.smithi063.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-01T19:25:18.552 INFO:teuthology.orchestra.run.smithi040.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-01T19:25:18.552 INFO:teuthology.orchestra.run.smithi046.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-01T19:25:18.552 INFO:teuthology.orchestra.run.smithi046.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-01T19:25:18.553 INFO:teuthology.orchestra.run.smithi046.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-01T19:25:18.553 INFO:teuthology.orchestra.run.smithi046.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-01T19:25:18.553 INFO:teuthology.orchestra.run.smithi046.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-01T19:25:18.563 INFO:teuthology.orchestra.run.smithi040.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-01T19:25:18.569 INFO:teuthology.orchestra.run.smithi040.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-01T19:25:18.569 INFO:teuthology.orchestra.run.smithi040.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-01T19:25:18.570 INFO:teuthology.orchestra.run.smithi040.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-01T19:25:18.606 INFO:teuthology.orchestra.run.smithi063.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-01T19:25:18.609 INFO:teuthology.orchestra.run.smithi046.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [436 kB] 2024-04-01T19:25:18.610 INFO:teuthology.orchestra.run.smithi040.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-01T19:25:18.614 INFO:teuthology.orchestra.run.smithi040.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-01T19:25:18.614 INFO:teuthology.orchestra.run.smithi040.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-01T19:25:18.621 INFO:teuthology.orchestra.run.smithi040.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-01T19:25:18.627 INFO:teuthology.orchestra.run.smithi040.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-01T19:25:18.631 INFO:teuthology.orchestra.run.smithi040.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-01T19:25:18.633 INFO:teuthology.orchestra.run.smithi040.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-01T19:25:18.663 INFO:teuthology.orchestra.run.smithi040.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-01T19:25:18.663 INFO:teuthology.orchestra.run.smithi040.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-01T19:25:18.664 INFO:teuthology.orchestra.run.smithi040.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-01T19:25:18.664 INFO:teuthology.orchestra.run.smithi040.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-01T19:25:18.664 INFO:teuthology.orchestra.run.smithi040.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-01T19:25:18.666 INFO:teuthology.orchestra.run.smithi040.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-01T19:25:18.667 INFO:teuthology.orchestra.run.smithi040.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-04-01T19:25:18.685 INFO:teuthology.orchestra.run.smithi040.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-04-01T19:25:18.686 INFO:teuthology.orchestra.run.smithi040.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-04-01T19:25:18.689 INFO:teuthology.orchestra.run.smithi040.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-01T19:25:18.689 INFO:teuthology.orchestra.run.smithi040.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-01T19:25:18.695 INFO:teuthology.orchestra.run.smithi040.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-01T19:25:18.712 INFO:teuthology.orchestra.run.smithi040.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-01T19:25:18.715 INFO:teuthology.orchestra.run.smithi040.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-01T19:25:18.716 INFO:teuthology.orchestra.run.smithi040.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-01T19:25:18.717 INFO:teuthology.orchestra.run.smithi040.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-01T19:25:18.717 INFO:teuthology.orchestra.run.smithi040.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-01T19:25:18.717 INFO:teuthology.orchestra.run.smithi040.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-01T19:25:18.733 INFO:teuthology.orchestra.run.smithi040.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-01T19:25:18.734 INFO:teuthology.orchestra.run.smithi040.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-01T19:25:18.735 INFO:teuthology.orchestra.run.smithi040.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-01T19:25:18.744 INFO:teuthology.orchestra.run.smithi063.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,518 kB] 2024-04-01T19:25:18.754 INFO:teuthology.orchestra.run.smithi040.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-01T19:25:18.754 INFO:teuthology.orchestra.run.smithi040.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-01T19:25:18.754 INFO:teuthology.orchestra.run.smithi040.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-01T19:25:18.755 INFO:teuthology.orchestra.run.smithi040.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-01T19:25:18.755 INFO:teuthology.orchestra.run.smithi040.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-01T19:25:18.889 INFO:teuthology.orchestra.run.smithi046.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,303 kB] 2024-04-01T19:25:19.047 INFO:teuthology.orchestra.run.smithi063.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [602 kB] 2024-04-01T19:25:19.055 INFO:teuthology.orchestra.run.smithi046.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [233 kB] 2024-04-01T19:25:19.068 INFO:teuthology.orchestra.run.smithi046.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-01T19:25:19.068 INFO:teuthology.orchestra.run.smithi046.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-04-01T19:25:19.070 INFO:teuthology.orchestra.run.smithi046.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,616 kB] 2024-04-01T19:25:19.087 INFO:teuthology.orchestra.run.smithi063.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [293 kB] 2024-04-01T19:25:19.105 INFO:teuthology.orchestra.run.smithi063.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-01T19:25:19.106 INFO:teuthology.orchestra.run.smithi063.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,644 kB] 2024-04-01T19:25:19.150 INFO:teuthology.orchestra.run.smithi046.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [271 kB] 2024-04-01T19:25:19.158 INFO:teuthology.orchestra.run.smithi046.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-01T19:25:19.159 INFO:teuthology.orchestra.run.smithi046.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-04-01T19:25:19.164 INFO:teuthology.orchestra.run.smithi063.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-04-01T19:25:19.165 INFO:teuthology.orchestra.run.smithi063.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [274 kB] 2024-04-01T19:25:19.173 INFO:teuthology.orchestra.run.smithi063.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-01T19:25:19.175 INFO:teuthology.orchestra.run.smithi046.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-01T19:25:19.337 INFO:teuthology.orchestra.run.smithi063.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,060 kB] 2024-04-01T19:25:19.359 INFO:teuthology.orchestra.run.smithi046.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-01T19:25:19.762 INFO:teuthology.orchestra.run.smithi046.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-01T19:25:19.767 INFO:teuthology.orchestra.run.smithi046.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-04-01T19:25:19.781 INFO:teuthology.orchestra.run.smithi046.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-01T19:25:19.781 INFO:teuthology.orchestra.run.smithi046.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-04-01T19:25:19.783 INFO:teuthology.orchestra.run.smithi046.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-01T19:25:19.968 INFO:teuthology.orchestra.run.smithi063.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [698 kB] 2024-04-01T19:25:20.006 INFO:teuthology.orchestra.run.smithi063.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [241 kB] 2024-04-01T19:25:20.018 INFO:teuthology.orchestra.run.smithi063.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-01T19:25:20.019 INFO:teuthology.orchestra.run.smithi063.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [6,028 B] 2024-04-01T19:25:20.020 INFO:teuthology.orchestra.run.smithi063.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [49.6 kB] 2024-04-01T19:25:20.023 INFO:teuthology.orchestra.run.smithi063.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [12.0 kB] 2024-04-01T19:25:20.023 INFO:teuthology.orchestra.run.smithi063.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-01T19:25:20.024 INFO:teuthology.orchestra.run.smithi063.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-01T19:25:20.050 INFO:teuthology.orchestra.run.smithi063.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-01T19:25:20.053 INFO:teuthology.orchestra.run.smithi063.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-01T19:25:20.217 INFO:teuthology.orchestra.run.smithi063.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-01T19:25:20.299 INFO:teuthology.orchestra.run.smithi063.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-01T19:25:20.381 INFO:teuthology.orchestra.run.smithi063.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-01T19:25:20.462 INFO:teuthology.orchestra.run.smithi063.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-01T19:25:20.492 INFO:teuthology.orchestra.run.smithi063.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-01T19:25:24.426 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 12.6 MB in 2s (6,807 kB/s) 2024-04-01T19:25:24.511 INFO:teuthology.orchestra.run.smithi040.stdout:Fetched 12.6 MB in 2s (6,466 kB/s) 2024-04-01T19:25:25.007 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 12.6 MB in 3s (4,968 kB/s) 2024-04-01T19:25:25.753 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-04-01T19:25:25.770 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-01T19:25:25.834 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-04-01T19:25:26.035 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2024-04-01T19:25:26.035 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2024-04-01T19:25:26.039 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2024-04-01T19:25:26.057 DEBUG:teuthology.orchestra.run.smithi040:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-01T19:25:26.167 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2024-04-01T19:25:26.214 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages were automatically installed and are no longer required: 2024-04-01T19:25:26.214 INFO:teuthology.orchestra.run.smithi046.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-01T19:25:26.214 INFO:teuthology.orchestra.run.smithi046.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-01T19:25:26.215 INFO:teuthology.orchestra.run.smithi046.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-01T19:25:26.215 INFO:teuthology.orchestra.run.smithi046.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-01T19:25:26.215 INFO:teuthology.orchestra.run.smithi046.stdout: python2.7-minimal 2024-04-01T19:25:26.215 INFO:teuthology.orchestra.run.smithi046.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-01T19:25:26.216 INFO:teuthology.orchestra.run.smithi046.stdout:The following additional packages will be installed: 2024-04-01T19:25:26.216 INFO:teuthology.orchestra.run.smithi046.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-01T19:25:26.216 INFO:teuthology.orchestra.run.smithi046.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-01T19:25:26.217 INFO:teuthology.orchestra.run.smithi046.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-01T19:25:26.218 INFO:teuthology.orchestra.run.smithi046.stdout:Suggested packages: 2024-04-01T19:25:26.218 INFO:teuthology.orchestra.run.smithi046.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-01T19:25:26.218 INFO:teuthology.orchestra.run.smithi046.stdout:Recommended packages: 2024-04-01T19:25:26.218 INFO:teuthology.orchestra.run.smithi046.stdout: thermald 2024-04-01T19:25:26.263 INFO:teuthology.orchestra.run.smithi046.stdout:The following NEW packages will be installed: 2024-04-01T19:25:26.263 INFO:teuthology.orchestra.run.smithi046.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-01T19:25:26.263 INFO:teuthology.orchestra.run.smithi046.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-01T19:25:26.263 INFO:teuthology.orchestra.run.smithi046.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-01T19:25:26.265 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages will be upgraded: 2024-04-01T19:25:26.265 INFO:teuthology.orchestra.run.smithi046.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-01T19:25:26.321 INFO:teuthology.orchestra.run.smithi046.stdout:3 upgraded, 5 newly installed, 0 to remove and 311 not upgraded. 2024-04-01T19:25:26.321 INFO:teuthology.orchestra.run.smithi046.stdout:Need to get 113 MB of archives. 2024-04-01T19:25:26.321 INFO:teuthology.orchestra.run.smithi046.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-01T19:25:26.321 INFO:teuthology.orchestra.run.smithi046.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-04-01T19:25:26.370 INFO:teuthology.orchestra.run.smithi040.stdout:Building dependency tree... 2024-04-01T19:25:26.370 INFO:teuthology.orchestra.run.smithi040.stdout:Reading state information... 2024-04-01T19:25:26.388 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-04-01T19:25:26.407 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-01T19:25:26.471 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-04-01T19:25:26.547 INFO:teuthology.orchestra.run.smithi040.stdout:The following packages were automatically installed and are no longer required: 2024-04-01T19:25:26.547 INFO:teuthology.orchestra.run.smithi040.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-01T19:25:26.548 INFO:teuthology.orchestra.run.smithi040.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-01T19:25:26.548 INFO:teuthology.orchestra.run.smithi040.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-01T19:25:26.548 INFO:teuthology.orchestra.run.smithi040.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-01T19:25:26.548 INFO:teuthology.orchestra.run.smithi040.stdout: python2.7-minimal 2024-04-01T19:25:26.548 INFO:teuthology.orchestra.run.smithi040.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-01T19:25:26.549 INFO:teuthology.orchestra.run.smithi040.stdout:The following additional packages will be installed: 2024-04-01T19:25:26.550 INFO:teuthology.orchestra.run.smithi040.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-01T19:25:26.550 INFO:teuthology.orchestra.run.smithi040.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-01T19:25:26.550 INFO:teuthology.orchestra.run.smithi040.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-01T19:25:26.551 INFO:teuthology.orchestra.run.smithi040.stdout:Suggested packages: 2024-04-01T19:25:26.551 INFO:teuthology.orchestra.run.smithi040.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-01T19:25:26.551 INFO:teuthology.orchestra.run.smithi040.stdout:Recommended packages: 2024-04-01T19:25:26.551 INFO:teuthology.orchestra.run.smithi040.stdout: thermald 2024-04-01T19:25:26.600 INFO:teuthology.orchestra.run.smithi040.stdout:The following NEW packages will be installed: 2024-04-01T19:25:26.600 INFO:teuthology.orchestra.run.smithi040.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-01T19:25:26.601 INFO:teuthology.orchestra.run.smithi040.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-01T19:25:26.601 INFO:teuthology.orchestra.run.smithi040.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-01T19:25:26.602 INFO:teuthology.orchestra.run.smithi040.stdout:The following packages will be upgraded: 2024-04-01T19:25:26.603 INFO:teuthology.orchestra.run.smithi040.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-01T19:25:26.674 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-04-01T19:25:26.674 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-04-01T19:25:26.783 INFO:teuthology.orchestra.run.smithi040.stdout:3 upgraded, 5 newly installed, 0 to remove and 311 not upgraded. 2024-04-01T19:25:26.784 INFO:teuthology.orchestra.run.smithi040.stdout:Need to get 113 MB of archives. 2024-04-01T19:25:26.784 INFO:teuthology.orchestra.run.smithi040.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-01T19:25:26.784 INFO:teuthology.orchestra.run.smithi040.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-04-01T19:25:26.854 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-04-01T19:25:26.854 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-01T19:25:26.854 INFO:teuthology.orchestra.run.smithi063.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-01T19:25:26.855 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-01T19:25:26.855 INFO:teuthology.orchestra.run.smithi063.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-01T19:25:26.855 INFO:teuthology.orchestra.run.smithi063.stdout: python2.7-minimal 2024-04-01T19:25:26.855 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-01T19:25:26.856 INFO:teuthology.orchestra.run.smithi063.stdout:The following additional packages will be installed: 2024-04-01T19:25:26.857 INFO:teuthology.orchestra.run.smithi063.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-01T19:25:26.857 INFO:teuthology.orchestra.run.smithi063.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-04-01T19:25:26.857 INFO:teuthology.orchestra.run.smithi063.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-04-01T19:25:26.858 INFO:teuthology.orchestra.run.smithi063.stdout:Suggested packages: 2024-04-01T19:25:26.858 INFO:teuthology.orchestra.run.smithi063.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-01T19:25:26.858 INFO:teuthology.orchestra.run.smithi063.stdout:Recommended packages: 2024-04-01T19:25:26.859 INFO:teuthology.orchestra.run.smithi063.stdout: thermald 2024-04-01T19:25:26.910 INFO:teuthology.orchestra.run.smithi063.stdout:The following NEW packages will be installed: 2024-04-01T19:25:26.910 INFO:teuthology.orchestra.run.smithi063.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-04-01T19:25:26.910 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-04-01T19:25:26.911 INFO:teuthology.orchestra.run.smithi063.stdout: linux-modules-extra-5.15.0-101-generic 2024-04-01T19:25:26.912 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages will be upgraded: 2024-04-01T19:25:26.912 INFO:teuthology.orchestra.run.smithi063.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-01T19:25:26.927 INFO:teuthology.orchestra.run.smithi046.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-04-01T19:25:27.017 INFO:teuthology.orchestra.run.smithi063.stdout:3 upgraded, 5 newly installed, 0 to remove and 311 not upgraded. 2024-04-01T19:25:27.018 INFO:teuthology.orchestra.run.smithi063.stdout:Need to get 113 MB of archives. 2024-04-01T19:25:27.018 INFO:teuthology.orchestra.run.smithi063.stdout:After this operation, 582 MB of additional disk space will be used. 2024-04-01T19:25:27.018 INFO:teuthology.orchestra.run.smithi063.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-04-01T19:25:27.110 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-04-01T19:25:27.950 INFO:teuthology.orchestra.run.smithi063.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-04-01T19:25:28.210 INFO:teuthology.orchestra.run.smithi040.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-04-01T19:25:28.222 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-04-01T19:25:28.545 INFO:teuthology.orchestra.run.smithi040.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-04-01T19:25:28.571 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-04-01T19:25:28.571 INFO:teuthology.orchestra.run.smithi046.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-04-01T19:25:28.572 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-04-01T19:25:28.887 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-04-01T19:25:28.949 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-04-01T19:25:29.349 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 113 MB in 3s (42.3 MB/s) 2024-04-01T19:25:29.432 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-04-01T19:25:29.432 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-04-01T19:25:29.432 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-04-01T19:25:29.548 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-01T19:25:29.576 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-04-01T19:25:29.601 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-04-01T19:25:30.016 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 113 MB in 3s (42.2 MB/s) 2024-04-01T19:25:30.173 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-01T19:25:30.703 INFO:teuthology.orchestra.run.smithi040.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-04-01T19:25:30.703 INFO:teuthology.orchestra.run.smithi040.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-04-01T19:25:30.703 INFO:teuthology.orchestra.run.smithi040.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-04-01T19:25:31.114 INFO:teuthology.orchestra.run.smithi040.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-04-01T19:25:31.167 INFO:teuthology.orchestra.run.smithi040.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-04-01T19:25:31.475 INFO:teuthology.orchestra.run.smithi046.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-01T19:25:31.480 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-01T19:25:31.579 INFO:teuthology.orchestra.run.smithi040.stdout:Fetched 113 MB in 5s (24.8 MB/s) 2024-04-01T19:25:31.730 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:31.742 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-04-01T19:25:32.132 INFO:teuthology.orchestra.run.smithi063.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-01T19:25:32.136 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-01T19:25:32.321 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:33.796 INFO:teuthology.orchestra.run.smithi040.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-01T19:25:33.800 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-01T19:25:34.115 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:34.364 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-01T19:25:34.385 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-01T19:25:34.464 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-01T19:25:34.472 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:34.486 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-01T19:25:34.584 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:34.900 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-01T19:25:34.921 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-01T19:25:34.950 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:35.042 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-01T19:25:35.064 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-01T19:25:35.100 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:36.375 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-04-01T19:25:36.396 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-01T19:25:36.478 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:36.945 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-04-01T19:25:36.966 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-01T19:25:37.003 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:41.300 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-01T19:25:41.407 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-01T19:25:41.509 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-01T19:25:41.627 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-01T19:25:41.707 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-01T19:25:41.844 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-01T19:25:41.969 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-01T19:25:42.097 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-01T19:25:42.181 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-01T19:25:42.203 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-01T19:25:42.247 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-01T19:25:42.392 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-01T19:25:42.415 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-01T19:25:42.458 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-01T19:25:43.957 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-04-01T19:25:44.057 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-01T19:25:44.424 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-04-01T19:25:44.552 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-01T19:25:44.880 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-04-01T19:25:44.903 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-04-01T19:25:44.938 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-01T19:25:47.680 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-01T19:25:47.718 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-01T19:25:47.755 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:47.766 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-01T19:25:47.803 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-01T19:25:47.849 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:50.595 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-01T19:25:50.716 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-01T19:25:50.977 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-04-01T19:25:51.015 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-04-01T19:25:51.044 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:51.058 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-01T19:25:51.175 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-01T19:25:51.179 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:51.297 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-01T19:25:51.309 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-01T19:25:51.409 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:51.684 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-01T19:25:51.805 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:51.915 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-01T19:25:52.044 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:52.750 INFO:teuthology.orchestra.run.smithi063.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-01T19:25:52.750 INFO:teuthology.orchestra.run.smithi063.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-01T19:25:52.750 INFO:teuthology.orchestra.run.smithi063.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-01T19:25:52.750 INFO:teuthology.orchestra.run.smithi063.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-01T19:25:52.894 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:53.510 INFO:teuthology.orchestra.run.smithi046.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-01T19:25:53.510 INFO:teuthology.orchestra.run.smithi046.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-01T19:25:53.510 INFO:teuthology.orchestra.run.smithi046.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-01T19:25:53.510 INFO:teuthology.orchestra.run.smithi046.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-01T19:25:54.180 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:54.486 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:54.592 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-04-01T19:25:54.730 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-04-01T19:25:55.097 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-04-01T19:25:55.218 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:55.344 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-04-01T19:25:55.498 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:55.630 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:55.896 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-01T19:25:56.030 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-01T19:25:56.157 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:56.236 INFO:teuthology.orchestra.run.smithi063.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-01T19:25:56.236 INFO:teuthology.orchestra.run.smithi063.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-01T19:25:56.854 INFO:teuthology.orchestra.run.smithi040.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-01T19:25:56.855 INFO:teuthology.orchestra.run.smithi040.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-01T19:25:56.855 INFO:teuthology.orchestra.run.smithi040.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-04-01T19:25:56.855 INFO:teuthology.orchestra.run.smithi040.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-04-01T19:25:56.992 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:57.056 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-01T19:25:57.182 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-01T19:25:57.325 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:25:57.402 INFO:teuthology.orchestra.run.smithi046.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-01T19:25:57.402 INFO:teuthology.orchestra.run.smithi046.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-01T19:25:58.418 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:26:00.278 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-04-01T19:26:00.404 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-04-01T19:26:00.567 INFO:teuthology.orchestra.run.smithi040.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-04-01T19:26:00.635 INFO:teuthology.orchestra.run.smithi040.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-01T19:26:00.635 INFO:teuthology.orchestra.run.smithi040.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-04-01T19:26:10.661 INFO:teuthology.orchestra.run.smithi063.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-01T19:26:10.662 INFO:teuthology.orchestra.run.smithi063.stdout:Sourcing file `/etc/default/grub' 2024-04-01T19:26:10.685 INFO:teuthology.orchestra.run.smithi063.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-01T19:26:10.709 INFO:teuthology.orchestra.run.smithi063.stdout:Generating grub configuration file ... 2024-04-01T19:26:11.037 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-01T19:26:11.053 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-01T19:26:11.431 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-01T19:26:11.436 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-01T19:26:11.508 INFO:teuthology.orchestra.run.smithi063.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-01T19:26:11.514 INFO:teuthology.orchestra.run.smithi063.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-01T19:26:11.680 INFO:teuthology.orchestra.run.smithi063.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-01T19:26:11.680 INFO:teuthology.orchestra.run.smithi063.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-01T19:26:11.680 INFO:teuthology.orchestra.run.smithi063.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-01T19:26:11.715 INFO:teuthology.orchestra.run.smithi063.stdout:done 2024-04-01T19:26:12.161 DEBUG:teuthology.orchestra.run.smithi063:> dpkg -s linux-image-generic 2024-04-01T19:26:12.187 INFO:teuthology.orchestra.run.smithi063.stdout:Package: linux-image-generic 2024-04-01T19:26:12.187 INFO:teuthology.orchestra.run.smithi063.stdout:Status: install ok installed 2024-04-01T19:26:12.187 INFO:teuthology.orchestra.run.smithi063.stdout:Priority: optional 2024-04-01T19:26:12.187 INFO:teuthology.orchestra.run.smithi063.stdout:Section: kernel 2024-04-01T19:26:12.187 INFO:teuthology.orchestra.run.smithi063.stdout:Installed-Size: 21 2024-04-01T19:26:12.187 INFO:teuthology.orchestra.run.smithi063.stdout:Maintainer: Ubuntu Kernel Team 2024-04-01T19:26:12.187 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: amd64 2024-04-01T19:26:12.187 INFO:teuthology.orchestra.run.smithi063.stdout:Source: linux-meta 2024-04-01T19:26:12.187 INFO:teuthology.orchestra.run.smithi063.stdout:Version: 5.15.0.101.98 2024-04-01T19:26:12.188 INFO:teuthology.orchestra.run.smithi063.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-01T19:26:12.188 INFO:teuthology.orchestra.run.smithi063.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-01T19:26:12.188 INFO:teuthology.orchestra.run.smithi063.stdout:Recommends: thermald 2024-04-01T19:26:12.188 INFO:teuthology.orchestra.run.smithi063.stdout:Description: Generic Linux kernel image 2024-04-01T19:26:12.188 INFO:teuthology.orchestra.run.smithi063.stdout: This package will always depend on the latest generic kernel image 2024-04-01T19:26:12.188 INFO:teuthology.orchestra.run.smithi063.stdout: available. 2024-04-01T19:26:12.189 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-01T19:26:12.189 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-01T19:26:12.189 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-01T19:26:12.189 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-01T19:26:12.189 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi063.front.sepia.ceph.com, path=None, version=distro) 2024-04-01T19:26:12.189 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get clean 2024-04-01T19:26:12.193 INFO:teuthology.orchestra.run.smithi046.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-01T19:26:12.193 INFO:teuthology.orchestra.run.smithi046.stdout:Sourcing file `/etc/default/grub' 2024-04-01T19:26:12.218 INFO:teuthology.orchestra.run.smithi046.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-01T19:26:12.236 INFO:teuthology.orchestra.run.smithi046.stdout:Generating grub configuration file ... 2024-04-01T19:26:12.404 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-04-01T19:26:12.530 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-01T19:26:12.560 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-01T19:26:12.582 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-01T19:26:12.653 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-01T19:26:12.727 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-01T19:26:12.809 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-01T19:26:12.970 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-01T19:26:12.976 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-01T19:26:13.038 INFO:teuthology.orchestra.run.smithi046.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-01T19:26:13.044 INFO:teuthology.orchestra.run.smithi046.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-01T19:26:13.194 INFO:teuthology.orchestra.run.smithi046.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-01T19:26:13.195 INFO:teuthology.orchestra.run.smithi046.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-01T19:26:13.195 INFO:teuthology.orchestra.run.smithi046.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-01T19:26:13.241 INFO:teuthology.orchestra.run.smithi046.stdout:done 2024-04-01T19:26:13.734 DEBUG:teuthology.orchestra.run.smithi046:> dpkg -s linux-image-generic 2024-04-01T19:26:13.757 INFO:teuthology.orchestra.run.smithi046.stdout:Package: linux-image-generic 2024-04-01T19:26:13.757 INFO:teuthology.orchestra.run.smithi046.stdout:Status: install ok installed 2024-04-01T19:26:13.757 INFO:teuthology.orchestra.run.smithi046.stdout:Priority: optional 2024-04-01T19:26:13.757 INFO:teuthology.orchestra.run.smithi046.stdout:Section: kernel 2024-04-01T19:26:13.757 INFO:teuthology.orchestra.run.smithi046.stdout:Installed-Size: 21 2024-04-01T19:26:13.757 INFO:teuthology.orchestra.run.smithi046.stdout:Maintainer: Ubuntu Kernel Team 2024-04-01T19:26:13.757 INFO:teuthology.orchestra.run.smithi046.stdout:Architecture: amd64 2024-04-01T19:26:13.757 INFO:teuthology.orchestra.run.smithi046.stdout:Source: linux-meta 2024-04-01T19:26:13.758 INFO:teuthology.orchestra.run.smithi046.stdout:Version: 5.15.0.101.98 2024-04-01T19:26:13.758 INFO:teuthology.orchestra.run.smithi046.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-01T19:26:13.758 INFO:teuthology.orchestra.run.smithi046.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-01T19:26:13.758 INFO:teuthology.orchestra.run.smithi046.stdout:Recommends: thermald 2024-04-01T19:26:13.758 INFO:teuthology.orchestra.run.smithi046.stdout:Description: Generic Linux kernel image 2024-04-01T19:26:13.758 INFO:teuthology.orchestra.run.smithi046.stdout: This package will always depend on the latest generic kernel image 2024-04-01T19:26:13.758 INFO:teuthology.orchestra.run.smithi046.stdout: available. 2024-04-01T19:26:13.758 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-01T19:26:13.758 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-01T19:26:13.758 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-01T19:26:13.758 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-01T19:26:13.758 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi046.front.sepia.ceph.com, path=None, version=distro) 2024-04-01T19:26:13.759 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get clean 2024-04-01T19:26:13.956 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-04-01T19:26:13.973 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-01T19:26:14.034 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-04-01T19:26:14.056 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2024-04-01T19:26:14.177 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-01T19:26:14.178 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-01T19:26:14.184 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-01T19:26:14.204 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-01T19:26:14.236 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-04-01T19:26:14.237 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-04-01T19:26:14.417 INFO:teuthology.orchestra.run.smithi063.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-01T19:26:14.417 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-04-01T19:26:14.417 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-01T19:26:14.417 INFO:teuthology.orchestra.run.smithi063.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-01T19:26:14.417 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-01T19:26:14.418 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-01T19:26:14.418 INFO:teuthology.orchestra.run.smithi063.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-01T19:26:14.418 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-01T19:26:14.461 INFO:teuthology.orchestra.run.smithi063.stdout:0 upgraded, 0 newly installed, 0 to remove and 311 not upgraded. 2024-04-01T19:26:14.463 DEBUG:teuthology.orchestra.run.smithi063:> dpkg -s linux-image-generic 2024-04-01T19:26:14.479 INFO:teuthology.orchestra.run.smithi063.stdout:Package: linux-image-generic 2024-04-01T19:26:14.479 INFO:teuthology.orchestra.run.smithi063.stdout:Status: install ok installed 2024-04-01T19:26:14.480 INFO:teuthology.orchestra.run.smithi063.stdout:Priority: optional 2024-04-01T19:26:14.480 INFO:teuthology.orchestra.run.smithi063.stdout:Section: kernel 2024-04-01T19:26:14.480 INFO:teuthology.orchestra.run.smithi063.stdout:Installed-Size: 21 2024-04-01T19:26:14.480 INFO:teuthology.orchestra.run.smithi063.stdout:Maintainer: Ubuntu Kernel Team 2024-04-01T19:26:14.480 INFO:teuthology.orchestra.run.smithi063.stdout:Architecture: amd64 2024-04-01T19:26:14.480 INFO:teuthology.orchestra.run.smithi063.stdout:Source: linux-meta 2024-04-01T19:26:14.480 INFO:teuthology.orchestra.run.smithi063.stdout:Version: 5.15.0.101.98 2024-04-01T19:26:14.480 INFO:teuthology.orchestra.run.smithi063.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-01T19:26:14.480 INFO:teuthology.orchestra.run.smithi063.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-01T19:26:14.480 INFO:teuthology.orchestra.run.smithi063.stdout:Recommends: thermald 2024-04-01T19:26:14.480 INFO:teuthology.orchestra.run.smithi063.stdout:Description: Generic Linux kernel image 2024-04-01T19:26:14.480 INFO:teuthology.orchestra.run.smithi063.stdout: This package will always depend on the latest generic kernel image 2024-04-01T19:26:14.480 INFO:teuthology.orchestra.run.smithi063.stdout: available. 2024-04-01T19:26:14.481 DEBUG:teuthology.orchestra.run.smithi063:> mktemp 2024-04-01T19:26:14.530 INFO:teuthology.orchestra.run.smithi063.stdout:/tmp/tmp.EFhBZQUaT6 2024-04-01T19:26:14.530 DEBUG:teuthology.orchestra.run.smithi063:> sudo cp /boot/grub/grub.cfg /tmp/tmp.EFhBZQUaT6 2024-04-01T19:26:14.584 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 0666 /tmp/tmp.EFhBZQUaT6 2024-04-01T19:26:14.702 DEBUG:teuthology.orchestra.remote:smithi063:/tmp/tmp.EFhBZQUaT6 is 10KB 2024-04-01T19:26:14.715 DEBUG:teuthology.orchestra.run.smithi063:> rm -fr /tmp/tmp.EFhBZQUaT6 2024-04-01T19:26:14.721 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-01T19:26:14.776 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-01T19:26:14.776 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-01T19:26:14.776 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-01T19:26:14.856 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-01T19:26:14.857 DEBUG:teuthology.orchestra.run.smithi063:> sudo update-grub 2024-04-01T19:26:15.540 INFO:teuthology.orchestra.run.smithi040.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-01T19:26:15.540 INFO:teuthology.orchestra.run.smithi040.stdout:Sourcing file `/etc/default/grub' 2024-04-01T19:26:15.562 INFO:teuthology.orchestra.run.smithi040.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-01T19:26:15.582 INFO:teuthology.orchestra.run.smithi040.stdout:Generating grub configuration file ... 2024-04-01T19:26:15.588 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-04-01T19:26:15.607 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-01T19:26:15.661 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-04-01T19:26:15.839 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2024-04-01T19:26:15.839 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2024-04-01T19:26:15.967 INFO:teuthology.orchestra.run.smithi063.stderr:Sourcing file `/etc/default/grub' 2024-04-01T19:26:15.969 INFO:teuthology.orchestra.run.smithi063.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-01T19:26:15.971 INFO:teuthology.orchestra.run.smithi063.stderr:Generating grub configuration file ... 2024-04-01T19:26:15.980 INFO:teuthology.orchestra.run.smithi040.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-01T19:26:16.001 INFO:teuthology.orchestra.run.smithi046.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-01T19:26:16.001 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages were automatically installed and are no longer required: 2024-04-01T19:26:16.001 INFO:teuthology.orchestra.run.smithi046.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-01T19:26:16.001 INFO:teuthology.orchestra.run.smithi046.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-01T19:26:16.002 INFO:teuthology.orchestra.run.smithi046.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-01T19:26:16.002 INFO:teuthology.orchestra.run.smithi046.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-01T19:26:16.002 INFO:teuthology.orchestra.run.smithi046.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-01T19:26:16.002 INFO:teuthology.orchestra.run.smithi046.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-01T19:26:16.010 INFO:teuthology.orchestra.run.smithi040.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-01T19:26:16.042 INFO:teuthology.orchestra.run.smithi046.stdout:0 upgraded, 0 newly installed, 0 to remove and 311 not upgraded. 2024-04-01T19:26:16.043 DEBUG:teuthology.orchestra.run.smithi046:> dpkg -s linux-image-generic 2024-04-01T19:26:16.100 INFO:teuthology.orchestra.run.smithi046.stdout:Package: linux-image-generic 2024-04-01T19:26:16.169 INFO:teuthology.orchestra.run.smithi046.stdout:Status: install ok installed 2024-04-01T19:26:16.169 INFO:teuthology.orchestra.run.smithi046.stdout:Priority: optional 2024-04-01T19:26:16.169 INFO:teuthology.orchestra.run.smithi046.stdout:Section: kernel 2024-04-01T19:26:16.169 INFO:teuthology.orchestra.run.smithi046.stdout:Installed-Size: 21 2024-04-01T19:26:16.169 INFO:teuthology.orchestra.run.smithi046.stdout:Maintainer: Ubuntu Kernel Team 2024-04-01T19:26:16.169 INFO:teuthology.orchestra.run.smithi046.stdout:Architecture: amd64 2024-04-01T19:26:16.169 INFO:teuthology.orchestra.run.smithi046.stdout:Source: linux-meta 2024-04-01T19:26:16.169 INFO:teuthology.orchestra.run.smithi046.stdout:Version: 5.15.0.101.98 2024-04-01T19:26:16.169 INFO:teuthology.orchestra.run.smithi046.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-01T19:26:16.170 INFO:teuthology.orchestra.run.smithi046.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-01T19:26:16.170 INFO:teuthology.orchestra.run.smithi046.stdout:Recommends: thermald 2024-04-01T19:26:16.170 INFO:teuthology.orchestra.run.smithi046.stdout:Description: Generic Linux kernel image 2024-04-01T19:26:16.170 INFO:teuthology.orchestra.run.smithi046.stdout: This package will always depend on the latest generic kernel image 2024-04-01T19:26:16.170 INFO:teuthology.orchestra.run.smithi046.stdout: available. 2024-04-01T19:26:16.170 DEBUG:teuthology.orchestra.run.smithi046:> mktemp 2024-04-01T19:26:16.175 INFO:teuthology.orchestra.run.smithi046.stdout:/tmp/tmp.ck7iTs9sS0 2024-04-01T19:26:16.175 DEBUG:teuthology.orchestra.run.smithi046:> sudo cp /boot/grub/grub.cfg /tmp/tmp.ck7iTs9sS0 2024-04-01T19:26:16.218 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-01T19:26:16.224 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-01T19:26:16.229 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 0666 /tmp/tmp.ck7iTs9sS0 2024-04-01T19:26:16.353 DEBUG:teuthology.orchestra.remote:smithi046:/tmp/tmp.ck7iTs9sS0 is 10KB 2024-04-01T19:26:16.366 DEBUG:teuthology.orchestra.run.smithi046:> rm -fr /tmp/tmp.ck7iTs9sS0 2024-04-01T19:26:16.371 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-01T19:26:16.430 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-01T19:26:16.430 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-01T19:26:16.430 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-01T19:26:16.433 INFO:teuthology.orchestra.run.smithi040.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-01T19:26:16.439 INFO:teuthology.orchestra.run.smithi040.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-01T19:26:16.505 INFO:teuthology.orchestra.run.smithi040.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-01T19:26:16.508 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-01T19:26:16.508 DEBUG:teuthology.orchestra.run.smithi046:> sudo update-grub 2024-04-01T19:26:16.511 INFO:teuthology.orchestra.run.smithi040.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-01T19:26:16.519 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-01T19:26:16.525 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-01T19:26:16.567 INFO:teuthology.orchestra.run.smithi063.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-01T19:26:16.573 INFO:teuthology.orchestra.run.smithi063.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-01T19:26:16.671 INFO:teuthology.orchestra.run.smithi040.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-01T19:26:16.671 INFO:teuthology.orchestra.run.smithi040.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-01T19:26:16.671 INFO:teuthology.orchestra.run.smithi040.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-01T19:26:16.702 INFO:teuthology.orchestra.run.smithi063.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-01T19:26:16.702 INFO:teuthology.orchestra.run.smithi063.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-01T19:26:16.702 INFO:teuthology.orchestra.run.smithi063.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-01T19:26:16.707 INFO:teuthology.orchestra.run.smithi040.stdout:done 2024-04-01T19:26:16.726 INFO:teuthology.orchestra.run.smithi063.stderr:done 2024-04-01T19:26:16.735 DEBUG:teuthology.orchestra.run.smithi063:> sudo shutdown -r now 2024-04-01T19:26:17.208 DEBUG:teuthology.orchestra.run.smithi040:> dpkg -s linux-image-generic 2024-04-01T19:26:17.227 INFO:teuthology.orchestra.run.smithi040.stdout:Package: linux-image-generic 2024-04-01T19:26:17.228 INFO:teuthology.orchestra.run.smithi040.stdout:Status: install ok installed 2024-04-01T19:26:17.228 INFO:teuthology.orchestra.run.smithi040.stdout:Priority: optional 2024-04-01T19:26:17.228 INFO:teuthology.orchestra.run.smithi040.stdout:Section: kernel 2024-04-01T19:26:17.228 INFO:teuthology.orchestra.run.smithi040.stdout:Installed-Size: 21 2024-04-01T19:26:17.228 INFO:teuthology.orchestra.run.smithi040.stdout:Maintainer: Ubuntu Kernel Team 2024-04-01T19:26:17.228 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: amd64 2024-04-01T19:26:17.228 INFO:teuthology.orchestra.run.smithi040.stdout:Source: linux-meta 2024-04-01T19:26:17.228 INFO:teuthology.orchestra.run.smithi040.stdout:Version: 5.15.0.101.98 2024-04-01T19:26:17.228 INFO:teuthology.orchestra.run.smithi040.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-01T19:26:17.228 INFO:teuthology.orchestra.run.smithi040.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-01T19:26:17.228 INFO:teuthology.orchestra.run.smithi040.stdout:Recommends: thermald 2024-04-01T19:26:17.228 INFO:teuthology.orchestra.run.smithi040.stdout:Description: Generic Linux kernel image 2024-04-01T19:26:17.228 INFO:teuthology.orchestra.run.smithi040.stdout: This package will always depend on the latest generic kernel image 2024-04-01T19:26:17.228 INFO:teuthology.orchestra.run.smithi040.stdout: available. 2024-04-01T19:26:17.229 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-04-01T19:26:17.229 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-01T19:26:17.229 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-01T19:26:17.229 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-01T19:26:17.229 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi040.front.sepia.ceph.com, path=None, version=distro) 2024-04-01T19:26:17.229 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get clean 2024-04-01T19:26:17.427 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get update 2024-04-01T19:26:17.561 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-01T19:26:17.678 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-01T19:26:17.760 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-01T19:26:17.780 INFO:teuthology.orchestra.run.smithi046.stderr:Sourcing file `/etc/default/grub' 2024-04-01T19:26:17.781 INFO:teuthology.orchestra.run.smithi046.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-01T19:26:17.792 INFO:teuthology.orchestra.run.smithi046.stderr:Generating grub configuration file ... 2024-04-01T19:26:17.842 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-01T19:26:18.029 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-01T19:26:18.035 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-01T19:26:18.318 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-01T19:26:18.323 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-01T19:26:18.365 INFO:teuthology.orchestra.run.smithi046.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-01T19:26:18.370 INFO:teuthology.orchestra.run.smithi046.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-01T19:26:18.502 INFO:teuthology.orchestra.run.smithi046.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-01T19:26:18.502 INFO:teuthology.orchestra.run.smithi046.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-01T19:26:18.503 INFO:teuthology.orchestra.run.smithi046.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-01T19:26:18.524 INFO:teuthology.orchestra.run.smithi046.stderr:done 2024-04-01T19:26:18.534 DEBUG:teuthology.orchestra.run.smithi046:> sudo shutdown -r now 2024-04-01T19:26:18.949 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2024-04-01T19:26:18.967 DEBUG:teuthology.orchestra.run.smithi040:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-01T19:26:19.021 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2024-04-01T19:26:19.201 INFO:teuthology.orchestra.run.smithi040.stdout:Building dependency tree... 2024-04-01T19:26:19.202 INFO:teuthology.orchestra.run.smithi040.stdout:Reading state information... 2024-04-01T19:26:19.361 INFO:teuthology.orchestra.run.smithi040.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-04-01T19:26:19.361 INFO:teuthology.orchestra.run.smithi040.stdout:The following packages were automatically installed and are no longer required: 2024-04-01T19:26:19.361 INFO:teuthology.orchestra.run.smithi040.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-01T19:26:19.361 INFO:teuthology.orchestra.run.smithi040.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-01T19:26:19.361 INFO:teuthology.orchestra.run.smithi040.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-01T19:26:19.361 INFO:teuthology.orchestra.run.smithi040.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-01T19:26:19.362 INFO:teuthology.orchestra.run.smithi040.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-01T19:26:19.362 INFO:teuthology.orchestra.run.smithi040.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-01T19:26:19.401 INFO:teuthology.orchestra.run.smithi040.stdout:0 upgraded, 0 newly installed, 0 to remove and 311 not upgraded. 2024-04-01T19:26:19.403 DEBUG:teuthology.orchestra.run.smithi040:> dpkg -s linux-image-generic 2024-04-01T19:26:19.460 INFO:teuthology.orchestra.run.smithi040.stdout:Package: linux-image-generic 2024-04-01T19:26:19.460 INFO:teuthology.orchestra.run.smithi040.stdout:Status: install ok installed 2024-04-01T19:26:19.460 INFO:teuthology.orchestra.run.smithi040.stdout:Priority: optional 2024-04-01T19:26:19.460 INFO:teuthology.orchestra.run.smithi040.stdout:Section: kernel 2024-04-01T19:26:19.460 INFO:teuthology.orchestra.run.smithi040.stdout:Installed-Size: 21 2024-04-01T19:26:19.460 INFO:teuthology.orchestra.run.smithi040.stdout:Maintainer: Ubuntu Kernel Team 2024-04-01T19:26:19.460 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: amd64 2024-04-01T19:26:19.460 INFO:teuthology.orchestra.run.smithi040.stdout:Source: linux-meta 2024-04-01T19:26:19.460 INFO:teuthology.orchestra.run.smithi040.stdout:Version: 5.15.0.101.98 2024-04-01T19:26:19.460 INFO:teuthology.orchestra.run.smithi040.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-01T19:26:19.460 INFO:teuthology.orchestra.run.smithi040.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-01T19:26:19.460 INFO:teuthology.orchestra.run.smithi040.stdout:Recommends: thermald 2024-04-01T19:26:19.461 INFO:teuthology.orchestra.run.smithi040.stdout:Description: Generic Linux kernel image 2024-04-01T19:26:19.461 INFO:teuthology.orchestra.run.smithi040.stdout: This package will always depend on the latest generic kernel image 2024-04-01T19:26:19.461 INFO:teuthology.orchestra.run.smithi040.stdout: available. 2024-04-01T19:26:19.461 DEBUG:teuthology.orchestra.run.smithi040:> mktemp 2024-04-01T19:26:19.505 INFO:teuthology.orchestra.run.smithi040.stdout:/tmp/tmp.whFIKoNixy 2024-04-01T19:26:19.505 DEBUG:teuthology.orchestra.run.smithi040:> sudo cp /boot/grub/grub.cfg /tmp/tmp.whFIKoNixy 2024-04-01T19:26:19.561 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0666 /tmp/tmp.whFIKoNixy 2024-04-01T19:26:19.677 DEBUG:teuthology.orchestra.remote:smithi040:/tmp/tmp.whFIKoNixy is 10KB 2024-04-01T19:26:19.690 DEBUG:teuthology.orchestra.run.smithi040:> rm -fr /tmp/tmp.whFIKoNixy 2024-04-01T19:26:19.695 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-01T19:26:19.748 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-01T19:26:19.748 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-01T19:26:19.749 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-01T19:26:19.814 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-04-01T19:26:19.815 DEBUG:teuthology.orchestra.run.smithi040:> sudo update-grub 2024-04-01T19:26:21.038 INFO:teuthology.orchestra.run.smithi040.stderr:Sourcing file `/etc/default/grub' 2024-04-01T19:26:21.039 INFO:teuthology.orchestra.run.smithi040.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-01T19:26:21.043 INFO:teuthology.orchestra.run.smithi040.stderr:Generating grub configuration file ... 2024-04-01T19:26:21.339 INFO:teuthology.orchestra.run.smithi040.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-04-01T19:26:21.345 INFO:teuthology.orchestra.run.smithi040.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-04-01T19:26:21.620 INFO:teuthology.orchestra.run.smithi040.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-01T19:26:21.625 INFO:teuthology.orchestra.run.smithi040.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-01T19:26:21.669 INFO:teuthology.orchestra.run.smithi040.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-01T19:26:21.674 INFO:teuthology.orchestra.run.smithi040.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-01T19:26:21.790 INFO:teuthology.orchestra.run.smithi040.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-01T19:26:21.790 INFO:teuthology.orchestra.run.smithi040.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-01T19:26:21.790 INFO:teuthology.orchestra.run.smithi040.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-01T19:26:21.813 INFO:teuthology.orchestra.run.smithi040.stderr:done 2024-04-01T19:26:21.831 DEBUG:teuthology.orchestra.run.smithi040:> sudo shutdown -r now 2024-04-01T19:26:46.763 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-01T19:26:46.763 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-01T19:26:46.764 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-01T19:26:48.538 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-01T19:26:48.538 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-01T19:26:48.539 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-01T19:26:51.837 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-01T19:26:51.837 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-01T19:26:51.838 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-01T19:27:21.374 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-04-01T19:27:23.166 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.46 2024-04-01T19:27:30.383 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-01T19:27:30.383 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-01T19:27:32.168 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-01T19:27:32.169 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-01T19:27:48.766 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-04-01T19:27:51.851 DEBUG:teuthology.orchestra.remote:timed out 2024-04-01T19:28:00.776 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-01T19:28:00.777 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-01T19:28:00.852 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-01T19:28:00.852 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-01T19:28:02.815 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.63 2024-04-01T19:28:08.857 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-04-01T19:28:10.044 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-01T19:28:10.044 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-04-01T19:28:10.044 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-04-01T19:28:10.050 INFO:teuthology.orchestra.run.smithi040.stdout:5.15.0-101-generic 2024-04-01T19:28:10.050 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-01T19:28:10.050 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-01T19:28:10.050 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-01T19:28:11.051 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-01T19:28:11.051 DEBUG:teuthology.orchestra.run.smithi040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-01T19:28:11.322 INFO:teuthology.orchestra.run.smithi040.stdout:ttyS1 2024-04-01T19:28:11.347 DEBUG:teuthology.parallel:result is None 2024-04-01T19:28:17.816 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-01T19:28:17.817 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-01T19:28:18.047 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-04-01T19:28:18.633 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-01T19:28:18.633 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-04-01T19:28:18.633 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2024-04-01T19:28:18.679 INFO:teuthology.orchestra.run.smithi063.stdout:5.15.0-101-generic 2024-04-01T19:28:18.679 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-01T19:28:18.679 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-01T19:28:18.679 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-01T19:28:19.680 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-01T19:28:19.681 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-01T19:28:19.756 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2024-04-01T19:28:19.776 DEBUG:teuthology.parallel:result is None 2024-04-01T19:28:32.181 DEBUG:teuthology.orchestra.remote:timed out 2024-04-01T19:28:44.183 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-01T19:28:44.183 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-01T19:28:44.397 DEBUG:teuthology.orchestra.run.smithi046:> true 2024-04-01T19:28:45.019 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-01T19:28:45.020 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-04-01T19:28:45.020 DEBUG:teuthology.orchestra.run.smithi046:> uname -r 2024-04-01T19:28:45.067 INFO:teuthology.orchestra.run.smithi046.stdout:5.15.0-101-generic 2024-04-01T19:28:45.067 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-04-01T19:28:45.067 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-01T19:28:45.067 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-01T19:28:46.067 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-01T19:28:46.068 DEBUG:teuthology.orchestra.run.smithi046:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-01T19:28:46.160 INFO:teuthology.orchestra.run.smithi046.stdout:ttyS1 2024-04-01T19:28:46.193 DEBUG:teuthology.parallel:result is None 2024-04-01T19:28:46.193 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-01T19:28:46.202 INFO:teuthology.task.internal:Creating test directory... 2024-04-01T19:28:46.202 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-01T19:28:46.205 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-01T19:28:46.207 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-01T19:28:46.213 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-01T19:28:46.220 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-01T19:28:46.230 INFO:teuthology.task.internal:Creating archive directory... 2024-04-01T19:28:46.231 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-01T19:28:46.253 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-01T19:28:46.256 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-01T19:28:46.275 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-01T19:28:46.282 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-01T19:28:46.283 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-01T19:28:46.314 DEBUG:teuthology.orchestra.run.smithi046:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-01T19:28:46.317 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-01T19:28:46.334 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-01T19:28:46.335 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-01T19:28:46.335 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-01T19:28:46.343 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-01T19:28:46.343 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-01T19:28:46.343 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-01T19:28:46.345 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-01T19:28:46.353 INFO:teuthology.task.internal:Configuring sudo... 2024-04-01T19:28:46.353 DEBUG:teuthology.orchestra.run.smithi040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-01T19:28:46.390 DEBUG:teuthology.orchestra.run.smithi046:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-01T19:28:46.392 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-01T19:28:46.405 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-01T19:28:46.415 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-01T19:28:46.416 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-01T19:28:46.446 DEBUG:teuthology.orchestra.run.smithi046:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-01T19:28:46.448 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-01T19:28:46.454 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-01T19:28:46.497 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-01T19:28:46.545 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-01T19:28:46.545 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-01T19:28:46.609 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-01T19:28:46.615 DEBUG:teuthology.orchestra.run.smithi046:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-01T19:28:46.663 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-01T19:28:46.663 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-01T19:28:46.722 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-01T19:28:46.728 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-01T19:28:46.775 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-01T19:28:46.775 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-01T19:28:46.837 DEBUG:teuthology.orchestra.run.smithi040:> sudo service rsyslog restart 2024-04-01T19:28:46.840 DEBUG:teuthology.orchestra.run.smithi046:> sudo service rsyslog restart 2024-04-01T19:28:46.842 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2024-04-01T19:28:46.908 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-01T19:28:46.919 INFO:teuthology.task.internal:Starting timer... 2024-04-01T19:28:46.920 INFO:teuthology.run_tasks:Running task pcp... 2024-04-01T19:28:46.930 INFO:teuthology.run_tasks:Running task selinux... 2024-04-01T19:28:46.940 DEBUG:teuthology.task.selinux:Excluding smithi040: OS 'ubuntu' does not support SELinux 2024-04-01T19:28:46.940 DEBUG:teuthology.task.selinux:Excluding smithi046: OS 'ubuntu' does not support SELinux 2024-04-01T19:28:46.940 DEBUG:teuthology.task.selinux:Excluding smithi063: OS 'ubuntu' does not support SELinux 2024-04-01T19:28:46.940 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-01T19:28:46.940 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-01T19:28:46.940 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-01T19:28:46.940 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-01T19:28:46.949 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-01T19:28:46.955 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-01T19:28:47.085 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-01T19:28:47.099 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-01T19:28:47.100 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi040.front.sepia.ceph.com,smithi046.front.sepia.ceph.com,smithi063.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-01T19:35:52.429 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi040.front.sepia.ceph.com'), Remote(name='ubuntu@smithi046.front.sepia.ceph.com'), Remote(name='ubuntu@smithi063.front.sepia.ceph.com')] 2024-04-01T19:35:52.430 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-01T19:35:52.431 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-01T19:35:52.522 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-04-01T19:35:52.602 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-01T19:35:52.603 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-01T19:35:52.603 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi046.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-01T19:35:52.691 DEBUG:teuthology.orchestra.run.smithi046:> true 2024-04-01T19:35:52.770 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi046.front.sepia.ceph.com' 2024-04-01T19:35:52.771 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-01T19:35:52.771 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-01T19:35:52.862 DEBUG:teuthology.orchestra.run.smithi063:> true 2024-04-01T19:35:52.938 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2024-04-01T19:35:52.939 INFO:teuthology.run_tasks:Running task clock... 2024-04-01T19:35:52.949 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-01T19:35:52.949 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-01T19:35:52.950 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-01T19:35:52.952 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-01T19:35:52.952 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-01T19:35:52.954 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-01T19:35:52.954 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-01T19:35:52.980 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-01T19:35:52.980 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: Command line: ntpd -gq 2024-04-01T19:35:52.980 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: ---------------------------------------------------- 2024-04-01T19:35:52.980 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: ntp-4 is maintained by Network Time Foundation, 2024-04-01T19:35:52.980 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-01T19:35:52.981 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: corporation. Support and training for ntp-4 are 2024-04-01T19:35:52.981 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: available at https://www.nwtime.org/support 2024-04-01T19:35:52.981 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: ---------------------------------------------------- 2024-04-01T19:35:52.981 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: proto: precision = 0.064 usec (-24) 2024-04-01T19:35:52.981 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: basedate set to 2022-02-04 2024-04-01T19:35:52.981 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: gps base set to 2022-02-06 (week 2196) 2024-04-01T19:35:52.981 INFO:teuthology.orchestra.run.smithi040.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-01T19:35:52.982 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-01T19:35:52.982 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: restrict ::: KOD does nothing without LIMITED. 2024-04-01T19:35:52.983 INFO:teuthology.orchestra.run.smithi040.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-01T19:35:52.984 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: Listen and drop on 0 v6wildcard [::]:123 2024-04-01T19:35:52.984 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-01T19:35:52.984 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: Listen normally on 2 lo 127.0.0.1:123 2024-04-01T19:35:52.984 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: Listen normally on 3 ens1f0 172.21.15.40:123 2024-04-01T19:35:52.984 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: Listen normally on 4 lo [::1]:123 2024-04-01T19:35:52.984 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:12cc%4]:123 2024-04-01T19:35:52.984 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:35:52 ntpd[17142]: Listening on routing socket on fd #22 for interface updates 2024-04-01T19:35:52.985 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-01T19:35:52.985 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: Command line: ntpd -gq 2024-04-01T19:35:52.986 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: ---------------------------------------------------- 2024-04-01T19:35:52.986 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: ntp-4 is maintained by Network Time Foundation, 2024-04-01T19:35:52.986 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-01T19:35:52.986 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: corporation. Support and training for ntp-4 are 2024-04-01T19:35:52.986 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: available at https://www.nwtime.org/support 2024-04-01T19:35:52.986 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: ---------------------------------------------------- 2024-04-01T19:35:52.986 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: proto: precision = 0.068 usec (-24) 2024-04-01T19:35:52.986 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: basedate set to 2022-02-04 2024-04-01T19:35:52.986 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: gps base set to 2022-02-06 (week 2196) 2024-04-01T19:35:52.986 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-01T19:35:52.986 INFO:teuthology.orchestra.run.smithi046.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-01T19:35:52.987 INFO:teuthology.orchestra.run.smithi046.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-01T19:35:52.988 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: restrict ::: KOD does nothing without LIMITED. 2024-04-01T19:35:52.988 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: Listen and drop on 0 v6wildcard [::]:123 2024-04-01T19:35:52.988 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-01T19:35:52.988 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: Listen normally on 2 lo 127.0.0.1:123 2024-04-01T19:35:52.988 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: Listen normally on 3 ens1f0 172.21.15.46:123 2024-04-01T19:35:52.988 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: Listen normally on 4 lo [::1]:123 2024-04-01T19:35:52.988 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15f8%4]:123 2024-04-01T19:35:52.988 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:35:52 ntpd[17063]: Listening on routing socket on fd #22 for interface updates 2024-04-01T19:35:53.015 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-01T19:35:53.016 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: Command line: ntpd -gq 2024-04-01T19:35:53.016 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: ---------------------------------------------------- 2024-04-01T19:35:53.016 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: ntp-4 is maintained by Network Time Foundation, 2024-04-01T19:35:53.016 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-01T19:35:53.016 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: corporation. Support and training for ntp-4 are 2024-04-01T19:35:53.017 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: available at https://www.nwtime.org/support 2024-04-01T19:35:53.017 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: ---------------------------------------------------- 2024-04-01T19:35:53.017 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: proto: precision = 0.058 usec (-24) 2024-04-01T19:35:53.017 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: basedate set to 2022-02-04 2024-04-01T19:35:53.018 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: gps base set to 2022-02-06 (week 2196) 2024-04-01T19:35:53.018 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-01T19:35:53.018 INFO:teuthology.orchestra.run.smithi063.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-01T19:35:53.018 INFO:teuthology.orchestra.run.smithi063.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-01T19:35:53.019 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: restrict ::: KOD does nothing without LIMITED. 2024-04-01T19:35:53.019 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: Listen and drop on 0 v6wildcard [::]:123 2024-04-01T19:35:53.019 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-01T19:35:53.019 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: Listen normally on 2 lo 127.0.0.1:123 2024-04-01T19:35:53.020 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: Listen normally on 3 enp3s0f1 172.21.15.63:123 2024-04-01T19:35:53.020 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: Listen normally on 4 lo [::1]:123 2024-04-01T19:35:53.020 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feb6:f8d7%5]:123 2024-04-01T19:35:53.020 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:35:53 ntpd[17165]: Listening on routing socket on fd #22 for interface updates 2024-04-01T19:35:54.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:54 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:54.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:54 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:54.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:54 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:54.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:54 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:54.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:54 ntpd[17142]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:54.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:54 ntpd[17142]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:54.981 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:54 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:54.981 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:54 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:54.981 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:54 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:54.981 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:54 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:54.981 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:54 ntpd[17063]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:54.981 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:54 ntpd[17063]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:56.016 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:56 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:56.016 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:56 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:56.016 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:56 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:56.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:56 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:56.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:56 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:56.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:56 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:56.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:56 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:56.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:56 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:56.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:56 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:56.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:56 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:56.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:56 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:56.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:56 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:56.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:56 ntpd[17142]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:56.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:56 ntpd[17142]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:56.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:56 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:56.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:56 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:56.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:56 ntpd[17142]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:56.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:56 ntpd[17142]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:56.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:56 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:56.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:56 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:56.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:56 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:56.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:56 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:56.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:56 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:56.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:56 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:56.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:56 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:56.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:56 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:56.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:56 ntpd[17063]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:56.984 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:56 ntpd[17063]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:56.984 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:56 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:56.984 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:56 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:56.984 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:56 ntpd[17063]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:56.984 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:56 ntpd[17063]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:57.016 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:57 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:57.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:57 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:57.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:57 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:57.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:57 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:57.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:57 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:57.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:57 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:57.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:57 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:57.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:57 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:57.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:57 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:57.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:57 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:57.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:57 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:57.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:57 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:57.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:57 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:57.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:57 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:57.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:57 ntpd[17142]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:57.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:57 ntpd[17142]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:57.981 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:57 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:57.981 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:57 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:57.981 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:57 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:57.981 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:57 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:57.982 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:57 ntpd[17063]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:57.982 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:57 ntpd[17063]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:58.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:58 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:58.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:58 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:58.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:58 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:58.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:58 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:58.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:58 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:58.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:58 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:58.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:58 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:58.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:58 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:58.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:58 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:58.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:58 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:58.018 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:58 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:58.018 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:58 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:58.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:58 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:58.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:58 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:58.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:58 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:58.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:58 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:58.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:58 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:58.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:58 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:58.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:58 ntpd[17142]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:58.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:58 ntpd[17142]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:58.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:58 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:58.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:58 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:58.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:58 ntpd[17142]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:58.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:58 ntpd[17142]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:58.982 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:58 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:58.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:58 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:58.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:58 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:58.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:58 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:58.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:58 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:58.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:58 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:58.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:58 ntpd[17063]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:58.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:58 ntpd[17063]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:58.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:58 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:58.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:58 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:58.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:58 ntpd[17063]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:58.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:58 ntpd[17063]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:59.016 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:59 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:59.016 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:59 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:59.016 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:59 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:59.016 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:59 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:59.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:59 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:59.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:35:59 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:59.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:59 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:59.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:59 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:59.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:59 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:59.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:59 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:59.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:59 ntpd[17142]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:59.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:35:59 ntpd[17142]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:35:59.981 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:59 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:59.981 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:59 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:59.981 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:59 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:35:59.981 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:59 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:35:59.981 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:59 ntpd[17063]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:35:59.981 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:35:59 ntpd[17063]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:36:00.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:00 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:36:00.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:00 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:36:00.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:00 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:36:00.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:00 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:36:00.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:00 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:36:00.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:00 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:36:00.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:00 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:36:00.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:00 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:36:00.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:00 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:36:00.018 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:00 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:36:00.018 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:00 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:36:00.018 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:00 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:36:00.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:36:00 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:36:00.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:36:00 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:36:00.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:36:00 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:36:00.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:36:00 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:36:00.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:36:00 ntpd[17142]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:36:00.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:36:00 ntpd[17142]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:36:00.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:36:00 ntpd[17142]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:36:00.980 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:36:00 ntpd[17142]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:36:00.981 INFO:teuthology.orchestra.run.smithi040.stdout: 1 Apr 19:36:00 ntpd[17142]: ntpd: time slew -0.000388 s 2024-04-01T19:36:00.981 INFO:teuthology.orchestra.run.smithi040.stdout:ntpd: time slew -0.000388s 2024-04-01T19:36:00.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:36:00 ntpd[17142]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-01T19:36:00.981 INFO:teuthology.orchestra.run.smithi040.stderr: 1 Apr 19:36:00 ntpd[17142]: can't open /var/log/ntpstats/loopstats.20240401: Permission denied 2024-04-01T19:36:00.982 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:36:00 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:36:00.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:36:00 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:36:00.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:36:00 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:36:00.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:36:00 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:36:00.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:36:00 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:36:00.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:36:00 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:36:00.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:36:00 ntpd[17063]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:36:00.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:36:00 ntpd[17063]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:36:00.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:36:00 ntpd[17063]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:36:00.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:36:00 ntpd[17063]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:36:00.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:36:00 ntpd[17063]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:36:00.983 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:36:00 ntpd[17063]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:36:00.984 INFO:teuthology.orchestra.run.smithi046.stdout: 1 Apr 19:36:00 ntpd[17063]: ntpd: time slew -0.000481 s 2024-04-01T19:36:00.984 INFO:teuthology.orchestra.run.smithi046.stdout:ntpd: time slew -0.000481s 2024-04-01T19:36:00.984 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:36:00 ntpd[17063]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-01T19:36:00.984 INFO:teuthology.orchestra.run.smithi046.stderr: 1 Apr 19:36:00 ntpd[17063]: can't open /var/log/ntpstats/loopstats.20240401: Permission denied 2024-04-01T19:36:01.016 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:01 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:36:01.016 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:01 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:36:01.016 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:01 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:36:01.016 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:01 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:36:01.016 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:01 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:36:01.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:01 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:36:01.029 INFO:teuthology.orchestra.run.smithi040.stdout: remote refid st t when poll reach delay offset jitter 2024-04-01T19:36:01.029 INFO:teuthology.orchestra.run.smithi040.stdout:============================================================================== 2024-04-01T19:36:01.029 INFO:teuthology.orchestra.run.smithi040.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-01T19:36:01.029 INFO:teuthology.orchestra.run.smithi040.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-01T19:36:01.029 INFO:teuthology.orchestra.run.smithi040.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-01T19:36:01.029 INFO:teuthology.orchestra.run.smithi040.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-01T19:36:01.041 INFO:teuthology.orchestra.run.smithi046.stdout: remote refid st t when poll reach delay offset jitter 2024-04-01T19:36:01.041 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================== 2024-04-01T19:36:01.042 INFO:teuthology.orchestra.run.smithi046.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-01T19:36:01.042 INFO:teuthology.orchestra.run.smithi046.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-01T19:36:01.042 INFO:teuthology.orchestra.run.smithi046.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-01T19:36:01.042 INFO:teuthology.orchestra.run.smithi046.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-01T19:36:02.016 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:02 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:36:02.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:02 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:36:02.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:02 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:36:02.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:02 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:36:02.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:02 ntpd[17165]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-01T19:36:02.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:02 ntpd[17165]: can't open /var/log/ntpstats/rawstats.20240401: Permission denied 2024-04-01T19:36:02.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:02 ntpd[17165]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-01T19:36:02.017 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:02 ntpd[17165]: can't open /var/log/ntpstats/peerstats.20240401: Permission denied 2024-04-01T19:36:02.017 INFO:teuthology.orchestra.run.smithi063.stdout: 1 Apr 19:36:02 ntpd[17165]: ntpd: time slew -0.000132 s 2024-04-01T19:36:02.017 INFO:teuthology.orchestra.run.smithi063.stdout:ntpd: time slew -0.000132s 2024-04-01T19:36:02.018 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:02 ntpd[17165]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-01T19:36:02.018 INFO:teuthology.orchestra.run.smithi063.stderr: 1 Apr 19:36:02 ntpd[17165]: can't open /var/log/ntpstats/loopstats.20240401: Permission denied 2024-04-01T19:36:02.067 INFO:teuthology.orchestra.run.smithi063.stdout: remote refid st t when poll reach delay offset jitter 2024-04-01T19:36:02.067 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================== 2024-04-01T19:36:02.067 INFO:teuthology.orchestra.run.smithi063.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-01T19:36:02.067 INFO:teuthology.orchestra.run.smithi063.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-01T19:36:02.067 INFO:teuthology.orchestra.run.smithi063.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-01T19:36:02.067 INFO:teuthology.orchestra.run.smithi063.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-01T19:36:02.068 INFO:teuthology.run_tasks:Running task install... 2024-04-01T19:36:02.077 DEBUG:teuthology.task.install:project ceph 2024-04-01T19:36:02.077 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e142085d06ebbedb32196116c9f19e2d28f93430'}} 2024-04-01T19:36:02.077 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e142085d06ebbedb32196116c9f19e2d28f93430'} 2024-04-01T19:36:02.077 INFO:teuthology.task.install:Using flavor: default 2024-04-01T19:36:02.083 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-01T19:36:02.083 INFO:teuthology.task.install:extra packages: [] 2024-04-01T19:36:02.084 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-key list | grep Ceph 2024-04-01T19:36:02.084 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-key list | grep Ceph 2024-04-01T19:36:02.085 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-key list | grep Ceph 2024-04-01T19:36:02.152 INFO:teuthology.orchestra.run.smithi046.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-01T19:36:02.153 INFO:teuthology.orchestra.run.smithi040.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-01T19:36:02.168 INFO:teuthology.orchestra.run.smithi063.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-01T19:36:02.183 INFO:teuthology.orchestra.run.smithi040.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-01T19:36:02.183 INFO:teuthology.orchestra.run.smithi040.stdout:uid [ unknown] Ceph.com (release key) 2024-04-01T19:36:02.183 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-01T19:36:02.184 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e142085d06ebbedb32196116c9f19e2d28f93430 2024-04-01T19:36:02.215 INFO:teuthology.orchestra.run.smithi063.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-01T19:36:02.215 INFO:teuthology.orchestra.run.smithi063.stdout:uid [ unknown] Ceph.com (release key) 2024-04-01T19:36:02.215 INFO:teuthology.orchestra.run.smithi046.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-01T19:36:02.215 INFO:teuthology.orchestra.run.smithi046.stdout:uid [ unknown] Ceph.com (release key) 2024-04-01T19:36:02.215 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-01T19:36:02.215 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e142085d06ebbedb32196116c9f19e2d28f93430 2024-04-01T19:36:02.216 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-01T19:36:02.217 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e142085d06ebbedb32196116c9f19e2d28f93430 2024-04-01T19:36:02.370 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default/ 2024-04-01T19:36:02.370 INFO:teuthology.task.install.deb:Package version is 19.0.0-2492-ge142085d-1jammy 2024-04-01T19:36:02.394 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default/ 2024-04-01T19:36:02.395 INFO:teuthology.task.install.deb:Package version is 19.0.0-2492-ge142085d-1jammy 2024-04-01T19:36:02.439 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default/ 2024-04-01T19:36:02.439 INFO:teuthology.task.install.deb:Package version is 19.0.0-2492-ge142085d-1jammy 2024-04-01T19:36:02.505 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-01T19:36:02.505 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-01T19:36:02.519 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-01T19:36:02.519 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-01T19:36:02.520 DEBUG:teuthology.orchestra.run.smithi063:> sudo apt-get update 2024-04-01T19:36:02.534 DEBUG:teuthology.orchestra.run.smithi046:> sudo apt-get update 2024-04-01T19:36:02.627 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-01T19:36:02.627 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-01T19:36:02.642 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get update 2024-04-01T19:36:02.695 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-01T19:36:02.707 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-01T19:36:02.709 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-01T19:36:02.709 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-01T19:36:02.721 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-01T19:36:02.726 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-01T19:36:02.741 INFO:teuthology.orchestra.run.smithi046.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-01T19:36:02.753 INFO:teuthology.orchestra.run.smithi063.stdout:Ign:4 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy InRelease 2024-04-01T19:36:02.759 INFO:teuthology.orchestra.run.smithi046.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy InRelease 2024-04-01T19:36:02.778 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-01T19:36:02.780 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-01T19:36:02.800 INFO:teuthology.orchestra.run.smithi063.stdout:Ign:6 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-01T19:36:02.802 INFO:teuthology.orchestra.run.smithi046.stdout:Ign:7 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-01T19:36:02.810 INFO:teuthology.orchestra.run.smithi063.stdout:Hit:7 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-01T19:36:02.818 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-01T19:36:02.824 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,404 B] 2024-04-01T19:36:02.829 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-01T19:36:02.846 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-01T19:36:02.849 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-01T19:36:02.868 INFO:teuthology.orchestra.run.smithi040.stdout:Ign:4 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy InRelease 2024-04-01T19:36:02.872 INFO:teuthology.orchestra.run.smithi063.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-01T19:36:02.873 INFO:teuthology.orchestra.run.smithi046.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,404 B] 2024-04-01T19:36:02.889 INFO:teuthology.orchestra.run.smithi040.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-01T19:36:02.911 INFO:teuthology.orchestra.run.smithi040.stdout:Ign:6 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-01T19:36:02.934 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:7 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-01T19:36:02.953 INFO:teuthology.orchestra.run.smithi040.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-01T19:36:02.980 INFO:teuthology.orchestra.run.smithi040.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,404 B] 2024-04-01T19:36:03.051 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 28.5 kB in 0s (81.8 kB/s) 2024-04-01T19:36:03.084 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 28.5 kB in 0s (76.9 kB/s) 2024-04-01T19:36:03.202 INFO:teuthology.orchestra.run.smithi040.stdout:Fetched 28.5 kB in 0s (75.1 kB/s) 2024-04-01T19:36:04.024 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-04-01T19:36:04.025 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-04-01T19:36:04.039 DEBUG:teuthology.orchestra.run.smithi046:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2492-ge142085d-1jammy cephadm=19.0.0-2492-ge142085d-1jammy ceph-mds=19.0.0-2492-ge142085d-1jammy ceph-mgr=19.0.0-2492-ge142085d-1jammy ceph-common=19.0.0-2492-ge142085d-1jammy ceph-fuse=19.0.0-2492-ge142085d-1jammy ceph-test=19.0.0-2492-ge142085d-1jammy ceph-volume=19.0.0-2492-ge142085d-1jammy radosgw=19.0.0-2492-ge142085d-1jammy python3-rados=19.0.0-2492-ge142085d-1jammy python3-rgw=19.0.0-2492-ge142085d-1jammy python3-cephfs=19.0.0-2492-ge142085d-1jammy python3-rbd=19.0.0-2492-ge142085d-1jammy libcephfs2=19.0.0-2492-ge142085d-1jammy libcephfs-dev=19.0.0-2492-ge142085d-1jammy librados2=19.0.0-2492-ge142085d-1jammy librbd1=19.0.0-2492-ge142085d-1jammy rbd-fuse=19.0.0-2492-ge142085d-1jammy 2024-04-01T19:36:04.041 DEBUG:teuthology.orchestra.run.smithi063:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2492-ge142085d-1jammy cephadm=19.0.0-2492-ge142085d-1jammy ceph-mds=19.0.0-2492-ge142085d-1jammy ceph-mgr=19.0.0-2492-ge142085d-1jammy ceph-common=19.0.0-2492-ge142085d-1jammy ceph-fuse=19.0.0-2492-ge142085d-1jammy ceph-test=19.0.0-2492-ge142085d-1jammy ceph-volume=19.0.0-2492-ge142085d-1jammy radosgw=19.0.0-2492-ge142085d-1jammy python3-rados=19.0.0-2492-ge142085d-1jammy python3-rgw=19.0.0-2492-ge142085d-1jammy python3-cephfs=19.0.0-2492-ge142085d-1jammy python3-rbd=19.0.0-2492-ge142085d-1jammy libcephfs2=19.0.0-2492-ge142085d-1jammy libcephfs-dev=19.0.0-2492-ge142085d-1jammy librados2=19.0.0-2492-ge142085d-1jammy librbd1=19.0.0-2492-ge142085d-1jammy rbd-fuse=19.0.0-2492-ge142085d-1jammy 2024-04-01T19:36:04.092 INFO:teuthology.orchestra.run.smithi046.stdout:Reading package lists... 2024-04-01T19:36:04.106 INFO:teuthology.orchestra.run.smithi063.stdout:Reading package lists... 2024-04-01T19:36:04.132 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2024-04-01T19:36:04.149 DEBUG:teuthology.orchestra.run.smithi040:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2492-ge142085d-1jammy cephadm=19.0.0-2492-ge142085d-1jammy ceph-mds=19.0.0-2492-ge142085d-1jammy ceph-mgr=19.0.0-2492-ge142085d-1jammy ceph-common=19.0.0-2492-ge142085d-1jammy ceph-fuse=19.0.0-2492-ge142085d-1jammy ceph-test=19.0.0-2492-ge142085d-1jammy ceph-volume=19.0.0-2492-ge142085d-1jammy radosgw=19.0.0-2492-ge142085d-1jammy python3-rados=19.0.0-2492-ge142085d-1jammy python3-rgw=19.0.0-2492-ge142085d-1jammy python3-cephfs=19.0.0-2492-ge142085d-1jammy python3-rbd=19.0.0-2492-ge142085d-1jammy libcephfs2=19.0.0-2492-ge142085d-1jammy libcephfs-dev=19.0.0-2492-ge142085d-1jammy librados2=19.0.0-2492-ge142085d-1jammy librbd1=19.0.0-2492-ge142085d-1jammy rbd-fuse=19.0.0-2492-ge142085d-1jammy 2024-04-01T19:36:04.212 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2024-04-01T19:36:04.271 INFO:teuthology.orchestra.run.smithi046.stdout:Building dependency tree... 2024-04-01T19:36:04.272 INFO:teuthology.orchestra.run.smithi046.stdout:Reading state information... 2024-04-01T19:36:04.307 INFO:teuthology.orchestra.run.smithi063.stdout:Building dependency tree... 2024-04-01T19:36:04.307 INFO:teuthology.orchestra.run.smithi063.stdout:Reading state information... 2024-04-01T19:36:04.412 INFO:teuthology.orchestra.run.smithi040.stdout:Building dependency tree... 2024-04-01T19:36:04.413 INFO:teuthology.orchestra.run.smithi040.stdout:Reading state information... 2024-04-01T19:36:04.446 INFO:teuthology.orchestra.run.smithi046.stdout:The following packages were automatically installed and are no longer required: 2024-04-01T19:36:04.446 INFO:teuthology.orchestra.run.smithi046.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-01T19:36:04.446 INFO:teuthology.orchestra.run.smithi046.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-01T19:36:04.447 INFO:teuthology.orchestra.run.smithi046.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-01T19:36:04.447 INFO:teuthology.orchestra.run.smithi046.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-01T19:36:04.448 INFO:teuthology.orchestra.run.smithi046.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-01T19:36:04.448 INFO:teuthology.orchestra.run.smithi046.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-01T19:36:04.448 INFO:teuthology.orchestra.run.smithi046.stdout:The following additional packages will be installed: 2024-04-01T19:36:04.448 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-01T19:36:04.448 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-01T19:36:04.448 INFO:teuthology.orchestra.run.smithi046.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-01T19:36:04.448 INFO:teuthology.orchestra.run.smithi046.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-01T19:36:04.449 INFO:teuthology.orchestra.run.smithi046.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-01T19:36:04.449 INFO:teuthology.orchestra.run.smithi046.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-01T19:36:04.449 INFO:teuthology.orchestra.run.smithi046.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-01T19:36:04.449 INFO:teuthology.orchestra.run.smithi046.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-01T19:36:04.449 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-01T19:36:04.450 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-01T19:36:04.450 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-01T19:36:04.450 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-01T19:36:04.450 INFO:teuthology.orchestra.run.smithi046.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-01T19:36:04.450 INFO:teuthology.orchestra.run.smithi046.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-01T19:36:04.450 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-01T19:36:04.450 INFO:teuthology.orchestra.run.smithi046.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-01T19:36:04.450 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-01T19:36:04.450 INFO:teuthology.orchestra.run.smithi046.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-01T19:36:04.450 INFO:teuthology.orchestra.run.smithi046.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-01T19:36:04.450 INFO:teuthology.orchestra.run.smithi046.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-01T19:36:04.450 INFO:teuthology.orchestra.run.smithi046.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-01T19:36:04.450 INFO:teuthology.orchestra.run.smithi046.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-01T19:36:04.450 INFO:teuthology.orchestra.run.smithi046.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-01T19:36:04.451 INFO:teuthology.orchestra.run.smithi046.stdout: xmlstarlet zip 2024-04-01T19:36:04.451 INFO:teuthology.orchestra.run.smithi046.stdout:Suggested packages: 2024-04-01T19:36:04.451 INFO:teuthology.orchestra.run.smithi046.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-01T19:36:04.451 INFO:teuthology.orchestra.run.smithi046.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-01T19:36:04.451 INFO:teuthology.orchestra.run.smithi046.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-01T19:36:04.451 INFO:teuthology.orchestra.run.smithi046.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-01T19:36:04.451 INFO:teuthology.orchestra.run.smithi046.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-01T19:36:04.451 INFO:teuthology.orchestra.run.smithi046.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-01T19:36:04.451 INFO:teuthology.orchestra.run.smithi046.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-01T19:36:04.452 INFO:teuthology.orchestra.run.smithi046.stdout:Recommended packages: 2024-04-01T19:36:04.452 INFO:teuthology.orchestra.run.smithi046.stdout: btrfs-tools 2024-04-01T19:36:04.506 INFO:teuthology.orchestra.run.smithi063.stdout:The following packages were automatically installed and are no longer required: 2024-04-01T19:36:04.506 INFO:teuthology.orchestra.run.smithi063.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-01T19:36:04.506 INFO:teuthology.orchestra.run.smithi063.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-01T19:36:04.506 INFO:teuthology.orchestra.run.smithi063.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-01T19:36:04.507 INFO:teuthology.orchestra.run.smithi063.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-01T19:36:04.507 INFO:teuthology.orchestra.run.smithi063.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-01T19:36:04.507 INFO:teuthology.orchestra.run.smithi063.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-01T19:36:04.508 INFO:teuthology.orchestra.run.smithi063.stdout:The following additional packages will be installed: 2024-04-01T19:36:04.508 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-01T19:36:04.509 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-01T19:36:04.509 INFO:teuthology.orchestra.run.smithi063.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-01T19:36:04.509 INFO:teuthology.orchestra.run.smithi063.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-01T19:36:04.511 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-01T19:36:04.511 INFO:teuthology.orchestra.run.smithi063.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-01T19:36:04.511 INFO:teuthology.orchestra.run.smithi063.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-01T19:36:04.511 INFO:teuthology.orchestra.run.smithi063.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-01T19:36:04.511 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-01T19:36:04.511 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-01T19:36:04.511 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-01T19:36:04.511 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-01T19:36:04.511 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-01T19:36:04.511 INFO:teuthology.orchestra.run.smithi063.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-01T19:36:04.511 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-01T19:36:04.511 INFO:teuthology.orchestra.run.smithi063.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-01T19:36:04.511 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-01T19:36:04.512 INFO:teuthology.orchestra.run.smithi063.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-01T19:36:04.512 INFO:teuthology.orchestra.run.smithi063.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-01T19:36:04.512 INFO:teuthology.orchestra.run.smithi063.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-01T19:36:04.512 INFO:teuthology.orchestra.run.smithi063.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-01T19:36:04.512 INFO:teuthology.orchestra.run.smithi063.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-01T19:36:04.512 INFO:teuthology.orchestra.run.smithi063.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-01T19:36:04.512 INFO:teuthology.orchestra.run.smithi063.stdout: xmlstarlet zip 2024-04-01T19:36:04.512 INFO:teuthology.orchestra.run.smithi063.stdout:Suggested packages: 2024-04-01T19:36:04.512 INFO:teuthology.orchestra.run.smithi063.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-01T19:36:04.512 INFO:teuthology.orchestra.run.smithi063.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-01T19:36:04.512 INFO:teuthology.orchestra.run.smithi063.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-01T19:36:04.512 INFO:teuthology.orchestra.run.smithi063.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-01T19:36:04.512 INFO:teuthology.orchestra.run.smithi063.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-01T19:36:04.512 INFO:teuthology.orchestra.run.smithi063.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-01T19:36:04.513 INFO:teuthology.orchestra.run.smithi063.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-01T19:36:04.513 INFO:teuthology.orchestra.run.smithi063.stdout:Recommended packages: 2024-04-01T19:36:04.513 INFO:teuthology.orchestra.run.smithi063.stdout: btrfs-tools 2024-04-01T19:36:04.553 INFO:teuthology.orchestra.run.smithi046.stdout:The following NEW packages will be installed: 2024-04-01T19:36:04.553 INFO:teuthology.orchestra.run.smithi046.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-01T19:36:04.553 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-01T19:36:04.554 INFO:teuthology.orchestra.run.smithi046.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-01T19:36:04.554 INFO:teuthology.orchestra.run.smithi046.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-01T19:36:04.554 INFO:teuthology.orchestra.run.smithi046.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-01T19:36:04.554 INFO:teuthology.orchestra.run.smithi046.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-01T19:36:04.555 INFO:teuthology.orchestra.run.smithi046.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-01T19:36:04.555 INFO:teuthology.orchestra.run.smithi046.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-01T19:36:04.555 INFO:teuthology.orchestra.run.smithi046.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-01T19:36:04.555 INFO:teuthology.orchestra.run.smithi046.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-01T19:36:04.555 INFO:teuthology.orchestra.run.smithi046.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-01T19:36:04.555 INFO:teuthology.orchestra.run.smithi046.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-01T19:36:04.555 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-01T19:36:04.555 INFO:teuthology.orchestra.run.smithi046.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-01T19:36:04.556 INFO:teuthology.orchestra.run.smithi046.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-01T19:36:04.556 INFO:teuthology.orchestra.run.smithi046.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-01T19:36:04.556 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-01T19:36:04.556 INFO:teuthology.orchestra.run.smithi046.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-01T19:36:04.556 INFO:teuthology.orchestra.run.smithi046.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-01T19:36:04.556 INFO:teuthology.orchestra.run.smithi046.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-01T19:36:04.556 INFO:teuthology.orchestra.run.smithi046.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-01T19:36:04.556 INFO:teuthology.orchestra.run.smithi046.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-01T19:36:04.556 INFO:teuthology.orchestra.run.smithi046.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-01T19:36:04.556 INFO:teuthology.orchestra.run.smithi046.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-01T19:36:04.556 INFO:teuthology.orchestra.run.smithi046.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-01T19:36:04.556 INFO:teuthology.orchestra.run.smithi046.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-01T19:36:04.612 INFO:teuthology.orchestra.run.smithi040.stdout:The following packages were automatically installed and are no longer required: 2024-04-01T19:36:04.613 INFO:teuthology.orchestra.run.smithi040.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-01T19:36:04.613 INFO:teuthology.orchestra.run.smithi040.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-01T19:36:04.613 INFO:teuthology.orchestra.run.smithi040.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-01T19:36:04.613 INFO:teuthology.orchestra.run.smithi040.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-01T19:36:04.613 INFO:teuthology.orchestra.run.smithi040.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-01T19:36:04.614 INFO:teuthology.orchestra.run.smithi040.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-01T19:36:04.614 INFO:teuthology.orchestra.run.smithi040.stdout:The following additional packages will be installed: 2024-04-01T19:36:04.614 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-01T19:36:04.614 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-01T19:36:04.615 INFO:teuthology.orchestra.run.smithi040.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-01T19:36:04.615 INFO:teuthology.orchestra.run.smithi040.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-01T19:36:04.615 INFO:teuthology.orchestra.run.smithi040.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-01T19:36:04.615 INFO:teuthology.orchestra.run.smithi040.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-01T19:36:04.615 INFO:teuthology.orchestra.run.smithi040.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-01T19:36:04.616 INFO:teuthology.orchestra.run.smithi040.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-01T19:36:04.616 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-01T19:36:04.616 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-01T19:36:04.616 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-01T19:36:04.616 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-01T19:36:04.616 INFO:teuthology.orchestra.run.smithi040.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-01T19:36:04.616 INFO:teuthology.orchestra.run.smithi040.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-01T19:36:04.616 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-01T19:36:04.616 INFO:teuthology.orchestra.run.smithi040.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-01T19:36:04.616 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-01T19:36:04.616 INFO:teuthology.orchestra.run.smithi040.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-01T19:36:04.616 INFO:teuthology.orchestra.run.smithi040.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-01T19:36:04.616 INFO:teuthology.orchestra.run.smithi040.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-01T19:36:04.616 INFO:teuthology.orchestra.run.smithi040.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-01T19:36:04.616 INFO:teuthology.orchestra.run.smithi040.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-01T19:36:04.616 INFO:teuthology.orchestra.run.smithi040.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-01T19:36:04.617 INFO:teuthology.orchestra.run.smithi040.stdout: xmlstarlet zip 2024-04-01T19:36:04.617 INFO:teuthology.orchestra.run.smithi040.stdout:Suggested packages: 2024-04-01T19:36:04.617 INFO:teuthology.orchestra.run.smithi040.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-01T19:36:04.617 INFO:teuthology.orchestra.run.smithi040.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-01T19:36:04.617 INFO:teuthology.orchestra.run.smithi040.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-01T19:36:04.617 INFO:teuthology.orchestra.run.smithi040.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-01T19:36:04.617 INFO:teuthology.orchestra.run.smithi040.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-01T19:36:04.617 INFO:teuthology.orchestra.run.smithi040.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-01T19:36:04.617 INFO:teuthology.orchestra.run.smithi040.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-01T19:36:04.617 INFO:teuthology.orchestra.run.smithi040.stdout:Recommended packages: 2024-04-01T19:36:04.618 INFO:teuthology.orchestra.run.smithi040.stdout: btrfs-tools 2024-04-01T19:36:04.618 INFO:teuthology.orchestra.run.smithi063.stdout:The following NEW packages will be installed: 2024-04-01T19:36:04.618 INFO:teuthology.orchestra.run.smithi063.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-01T19:36:04.618 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-01T19:36:04.619 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-01T19:36:04.619 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-01T19:36:04.619 INFO:teuthology.orchestra.run.smithi063.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-01T19:36:04.619 INFO:teuthology.orchestra.run.smithi063.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-01T19:36:04.620 INFO:teuthology.orchestra.run.smithi063.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-01T19:36:04.620 INFO:teuthology.orchestra.run.smithi063.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-01T19:36:04.620 INFO:teuthology.orchestra.run.smithi063.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-01T19:36:04.620 INFO:teuthology.orchestra.run.smithi063.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-01T19:36:04.620 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-01T19:36:04.620 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-01T19:36:04.620 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-01T19:36:04.621 INFO:teuthology.orchestra.run.smithi063.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-01T19:36:04.621 INFO:teuthology.orchestra.run.smithi063.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-01T19:36:04.621 INFO:teuthology.orchestra.run.smithi063.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-01T19:36:04.621 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-01T19:36:04.621 INFO:teuthology.orchestra.run.smithi063.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-01T19:36:04.621 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-01T19:36:04.621 INFO:teuthology.orchestra.run.smithi063.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-01T19:36:04.621 INFO:teuthology.orchestra.run.smithi063.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-01T19:36:04.621 INFO:teuthology.orchestra.run.smithi063.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-01T19:36:04.621 INFO:teuthology.orchestra.run.smithi063.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-01T19:36:04.621 INFO:teuthology.orchestra.run.smithi063.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-01T19:36:04.621 INFO:teuthology.orchestra.run.smithi063.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-01T19:36:04.622 INFO:teuthology.orchestra.run.smithi063.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-01T19:36:04.697 INFO:teuthology.orchestra.run.smithi063.stdout:0 upgraded, 118 newly installed, 0 to remove and 298 not upgraded. 2024-04-01T19:36:04.697 INFO:teuthology.orchestra.run.smithi063.stdout:Need to get 178 MB of archives. 2024-04-01T19:36:04.697 INFO:teuthology.orchestra.run.smithi063.stdout:After this operation, 819 MB of additional disk space will be used. 2024-04-01T19:36:04.697 INFO:teuthology.orchestra.run.smithi063.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-01T19:36:04.724 INFO:teuthology.orchestra.run.smithi040.stdout:The following NEW packages will be installed: 2024-04-01T19:36:04.724 INFO:teuthology.orchestra.run.smithi040.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-01T19:36:04.724 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-01T19:36:04.724 INFO:teuthology.orchestra.run.smithi040.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-01T19:36:04.724 INFO:teuthology.orchestra.run.smithi040.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-01T19:36:04.724 INFO:teuthology.orchestra.run.smithi040.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-01T19:36:04.724 INFO:teuthology.orchestra.run.smithi040.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-01T19:36:04.725 INFO:teuthology.orchestra.run.smithi040.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-01T19:36:04.725 INFO:teuthology.orchestra.run.smithi040.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-01T19:36:04.725 INFO:teuthology.orchestra.run.smithi040.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-01T19:36:04.726 INFO:teuthology.orchestra.run.smithi040.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-01T19:36:04.726 INFO:teuthology.orchestra.run.smithi040.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-01T19:36:04.726 INFO:teuthology.orchestra.run.smithi040.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-01T19:36:04.726 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-01T19:36:04.726 INFO:teuthology.orchestra.run.smithi040.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-01T19:36:04.726 INFO:teuthology.orchestra.run.smithi040.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-01T19:36:04.726 INFO:teuthology.orchestra.run.smithi040.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-01T19:36:04.726 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-01T19:36:04.726 INFO:teuthology.orchestra.run.smithi040.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-01T19:36:04.726 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-01T19:36:04.726 INFO:teuthology.orchestra.run.smithi040.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-01T19:36:04.726 INFO:teuthology.orchestra.run.smithi040.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-01T19:36:04.726 INFO:teuthology.orchestra.run.smithi040.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-01T19:36:04.726 INFO:teuthology.orchestra.run.smithi040.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-01T19:36:04.726 INFO:teuthology.orchestra.run.smithi040.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-01T19:36:04.727 INFO:teuthology.orchestra.run.smithi040.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-01T19:36:04.727 INFO:teuthology.orchestra.run.smithi040.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-01T19:36:04.745 INFO:teuthology.orchestra.run.smithi046.stdout:0 upgraded, 118 newly installed, 0 to remove and 298 not upgraded. 2024-04-01T19:36:04.746 INFO:teuthology.orchestra.run.smithi046.stdout:Need to get 178 MB of archives. 2024-04-01T19:36:04.746 INFO:teuthology.orchestra.run.smithi046.stdout:After this operation, 819 MB of additional disk space will be used. 2024-04-01T19:36:04.746 INFO:teuthology.orchestra.run.smithi046.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-01T19:36:04.787 INFO:teuthology.orchestra.run.smithi046.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2492-ge142085d-1jammy [3,554 kB] 2024-04-01T19:36:04.799 INFO:teuthology.orchestra.run.smithi063.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-01T19:36:04.802 INFO:teuthology.orchestra.run.smithi063.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-01T19:36:04.825 INFO:teuthology.orchestra.run.smithi063.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-01T19:36:04.838 INFO:teuthology.orchestra.run.smithi063.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2492-ge142085d-1jammy [3,554 kB] 2024-04-01T19:36:04.887 INFO:teuthology.orchestra.run.smithi063.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-01T19:36:04.892 INFO:teuthology.orchestra.run.smithi063.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-01T19:36:04.905 INFO:teuthology.orchestra.run.smithi063.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-01T19:36:04.910 INFO:teuthology.orchestra.run.smithi063.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-01T19:36:04.910 INFO:teuthology.orchestra.run.smithi063.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-01T19:36:04.911 INFO:teuthology.orchestra.run.smithi063.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-01T19:36:04.913 INFO:teuthology.orchestra.run.smithi040.stdout:0 upgraded, 118 newly installed, 0 to remove and 298 not upgraded. 2024-04-01T19:36:04.913 INFO:teuthology.orchestra.run.smithi040.stdout:Need to get 178 MB of archives. 2024-04-01T19:36:04.913 INFO:teuthology.orchestra.run.smithi040.stdout:After this operation, 819 MB of additional disk space will be used. 2024-04-01T19:36:04.913 INFO:teuthology.orchestra.run.smithi040.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-01T19:36:04.920 INFO:teuthology.orchestra.run.smithi063.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-01T19:36:04.922 INFO:teuthology.orchestra.run.smithi063.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-01T19:36:04.925 INFO:teuthology.orchestra.run.smithi063.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-01T19:36:04.926 INFO:teuthology.orchestra.run.smithi063.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-01T19:36:04.931 INFO:teuthology.orchestra.run.smithi063.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-01T19:36:04.934 INFO:teuthology.orchestra.run.smithi063.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-01T19:36:04.936 INFO:teuthology.orchestra.run.smithi063.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-01T19:36:04.945 INFO:teuthology.orchestra.run.smithi040.stdout:Get:2 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2492-ge142085d-1jammy [3,554 kB] 2024-04-01T19:36:04.951 INFO:teuthology.orchestra.run.smithi063.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-01T19:36:04.952 INFO:teuthology.orchestra.run.smithi063.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-01T19:36:04.952 INFO:teuthology.orchestra.run.smithi063.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-01T19:36:04.953 INFO:teuthology.orchestra.run.smithi063.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-01T19:36:04.954 INFO:teuthology.orchestra.run.smithi063.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-01T19:36:04.954 INFO:teuthology.orchestra.run.smithi063.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-01T19:36:04.954 INFO:teuthology.orchestra.run.smithi063.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-01T19:36:04.970 INFO:teuthology.orchestra.run.smithi063.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-01T19:36:04.971 INFO:teuthology.orchestra.run.smithi063.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-01T19:36:04.971 INFO:teuthology.orchestra.run.smithi063.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-01T19:36:04.990 INFO:teuthology.orchestra.run.smithi063.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-01T19:36:04.991 INFO:teuthology.orchestra.run.smithi063.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-01T19:36:04.991 INFO:teuthology.orchestra.run.smithi063.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-01T19:36:04.992 INFO:teuthology.orchestra.run.smithi063.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-01T19:36:04.992 INFO:teuthology.orchestra.run.smithi063.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-01T19:36:04.993 INFO:teuthology.orchestra.run.smithi063.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-01T19:36:04.993 INFO:teuthology.orchestra.run.smithi063.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-01T19:36:05.009 INFO:teuthology.orchestra.run.smithi063.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-01T19:36:05.012 INFO:teuthology.orchestra.run.smithi063.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-01T19:36:05.012 INFO:teuthology.orchestra.run.smithi063.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-01T19:36:05.029 INFO:teuthology.orchestra.run.smithi063.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-01T19:36:05.029 INFO:teuthology.orchestra.run.smithi063.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-01T19:36:05.030 INFO:teuthology.orchestra.run.smithi063.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-01T19:36:05.031 INFO:teuthology.orchestra.run.smithi063.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-01T19:36:05.032 INFO:teuthology.orchestra.run.smithi063.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-01T19:36:05.034 INFO:teuthology.orchestra.run.smithi063.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-01T19:36:05.035 INFO:teuthology.orchestra.run.smithi063.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-01T19:36:05.049 INFO:teuthology.orchestra.run.smithi063.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-01T19:36:05.050 INFO:teuthology.orchestra.run.smithi063.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-01T19:36:05.052 INFO:teuthology.orchestra.run.smithi063.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-01T19:36:05.068 INFO:teuthology.orchestra.run.smithi063.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-01T19:36:05.069 INFO:teuthology.orchestra.run.smithi063.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-01T19:36:05.072 INFO:teuthology.orchestra.run.smithi063.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-01T19:36:05.130 INFO:teuthology.orchestra.run.smithi063.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-01T19:36:05.131 INFO:teuthology.orchestra.run.smithi063.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-01T19:36:05.133 INFO:teuthology.orchestra.run.smithi063.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-01T19:36:05.133 INFO:teuthology.orchestra.run.smithi063.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-01T19:36:05.134 INFO:teuthology.orchestra.run.smithi063.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-01T19:36:05.152 INFO:teuthology.orchestra.run.smithi063.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-01T19:36:05.154 INFO:teuthology.orchestra.run.smithi063.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-01T19:36:05.154 INFO:teuthology.orchestra.run.smithi063.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-01T19:36:05.167 INFO:teuthology.orchestra.run.smithi046.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-01T19:36:05.172 INFO:teuthology.orchestra.run.smithi063.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-01T19:36:05.172 INFO:teuthology.orchestra.run.smithi063.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-01T19:36:05.179 INFO:teuthology.orchestra.run.smithi046.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-01T19:36:05.181 INFO:teuthology.orchestra.run.smithi063.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-01T19:36:05.181 INFO:teuthology.orchestra.run.smithi063.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-01T19:36:05.182 INFO:teuthology.orchestra.run.smithi063.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-01T19:36:05.182 INFO:teuthology.orchestra.run.smithi063.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-01T19:36:05.183 INFO:teuthology.orchestra.run.smithi063.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-01T19:36:05.183 INFO:teuthology.orchestra.run.smithi063.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-01T19:36:05.186 INFO:teuthology.orchestra.run.smithi063.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-01T19:36:05.201 INFO:teuthology.orchestra.run.smithi063.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-01T19:36:05.202 INFO:teuthology.orchestra.run.smithi063.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-01T19:36:05.203 INFO:teuthology.orchestra.run.smithi063.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-01T19:36:05.220 INFO:teuthology.orchestra.run.smithi063.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-01T19:36:05.223 INFO:teuthology.orchestra.run.smithi063.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-01T19:36:05.224 INFO:teuthology.orchestra.run.smithi063.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-01T19:36:05.224 INFO:teuthology.orchestra.run.smithi063.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-01T19:36:05.228 INFO:teuthology.orchestra.run.smithi063.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-01T19:36:05.229 INFO:teuthology.orchestra.run.smithi063.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-01T19:36:05.232 INFO:teuthology.orchestra.run.smithi063.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-01T19:36:05.240 INFO:teuthology.orchestra.run.smithi063.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-01T19:36:05.241 INFO:teuthology.orchestra.run.smithi063.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-01T19:36:05.241 INFO:teuthology.orchestra.run.smithi063.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-01T19:36:05.260 INFO:teuthology.orchestra.run.smithi063.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-01T19:36:05.260 INFO:teuthology.orchestra.run.smithi046.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-01T19:36:05.261 INFO:teuthology.orchestra.run.smithi063.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-01T19:36:05.267 INFO:teuthology.orchestra.run.smithi063.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-01T19:36:05.267 INFO:teuthology.orchestra.run.smithi063.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-01T19:36:05.268 INFO:teuthology.orchestra.run.smithi063.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-01T19:36:05.269 INFO:teuthology.orchestra.run.smithi063.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-01T19:36:05.270 INFO:teuthology.orchestra.run.smithi063.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-01T19:36:05.334 INFO:teuthology.orchestra.run.smithi040.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-01T19:36:05.347 INFO:teuthology.orchestra.run.smithi040.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-01T19:36:05.428 INFO:teuthology.orchestra.run.smithi040.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-01T19:36:05.491 INFO:teuthology.orchestra.run.smithi046.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-01T19:36:05.502 INFO:teuthology.orchestra.run.smithi046.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-01T19:36:05.533 INFO:teuthology.orchestra.run.smithi046.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-01T19:36:05.541 INFO:teuthology.orchestra.run.smithi046.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-01T19:36:05.542 INFO:teuthology.orchestra.run.smithi046.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-01T19:36:05.543 INFO:teuthology.orchestra.run.smithi046.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-01T19:36:05.562 INFO:teuthology.orchestra.run.smithi046.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-01T19:36:05.658 INFO:teuthology.orchestra.run.smithi040.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-01T19:36:05.670 INFO:teuthology.orchestra.run.smithi040.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-01T19:36:05.700 INFO:teuthology.orchestra.run.smithi040.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-01T19:36:05.710 INFO:teuthology.orchestra.run.smithi040.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-01T19:36:05.711 INFO:teuthology.orchestra.run.smithi040.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-01T19:36:05.712 INFO:teuthology.orchestra.run.smithi040.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-01T19:36:05.730 INFO:teuthology.orchestra.run.smithi040.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-01T19:36:05.731 INFO:teuthology.orchestra.run.smithi046.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-01T19:36:05.899 INFO:teuthology.orchestra.run.smithi040.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-01T19:36:06.142 INFO:teuthology.orchestra.run.smithi046.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-01T19:36:06.176 INFO:teuthology.orchestra.run.smithi046.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-01T19:36:06.178 INFO:teuthology.orchestra.run.smithi046.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-01T19:36:06.259 INFO:teuthology.orchestra.run.smithi046.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-01T19:36:06.299 INFO:teuthology.orchestra.run.smithi040.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-01T19:36:06.310 INFO:teuthology.orchestra.run.smithi046.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-01T19:36:06.331 INFO:teuthology.orchestra.run.smithi046.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-01T19:36:06.334 INFO:teuthology.orchestra.run.smithi040.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-01T19:36:06.336 INFO:teuthology.orchestra.run.smithi040.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-01T19:36:06.338 INFO:teuthology.orchestra.run.smithi046.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-01T19:36:06.339 INFO:teuthology.orchestra.run.smithi046.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-01T19:36:06.351 INFO:teuthology.orchestra.run.smithi046.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-01T19:36:06.351 INFO:teuthology.orchestra.run.smithi046.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-01T19:36:06.415 INFO:teuthology.orchestra.run.smithi040.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-01T19:36:06.467 INFO:teuthology.orchestra.run.smithi040.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-01T19:36:06.489 INFO:teuthology.orchestra.run.smithi040.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-01T19:36:06.494 INFO:teuthology.orchestra.run.smithi040.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-01T19:36:06.496 INFO:teuthology.orchestra.run.smithi040.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-01T19:36:06.507 INFO:teuthology.orchestra.run.smithi040.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-01T19:36:06.508 INFO:teuthology.orchestra.run.smithi040.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-01T19:36:06.517 INFO:teuthology.orchestra.run.smithi046.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-01T19:36:06.600 INFO:teuthology.orchestra.run.smithi046.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-01T19:36:06.629 INFO:teuthology.orchestra.run.smithi046.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-01T19:36:06.646 INFO:teuthology.orchestra.run.smithi046.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-01T19:36:06.674 INFO:teuthology.orchestra.run.smithi040.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-01T19:36:06.690 INFO:teuthology.orchestra.run.smithi046.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-01T19:36:06.758 INFO:teuthology.orchestra.run.smithi040.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-01T19:36:06.785 INFO:teuthology.orchestra.run.smithi040.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-01T19:36:06.802 INFO:teuthology.orchestra.run.smithi040.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-01T19:36:06.829 INFO:teuthology.orchestra.run.smithi046.stdout:Get:29 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2492-ge142085d-1jammy [3,224 kB] 2024-04-01T19:36:06.845 INFO:teuthology.orchestra.run.smithi063.stdout:Get:89 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2492-ge142085d-1jammy [3,224 kB] 2024-04-01T19:36:06.847 INFO:teuthology.orchestra.run.smithi040.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-01T19:36:06.873 INFO:teuthology.orchestra.run.smithi040.stdout:Get:29 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2492-ge142085d-1jammy [3,224 kB] 2024-04-01T19:36:06.905 INFO:teuthology.orchestra.run.smithi046.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-01T19:36:06.921 INFO:teuthology.orchestra.run.smithi046.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-01T19:36:06.927 INFO:teuthology.orchestra.run.smithi046.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-01T19:36:06.933 INFO:teuthology.orchestra.run.smithi046.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-01T19:36:06.954 INFO:teuthology.orchestra.run.smithi046.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-01T19:36:06.958 INFO:teuthology.orchestra.run.smithi046.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-01T19:36:07.062 INFO:teuthology.orchestra.run.smithi040.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-01T19:36:07.078 INFO:teuthology.orchestra.run.smithi040.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-01T19:36:07.084 INFO:teuthology.orchestra.run.smithi040.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-01T19:36:07.089 INFO:teuthology.orchestra.run.smithi040.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-01T19:36:07.111 INFO:teuthology.orchestra.run.smithi040.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-01T19:36:07.114 INFO:teuthology.orchestra.run.smithi040.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-01T19:36:07.123 INFO:teuthology.orchestra.run.smithi046.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-01T19:36:07.263 INFO:teuthology.orchestra.run.smithi046.stdout:Get:37 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2492-ge142085d-1jammy [712 kB] 2024-04-01T19:36:07.279 INFO:teuthology.orchestra.run.smithi063.stdout:Get:90 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2492-ge142085d-1jammy [712 kB] 2024-04-01T19:36:07.280 INFO:teuthology.orchestra.run.smithi040.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-01T19:36:07.306 INFO:teuthology.orchestra.run.smithi040.stdout:Get:37 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2492-ge142085d-1jammy [712 kB] 2024-04-01T19:36:07.350 INFO:teuthology.orchestra.run.smithi063.stdout:Get:91 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2492-ge142085d-1jammy [357 kB] 2024-04-01T19:36:07.384 INFO:teuthology.orchestra.run.smithi063.stdout:Get:92 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2492-ge142085d-1jammy [32.8 kB] 2024-04-01T19:36:07.385 INFO:teuthology.orchestra.run.smithi063.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2492-ge142085d-1jammy [180 kB] 2024-04-01T19:36:07.415 INFO:teuthology.orchestra.run.smithi063.stdout:Get:94 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2492-ge142085d-1jammy [66.5 kB] 2024-04-01T19:36:07.417 INFO:teuthology.orchestra.run.smithi063.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2492-ge142085d-1jammy [330 kB] 2024-04-01T19:36:07.441 INFO:teuthology.orchestra.run.smithi046.stdout:Get:38 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2492-ge142085d-1jammy [357 kB] 2024-04-01T19:36:07.450 INFO:teuthology.orchestra.run.smithi063.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2492-ge142085d-1jammy [6,660 kB] 2024-04-01T19:36:07.454 INFO:teuthology.orchestra.run.smithi046.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-01T19:36:07.472 INFO:teuthology.orchestra.run.smithi046.stdout:Get:40 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2492-ge142085d-1jammy [32.8 kB] 2024-04-01T19:36:07.473 INFO:teuthology.orchestra.run.smithi040.stdout:Get:38 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2492-ge142085d-1jammy [357 kB] 2024-04-01T19:36:07.480 INFO:teuthology.orchestra.run.smithi046.stdout:Get:41 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2492-ge142085d-1jammy [180 kB] 2024-04-01T19:36:07.485 INFO:teuthology.orchestra.run.smithi046.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-01T19:36:07.487 INFO:teuthology.orchestra.run.smithi046.stdout:Get:43 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2492-ge142085d-1jammy [66.5 kB] 2024-04-01T19:36:07.495 INFO:teuthology.orchestra.run.smithi046.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-01T19:36:07.505 INFO:teuthology.orchestra.run.smithi046.stdout:Get:45 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2492-ge142085d-1jammy [330 kB] 2024-04-01T19:36:07.512 INFO:teuthology.orchestra.run.smithi040.stdout:Get:39 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2492-ge142085d-1jammy [32.8 kB] 2024-04-01T19:36:07.513 INFO:teuthology.orchestra.run.smithi040.stdout:Get:40 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2492-ge142085d-1jammy [180 kB] 2024-04-01T19:36:07.519 INFO:teuthology.orchestra.run.smithi040.stdout:Get:41 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2492-ge142085d-1jammy [66.5 kB] 2024-04-01T19:36:07.528 INFO:teuthology.orchestra.run.smithi046.stdout:Get:46 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2492-ge142085d-1jammy [6,660 kB] 2024-04-01T19:36:07.547 INFO:teuthology.orchestra.run.smithi040.stdout:Get:42 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2492-ge142085d-1jammy [330 kB] 2024-04-01T19:36:07.562 INFO:teuthology.orchestra.run.smithi040.stdout:Get:43 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2492-ge142085d-1jammy [6,660 kB] 2024-04-01T19:36:07.613 INFO:teuthology.orchestra.run.smithi040.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-01T19:36:07.645 INFO:teuthology.orchestra.run.smithi040.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-01T19:36:07.655 INFO:teuthology.orchestra.run.smithi040.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-01T19:36:07.698 INFO:teuthology.orchestra.run.smithi046.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-01T19:36:07.699 INFO:teuthology.orchestra.run.smithi046.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-01T19:36:07.705 INFO:teuthology.orchestra.run.smithi046.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-01T19:36:07.711 INFO:teuthology.orchestra.run.smithi046.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-01T19:36:07.726 INFO:teuthology.orchestra.run.smithi046.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-01T19:36:07.748 INFO:teuthology.orchestra.run.smithi046.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-01T19:36:07.754 INFO:teuthology.orchestra.run.smithi046.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-01T19:36:07.857 INFO:teuthology.orchestra.run.smithi040.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-01T19:36:07.858 INFO:teuthology.orchestra.run.smithi040.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-01T19:36:07.864 INFO:teuthology.orchestra.run.smithi040.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-01T19:36:07.870 INFO:teuthology.orchestra.run.smithi040.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-01T19:36:07.885 INFO:teuthology.orchestra.run.smithi040.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-01T19:36:07.906 INFO:teuthology.orchestra.run.smithi040.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-01T19:36:07.912 INFO:teuthology.orchestra.run.smithi040.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-01T19:36:07.929 INFO:teuthology.orchestra.run.smithi046.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-01T19:36:08.028 INFO:teuthology.orchestra.run.smithi063.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2492-ge142085d-1jammy [112 kB] 2024-04-01T19:36:08.031 INFO:teuthology.orchestra.run.smithi063.stdout:Get:98 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2492-ge142085d-1jammy [466 kB] 2024-04-01T19:36:08.087 INFO:teuthology.orchestra.run.smithi040.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-01T19:36:08.089 INFO:teuthology.orchestra.run.smithi063.stdout:Get:99 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2492-ge142085d-1jammy [25.3 MB] 2024-04-01T19:36:08.183 INFO:teuthology.orchestra.run.smithi046.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-01T19:36:08.241 INFO:teuthology.orchestra.run.smithi046.stdout:Get:56 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2492-ge142085d-1jammy [112 kB] 2024-04-01T19:36:08.244 INFO:teuthology.orchestra.run.smithi046.stdout:Get:57 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2492-ge142085d-1jammy [466 kB] 2024-04-01T19:36:08.269 INFO:teuthology.orchestra.run.smithi040.stdout:Get:55 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2492-ge142085d-1jammy [112 kB] 2024-04-01T19:36:08.272 INFO:teuthology.orchestra.run.smithi040.stdout:Get:56 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2492-ge142085d-1jammy [466 kB] 2024-04-01T19:36:08.312 INFO:teuthology.orchestra.run.smithi046.stdout:Get:58 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2492-ge142085d-1jammy [25.3 MB] 2024-04-01T19:36:08.341 INFO:teuthology.orchestra.run.smithi040.stdout:Get:57 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2492-ge142085d-1jammy [25.3 MB] 2024-04-01T19:36:08.342 INFO:teuthology.orchestra.run.smithi040.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-01T19:36:08.359 INFO:teuthology.orchestra.run.smithi046.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-01T19:36:08.373 INFO:teuthology.orchestra.run.smithi046.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-01T19:36:08.393 INFO:teuthology.orchestra.run.smithi046.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-01T19:36:08.457 INFO:teuthology.orchestra.run.smithi046.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-01T19:36:08.519 INFO:teuthology.orchestra.run.smithi040.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-01T19:36:08.533 INFO:teuthology.orchestra.run.smithi040.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-01T19:36:08.553 INFO:teuthology.orchestra.run.smithi040.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-01T19:36:08.618 INFO:teuthology.orchestra.run.smithi040.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-01T19:36:08.745 INFO:teuthology.orchestra.run.smithi046.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-01T19:36:08.747 INFO:teuthology.orchestra.run.smithi046.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-01T19:36:08.749 INFO:teuthology.orchestra.run.smithi046.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-01T19:36:08.750 INFO:teuthology.orchestra.run.smithi046.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-01T19:36:08.752 INFO:teuthology.orchestra.run.smithi046.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-01T19:36:08.920 INFO:teuthology.orchestra.run.smithi040.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-01T19:36:08.921 INFO:teuthology.orchestra.run.smithi040.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-01T19:36:08.923 INFO:teuthology.orchestra.run.smithi040.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-01T19:36:08.924 INFO:teuthology.orchestra.run.smithi040.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-01T19:36:08.925 INFO:teuthology.orchestra.run.smithi040.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-01T19:36:08.982 INFO:teuthology.orchestra.run.smithi046.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-01T19:36:09.137 INFO:teuthology.orchestra.run.smithi040.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-01T19:36:09.423 INFO:teuthology.orchestra.run.smithi046.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-01T19:36:09.428 INFO:teuthology.orchestra.run.smithi046.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-01T19:36:09.568 INFO:teuthology.orchestra.run.smithi040.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-01T19:36:09.574 INFO:teuthology.orchestra.run.smithi040.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-01T19:36:09.720 INFO:teuthology.orchestra.run.smithi046.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-01T19:36:09.720 INFO:teuthology.orchestra.run.smithi046.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-01T19:36:09.722 INFO:teuthology.orchestra.run.smithi046.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-01T19:36:09.724 INFO:teuthology.orchestra.run.smithi046.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-01T19:36:09.726 INFO:teuthology.orchestra.run.smithi046.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-01T19:36:09.728 INFO:teuthology.orchestra.run.smithi046.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-01T19:36:09.729 INFO:teuthology.orchestra.run.smithi046.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-01T19:36:09.730 INFO:teuthology.orchestra.run.smithi046.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-01T19:36:09.864 INFO:teuthology.orchestra.run.smithi040.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-01T19:36:09.864 INFO:teuthology.orchestra.run.smithi040.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-01T19:36:09.867 INFO:teuthology.orchestra.run.smithi040.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-01T19:36:09.868 INFO:teuthology.orchestra.run.smithi040.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-01T19:36:09.870 INFO:teuthology.orchestra.run.smithi040.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-01T19:36:09.872 INFO:teuthology.orchestra.run.smithi040.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-01T19:36:09.873 INFO:teuthology.orchestra.run.smithi040.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-01T19:36:09.874 INFO:teuthology.orchestra.run.smithi040.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-01T19:36:09.912 INFO:teuthology.orchestra.run.smithi046.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-01T19:36:10.057 INFO:teuthology.orchestra.run.smithi040.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-01T19:36:10.324 INFO:teuthology.orchestra.run.smithi046.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-01T19:36:10.370 INFO:teuthology.orchestra.run.smithi046.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-01T19:36:10.388 INFO:teuthology.orchestra.run.smithi063.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2492-ge142085d-1jammy [5,087 kB] 2024-04-01T19:36:10.406 INFO:teuthology.orchestra.run.smithi046.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-01T19:36:10.473 INFO:teuthology.orchestra.run.smithi040.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-01T19:36:10.502 INFO:teuthology.orchestra.run.smithi046.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-01T19:36:10.520 INFO:teuthology.orchestra.run.smithi040.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-01T19:36:10.542 INFO:teuthology.orchestra.run.smithi046.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-01T19:36:10.553 INFO:teuthology.orchestra.run.smithi046.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-01T19:36:10.555 INFO:teuthology.orchestra.run.smithi040.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-01T19:36:10.559 INFO:teuthology.orchestra.run.smithi046.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-01T19:36:10.606 INFO:teuthology.orchestra.run.smithi046.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-01T19:36:10.609 INFO:teuthology.orchestra.run.smithi046.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-01T19:36:10.630 INFO:teuthology.orchestra.run.smithi046.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-01T19:36:10.652 INFO:teuthology.orchestra.run.smithi040.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-01T19:36:10.692 INFO:teuthology.orchestra.run.smithi040.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-01T19:36:10.703 INFO:teuthology.orchestra.run.smithi040.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-01T19:36:10.709 INFO:teuthology.orchestra.run.smithi040.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-01T19:36:10.741 INFO:teuthology.orchestra.run.smithi063.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2492-ge142085d-1jammy [244 kB] 2024-04-01T19:36:10.748 INFO:teuthology.orchestra.run.smithi063.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2492-ge142085d-1jammy [124 kB] 2024-04-01T19:36:10.756 INFO:teuthology.orchestra.run.smithi040.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-01T19:36:10.759 INFO:teuthology.orchestra.run.smithi040.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-01T19:36:10.780 INFO:teuthology.orchestra.run.smithi040.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-01T19:36:10.795 INFO:teuthology.orchestra.run.smithi046.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-01T19:36:10.944 INFO:teuthology.orchestra.run.smithi040.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-01T19:36:11.069 INFO:teuthology.orchestra.run.smithi046.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-01T19:36:11.087 INFO:teuthology.orchestra.run.smithi046.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-01T19:36:11.218 INFO:teuthology.orchestra.run.smithi040.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-01T19:36:11.234 INFO:teuthology.orchestra.run.smithi040.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-01T19:36:11.241 INFO:teuthology.orchestra.run.smithi046.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-01T19:36:11.271 INFO:teuthology.orchestra.run.smithi046.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-01T19:36:11.387 INFO:teuthology.orchestra.run.smithi040.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-01T19:36:11.416 INFO:teuthology.orchestra.run.smithi040.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-01T19:36:11.428 INFO:teuthology.orchestra.run.smithi046.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-01T19:36:11.431 INFO:teuthology.orchestra.run.smithi046.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-01T19:36:11.433 INFO:teuthology.orchestra.run.smithi046.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-01T19:36:11.458 INFO:teuthology.orchestra.run.smithi046.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-01T19:36:11.460 INFO:teuthology.orchestra.run.smithi046.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-01T19:36:11.573 INFO:teuthology.orchestra.run.smithi040.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-01T19:36:11.577 INFO:teuthology.orchestra.run.smithi040.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-01T19:36:11.578 INFO:teuthology.orchestra.run.smithi040.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-01T19:36:11.601 INFO:teuthology.orchestra.run.smithi040.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-01T19:36:11.605 INFO:teuthology.orchestra.run.smithi040.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-01T19:36:11.735 INFO:teuthology.orchestra.run.smithi063.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2492-ge142085d-1jammy [1,544 kB] 2024-04-01T19:36:11.892 INFO:teuthology.orchestra.run.smithi063.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2492-ge142085d-1jammy [6,259 kB] 2024-04-01T19:36:12.213 INFO:teuthology.orchestra.run.smithi063.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2492-ge142085d-1jammy [22.8 MB] 2024-04-01T19:36:12.555 INFO:teuthology.orchestra.run.smithi046.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2492-ge142085d-1jammy [5,087 kB] 2024-04-01T19:36:12.581 INFO:teuthology.orchestra.run.smithi040.stdout:Get:100 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2492-ge142085d-1jammy [5,087 kB] 2024-04-01T19:36:12.991 INFO:teuthology.orchestra.run.smithi040.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2492-ge142085d-1jammy [244 kB] 2024-04-01T19:36:13.011 INFO:teuthology.orchestra.run.smithi046.stdout:Get:101 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2492-ge142085d-1jammy [244 kB] 2024-04-01T19:36:13.021 INFO:teuthology.orchestra.run.smithi046.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2492-ge142085d-1jammy [124 kB] 2024-04-01T19:36:13.025 INFO:teuthology.orchestra.run.smithi046.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2492-ge142085d-1jammy [1,544 kB] 2024-04-01T19:36:13.061 INFO:teuthology.orchestra.run.smithi040.stdout:Get:102 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2492-ge142085d-1jammy [124 kB] 2024-04-01T19:36:13.065 INFO:teuthology.orchestra.run.smithi040.stdout:Get:103 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2492-ge142085d-1jammy [1,544 kB] 2024-04-01T19:36:13.203 INFO:teuthology.orchestra.run.smithi046.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2492-ge142085d-1jammy [6,259 kB] 2024-04-01T19:36:13.212 INFO:teuthology.orchestra.run.smithi040.stdout:Get:104 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2492-ge142085d-1jammy [6,259 kB] 2024-04-01T19:36:13.876 INFO:teuthology.orchestra.run.smithi046.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2492-ge142085d-1jammy [22.8 MB] 2024-04-01T19:36:13.893 INFO:teuthology.orchestra.run.smithi040.stdout:Get:105 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2492-ge142085d-1jammy [22.8 MB] 2024-04-01T19:36:14.130 INFO:teuthology.orchestra.run.smithi063.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2492-ge142085d-1jammy [14.1 kB] 2024-04-01T19:36:14.131 INFO:teuthology.orchestra.run.smithi063.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2492-ge142085d-1jammy [870 kB] 2024-04-01T19:36:14.148 INFO:teuthology.orchestra.run.smithi063.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2492-ge142085d-1jammy [2,435 kB] 2024-04-01T19:36:14.211 INFO:teuthology.orchestra.run.smithi063.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2492-ge142085d-1jammy [790 kB] 2024-04-01T19:36:14.255 INFO:teuthology.orchestra.run.smithi063.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2492-ge142085d-1jammy [147 kB] 2024-04-01T19:36:14.273 INFO:teuthology.orchestra.run.smithi063.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2492-ge142085d-1jammy [2,268 kB] 2024-04-01T19:36:14.445 INFO:teuthology.orchestra.run.smithi063.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2492-ge142085d-1jammy [8,625 kB] 2024-04-01T19:36:15.141 INFO:teuthology.orchestra.run.smithi063.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2492-ge142085d-1jammy [14.2 kB] 2024-04-01T19:36:15.150 INFO:teuthology.orchestra.run.smithi063.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2492-ge142085d-1jammy [50.2 MB] 2024-04-01T19:36:16.483 INFO:teuthology.orchestra.run.smithi046.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2492-ge142085d-1jammy [14.1 kB] 2024-04-01T19:36:16.483 INFO:teuthology.orchestra.run.smithi046.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2492-ge142085d-1jammy [870 kB] 2024-04-01T19:36:16.500 INFO:teuthology.orchestra.run.smithi046.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2492-ge142085d-1jammy [2,435 kB] 2024-04-01T19:36:16.707 INFO:teuthology.orchestra.run.smithi046.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2492-ge142085d-1jammy [790 kB] 2024-04-01T19:36:16.795 INFO:teuthology.orchestra.run.smithi046.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2492-ge142085d-1jammy [147 kB] 2024-04-01T19:36:16.800 INFO:teuthology.orchestra.run.smithi046.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2492-ge142085d-1jammy [2,268 kB] 2024-04-01T19:36:16.975 INFO:teuthology.orchestra.run.smithi040.stdout:Get:106 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2492-ge142085d-1jammy [14.1 kB] 2024-04-01T19:36:16.976 INFO:teuthology.orchestra.run.smithi040.stdout:Get:107 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2492-ge142085d-1jammy [870 kB] 2024-04-01T19:36:16.993 INFO:teuthology.orchestra.run.smithi040.stdout:Get:108 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2492-ge142085d-1jammy [2,435 kB] 2024-04-01T19:36:17.000 INFO:teuthology.orchestra.run.smithi046.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2492-ge142085d-1jammy [8,625 kB] 2024-04-01T19:36:17.280 INFO:teuthology.orchestra.run.smithi040.stdout:Get:109 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2492-ge142085d-1jammy [790 kB] 2024-04-01T19:36:17.375 INFO:teuthology.orchestra.run.smithi040.stdout:Get:110 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2492-ge142085d-1jammy [147 kB] 2024-04-01T19:36:17.417 INFO:teuthology.orchestra.run.smithi040.stdout:Get:111 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2492-ge142085d-1jammy [2,268 kB] 2024-04-01T19:36:17.699 INFO:teuthology.orchestra.run.smithi040.stdout:Get:112 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2492-ge142085d-1jammy [8,625 kB] 2024-04-01T19:36:17.836 INFO:teuthology.orchestra.run.smithi046.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2492-ge142085d-1jammy [14.2 kB] 2024-04-01T19:36:17.837 INFO:teuthology.orchestra.run.smithi046.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2492-ge142085d-1jammy [50.2 MB] 2024-04-01T19:36:18.917 INFO:teuthology.orchestra.run.smithi040.stdout:Get:113 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2492-ge142085d-1jammy [14.2 kB] 2024-04-01T19:36:18.918 INFO:teuthology.orchestra.run.smithi040.stdout:Get:114 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2492-ge142085d-1jammy [50.2 MB] 2024-04-01T19:36:19.442 INFO:teuthology.orchestra.run.smithi063.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2492-ge142085d-1jammy [121 kB] 2024-04-01T19:36:19.445 INFO:teuthology.orchestra.run.smithi063.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2492-ge142085d-1jammy [39.0 kB] 2024-04-01T19:36:19.446 INFO:teuthology.orchestra.run.smithi063.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2492-ge142085d-1jammy [13.2 MB] 2024-04-01T19:36:20.302 INFO:teuthology.orchestra.run.smithi063.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2492-ge142085d-1jammy [91.4 kB] 2024-04-01T19:36:20.892 INFO:teuthology.orchestra.run.smithi063.stdout:Fetched 178 MB in 16s (11.4 MB/s) 2024-04-01T19:36:21.025 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-01T19:36:21.125 INFO:teuthology.orchestra.run.smithi063.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-04-01T19:36:21.131 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-01T19:36:21.199 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-01T19:36:21.777 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-01T19:36:21.804 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-01T19:36:21.844 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-01T19:36:21.931 INFO:teuthology.orchestra.run.smithi046.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2492-ge142085d-1jammy [121 kB] 2024-04-01T19:36:21.934 INFO:teuthology.orchestra.run.smithi046.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2492-ge142085d-1jammy [39.0 kB] 2024-04-01T19:36:21.935 INFO:teuthology.orchestra.run.smithi046.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2492-ge142085d-1jammy [13.2 MB] 2024-04-01T19:36:22.338 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-01T19:36:22.365 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-01T19:36:22.405 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-01T19:36:22.473 INFO:teuthology.orchestra.run.smithi046.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2492-ge142085d-1jammy [91.4 kB] 2024-04-01T19:36:22.809 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-01T19:36:22.836 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-01T19:36:22.883 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:36:23.055 INFO:teuthology.orchestra.run.smithi046.stdout:Fetched 178 MB in 18s (9,963 kB/s) 2024-04-01T19:36:23.184 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-01T19:36:23.278 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-01T19:36:23.285 INFO:teuthology.orchestra.run.smithi046.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-04-01T19:36:23.290 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-01T19:36:23.305 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-01T19:36:23.345 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:36:23.366 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-01T19:36:23.460 INFO:teuthology.orchestra.run.smithi040.stdout:Get:115 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2492-ge142085d-1jammy [121 kB] 2024-04-01T19:36:23.463 INFO:teuthology.orchestra.run.smithi040.stdout:Get:116 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2492-ge142085d-1jammy [39.0 kB] 2024-04-01T19:36:23.464 INFO:teuthology.orchestra.run.smithi040.stdout:Get:117 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2492-ge142085d-1jammy [13.2 MB] 2024-04-01T19:36:23.619 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-01T19:36:23.646 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-01T19:36:23.673 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-01T19:36:23.685 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-01T19:36:23.700 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-01T19:36:23.740 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:36:24.022 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-01T19:36:24.049 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-01T19:36:24.055 INFO:teuthology.orchestra.run.smithi040.stdout:Get:118 https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2492-ge142085d-1jammy [91.4 kB] 2024-04-01T19:36:24.068 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-01T19:36:24.089 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-01T19:36:24.095 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-01T19:36:24.134 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-01T19:36:24.429 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package librados2. 2024-04-01T19:36:24.456 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../007-librados2_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:24.495 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking librados2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:24.534 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-01T19:36:24.561 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-01T19:36:24.609 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:36:24.658 INFO:teuthology.orchestra.run.smithi040.stdout:Fetched 178 MB in 19s (9,234 kB/s) 2024-04-01T19:36:24.828 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-01T19:36:24.931 INFO:teuthology.orchestra.run.smithi040.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-04-01T19:36:24.936 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-01T19:36:24.957 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package librbd1. 2024-04-01T19:36:24.970 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-01T19:36:24.983 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../008-librbd1_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:24.997 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-01T19:36:25.018 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-01T19:36:25.023 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking librbd1 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:25.036 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:36:25.398 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-01T19:36:25.426 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-01T19:36:25.465 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:36:25.493 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libcephfs2. 2024-04-01T19:36:25.520 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:25.538 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-01T19:36:25.564 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-01T19:36:25.581 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libcephfs2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:25.605 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-01T19:36:25.790 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-01T19:36:25.818 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-01T19:36:25.837 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-rados. 2024-04-01T19:36:25.851 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-01T19:36:25.853 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:25.887 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-rados (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:25.908 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-01T19:36:25.934 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-01T19:36:25.974 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-01T19:36:26.121 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package librados2. 2024-04-01T19:36:26.148 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../007-librados2_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:26.196 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking librados2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:26.206 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-01T19:36:26.233 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:36:26.273 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-ceph-argparse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:26.394 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-01T19:36:26.421 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-01T19:36:26.470 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:36:26.534 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-cephfs. 2024-04-01T19:36:26.561 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:26.601 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-cephfs (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:26.649 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package librbd1. 2024-04-01T19:36:26.676 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../008-librbd1_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:26.715 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking librbd1 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:26.881 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-01T19:36:26.907 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-01T19:36:26.911 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-01T19:36:26.939 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:36:26.947 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:36:26.978 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-ceph-common (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:27.143 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libcephfs2. 2024-04-01T19:36:27.170 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:27.210 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libcephfs2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:27.226 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-01T19:36:27.253 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-01T19:36:27.284 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:36:27.298 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-01T19:36:27.325 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-01T19:36:27.462 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-rados. 2024-04-01T19:36:27.478 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:27.501 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-01T19:36:27.512 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-rados (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:27.620 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-01T19:36:27.647 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-01T19:36:27.687 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-01T19:36:27.818 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-prettytable. 2024-04-01T19:36:27.845 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-01T19:36:27.884 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-01T19:36:27.942 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-01T19:36:27.969 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:36:28.009 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-ceph-argparse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:28.015 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package librados2. 2024-04-01T19:36:28.042 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../007-librados2_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:28.082 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking librados2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:28.137 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-rbd. 2024-04-01T19:36:28.163 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:28.203 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-rbd (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:28.261 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-cephfs. 2024-04-01T19:36:28.277 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:28.319 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-cephfs (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:28.526 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package librbd1. 2024-04-01T19:36:28.553 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../008-librbd1_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:28.593 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking librbd1 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:28.606 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-01T19:36:28.630 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-01T19:36:28.633 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-01T19:36:28.657 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:36:28.681 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-01T19:36:28.697 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-ceph-common (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:28.966 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-01T19:36:28.982 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-01T19:36:29.009 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-01T19:36:29.016 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-01T19:36:29.036 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-01T19:36:29.071 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package libcephfs2. 2024-04-01T19:36:29.076 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-01T19:36:29.097 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:29.137 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking libcephfs2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:29.319 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-prettytable. 2024-04-01T19:36:29.346 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-01T19:36:29.379 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-01T19:36:29.386 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-01T19:36:29.405 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-01T19:36:29.406 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-rados. 2024-04-01T19:36:29.422 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:29.462 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-01T19:36:29.473 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-rados (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:29.672 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-rbd. 2024-04-01T19:36:29.698 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:29.738 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-rbd (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:29.776 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-01T19:36:29.802 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:36:29.832 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package lua5.1. 2024-04-01T19:36:29.842 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-ceph-argparse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:29.859 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-01T19:36:29.907 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-01T19:36:30.096 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-cephfs. 2024-04-01T19:36:30.100 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-01T19:36:30.112 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:30.126 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-01T19:36:30.153 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-cephfs (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:30.166 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-01T19:36:30.245 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package lua-any. 2024-04-01T19:36:30.272 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-01T19:36:30.312 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-01T19:36:30.419 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-01T19:36:30.435 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-01T19:36:30.468 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-01T19:36:30.556 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package zip. 2024-04-01T19:36:30.573 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-01T19:36:30.583 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-01T19:36:30.600 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:36:30.622 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking zip (3.0-12build2) ... 2024-04-01T19:36:30.639 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-ceph-common (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:30.730 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-01T19:36:30.745 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-01T19:36:30.788 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-01T19:36:30.968 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-01T19:36:30.984 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package unzip. 2024-04-01T19:36:30.994 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-01T19:36:31.011 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-01T19:36:31.034 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-01T19:36:31.059 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-01T19:36:31.125 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package lua5.1. 2024-04-01T19:36:31.152 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-01T19:36:31.191 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-01T19:36:31.354 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-prettytable. 2024-04-01T19:36:31.381 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-01T19:36:31.420 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-01T19:36:31.496 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package luarocks. 2024-04-01T19:36:31.502 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package lua-any. 2024-04-01T19:36:31.518 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-01T19:36:31.522 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-01T19:36:31.552 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-01T19:36:31.562 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-01T19:36:31.681 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-rbd. 2024-04-01T19:36:31.708 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:31.748 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-rbd (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:31.763 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package zip. 2024-04-01T19:36:31.779 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-01T19:36:31.821 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking zip (3.0-12build2) ... 2024-04-01T19:36:31.945 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package librgw2. 2024-04-01T19:36:31.972 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../025-librgw2_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:32.011 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking librgw2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:32.093 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-01T19:36:32.119 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-01T19:36:32.133 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package unzip. 2024-04-01T19:36:32.159 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-01T19:36:32.160 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-01T19:36:32.200 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-01T19:36:32.420 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-01T19:36:32.436 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-01T19:36:32.470 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-01T19:36:32.537 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package luarocks. 2024-04-01T19:36:32.564 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-01T19:36:32.595 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-01T19:36:32.664 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-rgw. 2024-04-01T19:36:32.691 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:32.730 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-rgw (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:32.756 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-01T19:36:32.772 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-01T19:36:32.814 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-01T19:36:32.986 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package librgw2. 2024-04-01T19:36:33.013 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../025-librgw2_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:33.053 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking librgw2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:33.083 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-01T19:36:33.110 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-01T19:36:33.135 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package lua5.1. 2024-04-01T19:36:33.149 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-01T19:36:33.162 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-01T19:36:33.201 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-01T19:36:33.486 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libradosstriper1. 2024-04-01T19:36:33.504 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package lua-any. 2024-04-01T19:36:33.512 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:33.520 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-01T19:36:33.552 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libradosstriper1 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:33.554 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-01T19:36:33.689 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-rgw. 2024-04-01T19:36:33.715 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:33.755 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-rgw (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:33.782 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package zip. 2024-04-01T19:36:33.798 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-01T19:36:33.849 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking zip (3.0-12build2) ... 2024-04-01T19:36:33.897 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-common. 2024-04-01T19:36:33.924 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:33.955 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-common (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:34.041 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-01T19:36:34.068 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-01T19:36:34.100 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-01T19:36:34.135 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package unzip. 2024-04-01T19:36:34.162 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-01T19:36:34.202 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-01T19:36:34.403 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libradosstriper1. 2024-04-01T19:36:34.429 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:34.469 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libradosstriper1 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:34.606 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package luarocks. 2024-04-01T19:36:34.632 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-01T19:36:34.672 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-01T19:36:34.889 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-common. 2024-04-01T19:36:34.916 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:34.955 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-common (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:35.014 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package librgw2. 2024-04-01T19:36:35.040 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../025-librgw2_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:35.080 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking librgw2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:35.285 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-base. 2024-04-01T19:36:35.313 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:35.361 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-base (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:35.783 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-rgw. 2024-04-01T19:36:35.798 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:35.841 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-rgw (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:36.014 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-01T19:36:36.041 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-01T19:36:36.081 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-01T19:36:36.169 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-01T19:36:36.196 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-01T19:36:36.236 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-01T19:36:36.236 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-base. 2024-04-01T19:36:36.267 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:36.312 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-base (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:36.427 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-cheroot. 2024-04-01T19:36:36.452 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-01T19:36:36.500 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-01T19:36:36.522 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package libradosstriper1. 2024-04-01T19:36:36.548 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:36.580 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking libradosstriper1 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:36.849 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-01T19:36:36.861 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-01T19:36:36.875 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-01T19:36:36.889 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-01T19:36:36.924 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-01T19:36:36.928 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-01T19:36:37.256 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-01T19:36:37.283 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-01T19:36:37.322 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-01T19:36:37.492 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package ceph-common. 2024-04-01T19:36:37.519 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:37.658 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-01T19:36:37.686 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-01T19:36:37.733 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-01T19:36:37.790 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking ceph-common (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:37.894 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-cheroot. 2024-04-01T19:36:37.921 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-01T19:36:37.960 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-01T19:36:38.280 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-01T19:36:38.307 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-01T19:36:38.346 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-01T19:36:38.658 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-01T19:36:38.679 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-tempora. 2024-04-01T19:36:38.685 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-01T19:36:38.706 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-01T19:36:38.724 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-01T19:36:38.745 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-01T19:36:38.969 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-01T19:36:38.981 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-01T19:36:39.014 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-portend. 2024-04-01T19:36:39.019 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-01T19:36:39.041 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-01T19:36:39.072 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-01T19:36:39.206 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package ceph-base. 2024-04-01T19:36:39.233 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:39.283 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking ceph-base (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:39.322 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-tempora. 2024-04-01T19:36:39.348 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-01T19:36:39.358 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-01T19:36:39.385 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-01T19:36:39.388 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-01T19:36:39.425 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-01T19:36:39.716 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-portend. 2024-04-01T19:36:39.719 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-01T19:36:39.743 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-01T19:36:39.747 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-01T19:36:39.783 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-01T19:36:39.786 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-01T19:36:39.844 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-01T19:36:39.871 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-01T19:36:39.910 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-01T19:36:40.027 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-01T19:36:40.043 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-01T19:36:40.077 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-01T19:36:40.148 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-natsort. 2024-04-01T19:36:40.175 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-01T19:36:40.213 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-cheroot. 2024-04-01T19:36:40.214 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-01T19:36:40.240 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-01T19:36:40.281 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-01T19:36:40.363 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-01T19:36:40.390 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-01T19:36:40.430 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-01T19:36:40.500 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-logutils. 2024-04-01T19:36:40.516 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-01T19:36:40.550 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-01T19:36:40.742 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-natsort. 2024-04-01T19:36:40.769 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-01T19:36:40.775 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-01T19:36:40.800 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-01T19:36:40.802 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-01T19:36:40.820 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-01T19:36:40.841 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-01T19:36:40.847 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-01T19:36:40.886 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-01T19:36:41.095 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-logutils. 2024-04-01T19:36:41.122 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-01T19:36:41.136 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-01T19:36:41.161 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-01T19:36:41.163 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-01T19:36:41.202 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-01T19:36:41.214 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-mako. 2024-04-01T19:36:41.241 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-01T19:36:41.281 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-01T19:36:41.439 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-01T19:36:41.455 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-01T19:36:41.472 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-01T19:36:41.489 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-01T19:36:41.499 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-01T19:36:41.538 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-01T19:36:41.609 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-01T19:36:41.636 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-01T19:36:41.675 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-01T19:36:41.759 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-mako. 2024-04-01T19:36:41.786 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-01T19:36:41.825 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-tempora. 2024-04-01T19:36:41.825 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-01T19:36:41.852 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-01T19:36:41.891 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-01T19:36:41.978 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-01T19:36:42.005 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-01T19:36:42.045 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-01T19:36:42.154 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-01T19:36:42.180 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-01T19:36:42.194 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-portend. 2024-04-01T19:36:42.220 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-01T19:36:42.222 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-01T19:36:42.261 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-01T19:36:42.339 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-webob. 2024-04-01T19:36:42.366 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-01T19:36:42.405 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-01T19:36:42.523 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-01T19:36:42.539 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-01T19:36:42.550 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-01T19:36:42.566 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-01T19:36:42.589 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-01T19:36:42.597 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-01T19:36:42.876 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-webob. 2024-04-01T19:36:42.891 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-waitress. 2024-04-01T19:36:42.903 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-01T19:36:42.909 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-01T19:36:42.918 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-01T19:36:42.935 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-01T19:36:42.950 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-01T19:36:42.970 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-01T19:36:42.975 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-01T19:36:43.253 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-waitress. 2024-04-01T19:36:43.269 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-01T19:36:43.302 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-tempita. 2024-04-01T19:36:43.303 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-natsort. 2024-04-01T19:36:43.306 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-01T19:36:43.327 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-01T19:36:43.329 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-01T19:36:43.362 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-01T19:36:43.369 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-01T19:36:43.607 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-tempita. 2024-04-01T19:36:43.630 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-paste. 2024-04-01T19:36:43.634 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-01T19:36:43.646 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-01T19:36:43.648 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-logutils. 2024-04-01T19:36:43.675 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-01T19:36:43.680 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-01T19:36:43.715 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-01T19:36:43.781 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-01T19:36:44.000 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-01T19:36:44.018 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-01T19:36:44.027 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-01T19:36:44.045 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-01T19:36:44.066 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-01T19:36:44.084 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-01T19:36:44.143 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-paste. 2024-04-01T19:36:44.170 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-01T19:36:44.209 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-01T19:36:44.402 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-01T19:36:44.412 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-mako. 2024-04-01T19:36:44.429 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-01T19:36:44.439 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-01T19:36:44.479 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-01T19:36:44.485 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-01T19:36:44.521 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-01T19:36:44.548 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-01T19:36:44.587 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-01T19:36:44.807 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-01T19:36:44.830 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-webtest. 2024-04-01T19:36:44.834 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-01T19:36:44.857 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-01T19:36:44.874 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-01T19:36:44.897 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-01T19:36:44.932 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-01T19:36:44.959 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-01T19:36:44.998 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-01T19:36:45.135 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-01T19:36:45.162 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-01T19:36:45.202 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-01T19:36:45.208 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pecan. 2024-04-01T19:36:45.235 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-01T19:36:45.274 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-01T19:36:45.302 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-webtest. 2024-04-01T19:36:45.329 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-01T19:36:45.368 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-01T19:36:45.496 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-webob. 2024-04-01T19:36:45.523 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-01T19:36:45.563 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-01T19:36:45.638 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pecan. 2024-04-01T19:36:45.646 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-certifi. 2024-04-01T19:36:45.654 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-01T19:36:45.673 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-01T19:36:45.687 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-01T19:36:45.712 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-01T19:36:45.891 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-waitress. 2024-04-01T19:36:45.918 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-01T19:36:46.051 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-certifi. 2024-04-01T19:36:46.052 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-01T19:36:46.078 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-01T19:36:46.082 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-idna. 2024-04-01T19:36:46.109 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-01T19:36:46.117 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-01T19:36:46.156 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-01T19:36:46.336 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-tempita. 2024-04-01T19:36:46.363 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-01T19:36:46.403 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-01T19:36:46.429 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-idna. 2024-04-01T19:36:46.460 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-01T19:36:46.487 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-01T19:36:46.534 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-urllib3. 2024-04-01T19:36:46.562 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-01T19:36:46.609 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-01T19:36:46.689 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-paste. 2024-04-01T19:36:46.715 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-01T19:36:46.748 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-urllib3. 2024-04-01T19:36:46.755 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-01T19:36:46.776 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-01T19:36:46.814 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-01T19:36:46.946 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-requests. 2024-04-01T19:36:46.974 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-01T19:36:47.012 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-01T19:36:47.050 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-01T19:36:47.066 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-01T19:36:47.108 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-01T19:36:47.118 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-requests. 2024-04-01T19:36:47.145 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-01T19:36:47.184 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-01T19:36:47.298 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-01T19:36:47.326 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-01T19:36:47.356 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-01T19:36:47.411 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-01T19:36:47.438 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-01T19:36:47.478 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-01T19:36:47.612 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-01T19:36:47.640 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-01T19:36:47.642 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-01T19:36:47.659 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:36:47.679 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-01T19:36:47.700 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:47.814 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-webtest. 2024-04-01T19:36:47.841 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-01T19:36:47.880 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-01T19:36:47.948 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-01T19:36:47.965 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:36:48.006 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:48.081 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-01T19:36:48.110 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:48.184 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-pecan. 2024-04-01T19:36:48.211 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-01T19:36:48.239 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:48.250 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-01T19:36:48.370 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-01T19:36:48.386 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:48.419 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:48.550 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-01T19:36:48.577 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-01T19:36:48.588 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-certifi. 2024-04-01T19:36:48.615 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-01T19:36:48.641 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-01T19:36:48.655 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-01T19:36:48.698 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-01T19:36:48.725 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-01T19:36:48.764 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-01T19:36:48.933 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-idna. 2024-04-01T19:36:48.944 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-openssl. 2024-04-01T19:36:48.960 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-01T19:36:48.971 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-01T19:36:48.999 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-01T19:36:49.010 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-01T19:36:49.084 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-openssl. 2024-04-01T19:36:49.111 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-01T19:36:49.159 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-01T19:36:49.286 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-urllib3. 2024-04-01T19:36:49.305 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr. 2024-04-01T19:36:49.313 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-01T19:36:49.333 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:49.352 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-01T19:36:49.363 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:49.495 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr. 2024-04-01T19:36:49.522 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:49.586 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:49.672 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-requests. 2024-04-01T19:36:49.699 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-01T19:36:49.733 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mon. 2024-04-01T19:36:49.738 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-01T19:36:49.760 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:49.799 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mon (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:49.924 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mon. 2024-04-01T19:36:49.950 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:49.981 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mon (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:50.033 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-01T19:36:50.060 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-01T19:36:50.099 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-01T19:36:50.403 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-01T19:36:50.411 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-osd. 2024-04-01T19:36:50.431 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:36:50.438 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:50.469 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:50.477 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-osd (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:50.593 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-osd. 2024-04-01T19:36:50.621 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:50.660 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-osd (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:50.866 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-01T19:36:50.893 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:50.932 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:51.260 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-01T19:36:51.288 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-01T19:36:51.329 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-01T19:36:51.522 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph. 2024-04-01T19:36:51.538 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../066-ceph_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:51.572 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:51.580 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-openssl. 2024-04-01T19:36:51.607 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-01T19:36:51.638 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-01T19:36:51.788 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph. 2024-04-01T19:36:51.815 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../066-ceph_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:51.854 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:51.858 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-fuse. 2024-04-01T19:36:51.885 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:51.924 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-fuse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:51.966 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package ceph-mgr. 2024-04-01T19:36:51.994 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:52.032 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking ceph-mgr (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:52.116 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-fuse. 2024-04-01T19:36:52.133 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:52.165 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-fuse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:52.261 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mds. 2024-04-01T19:36:52.289 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:52.327 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mds (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:52.428 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package ceph-mon. 2024-04-01T19:36:52.455 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:52.494 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking ceph-mon (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:52.519 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mds. 2024-04-01T19:36:52.546 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:52.585 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mds (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:52.755 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package cephadm. 2024-04-01T19:36:52.783 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../069-cephadm_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:52.822 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking cephadm (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:52.997 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package cephadm. 2024-04-01T19:36:53.024 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../069-cephadm_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:53.039 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package ceph-osd. 2024-04-01T19:36:53.063 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking cephadm (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:53.067 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:53.091 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-01T19:36:53.106 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking ceph-osd (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:53.118 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-01T19:36:53.166 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-01T19:36:53.374 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-01T19:36:53.402 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-01T19:36:53.441 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-01T19:36:53.476 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-01T19:36:53.493 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-01T19:36:53.535 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-01T19:36:53.769 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-01T19:36:53.796 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-01T19:36:53.835 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-01T19:36:54.286 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package ceph. 2024-04-01T19:36:54.314 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../066-ceph_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:54.353 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking ceph (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:54.481 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-babel. 2024-04-01T19:36:54.509 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-01T19:36:54.548 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-01T19:36:54.697 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package ceph-fuse. 2024-04-01T19:36:54.725 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:54.764 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking ceph-fuse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:54.867 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-jinja2. 2024-04-01T19:36:54.895 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-01T19:36:54.915 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-babel. 2024-04-01T19:36:54.934 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-01T19:36:54.943 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-01T19:36:54.981 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-01T19:36:55.083 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package ceph-mds. 2024-04-01T19:36:55.111 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:55.141 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking ceph-mds (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:55.260 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-jinja2. 2024-04-01T19:36:55.270 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-01T19:36:55.287 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-01T19:36:55.298 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:36:55.326 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-01T19:36:55.337 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:55.536 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package cephadm. 2024-04-01T19:36:55.564 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../069-cephadm_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:36:55.603 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking cephadm (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:55.654 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-01T19:36:55.682 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:36:55.698 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-01T19:36:55.721 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:55.726 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-01T19:36:55.765 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-01T19:36:55.914 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-01T19:36:55.941 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-01T19:36:55.980 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-01T19:36:56.043 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-routes. 2024-04-01T19:36:56.049 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-01T19:36:56.058 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-01T19:36:56.076 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-01T19:36:56.092 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-01T19:36:56.115 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-01T19:36:56.418 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-routes. 2024-04-01T19:36:56.420 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-01T19:36:56.446 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-01T19:36:56.448 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:36:56.458 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-01T19:36:56.474 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-01T19:36:56.476 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-01T19:36:56.495 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:56.516 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-01T19:36:56.780 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-01T19:36:56.796 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:36:56.829 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:57.638 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-babel. 2024-04-01T19:36:57.666 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-01T19:36:57.729 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-01T19:36:57.775 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-01T19:36:57.803 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-01T19:36:57.841 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-01T19:36:58.041 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-jinja2. 2024-04-01T19:36:58.068 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-01T19:36:58.107 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-01T19:36:58.168 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-01T19:36:58.196 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-01T19:36:58.235 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-01T19:36:58.311 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-joblib. 2024-04-01T19:36:58.340 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-01T19:36:58.485 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-01T19:36:58.512 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:36:58.527 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-01T19:36:58.551 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:36:58.696 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-joblib. 2024-04-01T19:36:58.724 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-01T19:36:58.754 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-01T19:36:58.889 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-01T19:36:58.905 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-01T19:36:58.917 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-01T19:36:58.932 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-01T19:36:58.956 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-01T19:36:58.971 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-01T19:36:59.133 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-01T19:36:59.161 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-01T19:36:59.199 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-01T19:36:59.241 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-routes. 2024-04-01T19:36:59.258 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-sklearn. 2024-04-01T19:36:59.268 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-01T19:36:59.286 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-01T19:36:59.299 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-01T19:36:59.325 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-01T19:36:59.502 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-sklearn. 2024-04-01T19:36:59.530 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-01T19:36:59.585 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-01T19:36:59.619 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-01T19:36:59.646 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:36:59.685 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:00.050 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-01T19:37:00.079 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:37:00.218 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:00.269 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-01T19:37:00.297 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:37:00.413 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:00.882 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-01T19:37:00.910 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-01T19:37:00.948 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-01T19:37:01.138 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-cachetools. 2024-04-01T19:37:01.167 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-01T19:37:01.205 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-01T19:37:01.383 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-cachetools. 2024-04-01T19:37:01.410 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-01T19:37:01.449 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-01T19:37:01.469 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-joblib. 2024-04-01T19:37:01.474 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-01T19:37:01.491 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-01T19:37:01.496 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-01T19:37:01.524 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-01T19:37:01.535 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-01T19:37:01.727 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-01T19:37:01.745 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-01T19:37:01.786 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-01T19:37:01.819 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-01T19:37:01.847 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-01T19:37:01.856 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-01T19:37:01.883 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-01T19:37:01.885 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-01T19:37:01.922 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-01T19:37:02.139 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-01T19:37:02.167 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-01T19:37:02.189 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-rsa. 2024-04-01T19:37:02.205 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-01T19:37:02.216 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-01T19:37:02.225 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-sklearn. 2024-04-01T19:37:02.252 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-01T19:37:02.255 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-01T19:37:02.291 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-01T19:37:02.517 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-rsa. 2024-04-01T19:37:02.544 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-01T19:37:02.575 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-google-auth. 2024-04-01T19:37:02.583 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-01T19:37:02.603 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-01T19:37:02.641 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-01T19:37:02.920 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-google-auth. 2024-04-01T19:37:02.948 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-01T19:37:02.950 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-01T19:37:02.966 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:37:02.987 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-01T19:37:03.045 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-01T19:37:03.073 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-01T19:37:03.093 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:03.111 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-01T19:37:03.273 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-01T19:37:03.290 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-01T19:37:03.323 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-01T19:37:03.423 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-websocket. 2024-04-01T19:37:03.450 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-01T19:37:03.489 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-01T19:37:03.618 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-websocket. 2024-04-01T19:37:03.645 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-01T19:37:03.693 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-01T19:37:03.800 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-01T19:37:03.828 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-01T19:37:03.867 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-01T19:37:04.013 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-01T19:37:04.041 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-01T19:37:04.055 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-cachetools. 2024-04-01T19:37:04.079 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-01T19:37:04.083 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-01T19:37:04.122 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-01T19:37:04.441 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-01T19:37:04.470 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-01T19:37:04.508 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-01T19:37:04.539 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-01T19:37:04.556 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:37:04.597 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:04.735 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-01T19:37:04.760 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:37:04.803 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:04.844 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-01T19:37:04.872 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-01T19:37:04.911 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-01T19:37:04.925 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-01T19:37:04.953 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-01T19:37:04.991 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-01T19:37:05.222 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-rsa. 2024-04-01T19:37:05.250 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-01T19:37:05.281 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-01T19:37:05.285 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-01T19:37:05.289 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-01T19:37:05.309 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-01T19:37:05.314 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-01T19:37:05.344 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-01T19:37:05.347 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-01T19:37:05.571 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package jq. 2024-04-01T19:37:05.576 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-google-auth. 2024-04-01T19:37:05.588 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-01T19:37:05.603 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-01T19:37:05.629 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-01T19:37:05.634 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-01T19:37:05.675 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-01T19:37:05.703 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-01T19:37:05.742 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-01T19:37:05.882 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package socat. 2024-04-01T19:37:05.910 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-01T19:37:05.929 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-01T19:37:05.948 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-01T19:37:05.952 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package jq. 2024-04-01T19:37:05.957 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-01T19:37:05.969 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-01T19:37:05.996 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-01T19:37:06.002 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-01T19:37:06.252 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package xmlstarlet. 2024-04-01T19:37:06.272 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package socat. 2024-04-01T19:37:06.280 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-01T19:37:06.300 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-01T19:37:06.307 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-websocket. 2024-04-01T19:37:06.318 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-01T19:37:06.335 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-01T19:37:06.338 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-01T19:37:06.373 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-01T19:37:06.633 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package xmlstarlet. 2024-04-01T19:37:06.650 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-01T19:37:06.672 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-test. 2024-04-01T19:37:06.691 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-01T19:37:06.701 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:37:06.739 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-test (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:06.860 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-01T19:37:06.888 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-01T19:37:06.926 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-01T19:37:07.062 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-test. 2024-04-01T19:37:07.078 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:37:07.128 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-test (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:07.582 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-01T19:37:07.599 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:37:07.640 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:07.985 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-01T19:37:08.012 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-01T19:37:08.051 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-01T19:37:08.355 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-01T19:37:08.383 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-01T19:37:08.421 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-01T19:37:08.682 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package jq. 2024-04-01T19:37:08.698 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-01T19:37:08.740 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-01T19:37:08.993 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package socat. 2024-04-01T19:37:09.021 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-01T19:37:09.059 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-01T19:37:09.151 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package ceph-volume. 2024-04-01T19:37:09.180 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:37:09.218 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking ceph-volume (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:09.341 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package ceph-volume. 2024-04-01T19:37:09.354 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package xmlstarlet. 2024-04-01T19:37:09.369 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:37:09.382 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-01T19:37:09.399 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking ceph-volume (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:09.420 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-01T19:37:09.506 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-01T19:37:09.535 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:37:09.573 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking libcephfs-dev (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:09.694 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-01T19:37:09.711 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:37:09.744 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking libcephfs-dev (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:09.766 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package ceph-test. 2024-04-01T19:37:09.783 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:37:09.824 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking ceph-test (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:09.834 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-01T19:37:09.862 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-01T19:37:09.892 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-01T19:37:10.039 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-01T19:37:10.068 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-01T19:37:10.105 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-01T19:37:10.221 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-01T19:37:10.250 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-01T19:37:10.304 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-01T19:37:10.443 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-01T19:37:10.471 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-01T19:37:10.509 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-01T19:37:10.642 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package nvme-cli. 2024-04-01T19:37:10.670 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-01T19:37:10.708 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-01T19:37:10.830 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package nvme-cli. 2024-04-01T19:37:10.858 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-01T19:37:10.897 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-01T19:37:11.104 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package pkg-config. 2024-04-01T19:37:11.133 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-01T19:37:11.171 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-01T19:37:11.276 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package pkg-config. 2024-04-01T19:37:11.305 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-01T19:37:11.343 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-01T19:37:11.440 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-01T19:37:11.457 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-01T19:37:11.498 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-01T19:37:11.604 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-01T19:37:11.632 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-01T19:37:11.679 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-01T19:37:11.935 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-01T19:37:11.964 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-01T19:37:12.001 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-01T19:37:12.096 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package ceph-volume. 2024-04-01T19:37:12.124 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-01T19:37:12.124 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2492-ge142085d-1jammy_all.deb ... 2024-04-01T19:37:12.152 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-01T19:37:12.162 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking ceph-volume (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:12.190 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-01T19:37:12.304 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pastescript. 2024-04-01T19:37:12.332 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-01T19:37:12.370 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-01T19:37:12.466 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-01T19:37:12.493 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pastescript. 2024-04-01T19:37:12.494 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:37:12.521 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-01T19:37:12.532 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking libcephfs-dev (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:12.559 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-01T19:37:12.691 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pluggy. 2024-04-01T19:37:12.719 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-01T19:37:12.757 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-01T19:37:12.852 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-01T19:37:12.880 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-01T19:37:12.919 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-01T19:37:12.921 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pluggy. 2024-04-01T19:37:12.949 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-01T19:37:12.996 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-01T19:37:13.068 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-psutil. 2024-04-01T19:37:13.096 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-01T19:37:13.134 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-01T19:37:13.257 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-01T19:37:13.265 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-psutil. 2024-04-01T19:37:13.285 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-01T19:37:13.293 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-01T19:37:13.323 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-01T19:37:13.324 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-01T19:37:13.479 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-py. 2024-04-01T19:37:13.507 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-01T19:37:13.545 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-01T19:37:13.651 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-py. 2024-04-01T19:37:13.679 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-01T19:37:13.694 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package nvme-cli. 2024-04-01T19:37:13.718 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-01T19:37:13.721 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-01T19:37:13.762 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-01T19:37:13.865 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pygments. 2024-04-01T19:37:13.894 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-01T19:37:13.932 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-01T19:37:14.012 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pygments. 2024-04-01T19:37:14.041 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-01T19:37:14.079 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-01T19:37:14.182 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package pkg-config. 2024-04-01T19:37:14.210 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-01T19:37:14.248 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-01T19:37:14.386 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-01T19:37:14.414 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-01T19:37:14.452 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-01T19:37:14.491 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-01T19:37:14.515 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-01T19:37:14.535 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-01T19:37:14.549 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-01T19:37:14.563 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-01T19:37:14.601 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-01T19:37:14.763 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-toml. 2024-04-01T19:37:14.791 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-01T19:37:14.829 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-01T19:37:14.844 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-toml. 2024-04-01T19:37:14.874 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-01T19:37:14.910 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-01T19:37:15.038 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-01T19:37:15.066 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-01T19:37:15.104 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-01T19:37:15.115 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-pytest. 2024-04-01T19:37:15.144 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-01T19:37:15.182 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-01T19:37:15.213 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-pytest. 2024-04-01T19:37:15.241 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-01T19:37:15.287 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-01T19:37:15.407 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-pastescript. 2024-04-01T19:37:15.435 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-01T19:37:15.474 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-01T19:37:15.535 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package python3-simplejson. 2024-04-01T19:37:15.564 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-01T19:37:15.601 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-01T19:37:15.782 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package python3-simplejson. 2024-04-01T19:37:15.799 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-01T19:37:15.802 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-pluggy. 2024-04-01T19:37:15.830 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-01T19:37:15.832 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-01T19:37:15.868 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-01T19:37:15.879 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-01T19:37:15.896 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-01T19:37:15.937 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-01T19:37:16.068 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-01T19:37:16.097 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-01T19:37:16.126 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-01T19:37:16.172 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-psutil. 2024-04-01T19:37:16.200 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-01T19:37:16.238 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-01T19:37:16.558 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-py. 2024-04-01T19:37:16.586 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-01T19:37:16.616 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package radosgw. 2024-04-01T19:37:16.624 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-01T19:37:16.644 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../116-radosgw_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:37:16.682 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking radosgw (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:16.898 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package radosgw. 2024-04-01T19:37:16.919 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-pygments. 2024-04-01T19:37:16.926 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../116-radosgw_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:37:16.936 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-01T19:37:16.964 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking radosgw (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:16.969 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-01T19:37:17.460 INFO:teuthology.orchestra.run.smithi063.stdout:Selecting previously unselected package rbd-fuse. 2024-04-01T19:37:17.477 INFO:teuthology.orchestra.run.smithi063.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:37:17.510 INFO:teuthology.orchestra.run.smithi063.stdout:Unpacking rbd-fuse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:17.715 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-01T19:37:17.743 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-01T19:37:17.781 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-01T19:37:17.798 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-01T19:37:17.816 INFO:teuthology.orchestra.run.smithi046.stdout:Selecting previously unselected package rbd-fuse. 2024-04-01T19:37:17.833 INFO:teuthology.orchestra.run.smithi046.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:37:17.874 INFO:teuthology.orchestra.run.smithi046.stdout:Unpacking rbd-fuse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:18.057 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-01T19:37:18.092 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-toml. 2024-04-01T19:37:18.120 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-01T19:37:18.159 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-01T19:37:18.171 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-01T19:37:18.182 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-01T19:37:18.429 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-01T19:37:18.452 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-01T19:37:18.461 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-pytest. 2024-04-01T19:37:18.490 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-01T19:37:18.528 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-01T19:37:18.555 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-01T19:37:18.777 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-01T19:37:18.818 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-01T19:37:18.856 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package python3-simplejson. 2024-04-01T19:37:18.885 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-01T19:37:18.923 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-01T19:37:19.157 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-01T19:37:19.192 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-01T19:37:19.199 INFO:teuthology.orchestra.run.smithi063.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-01T19:37:19.221 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-01T19:37:19.259 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-01T19:37:19.468 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up cephadm (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:19.619 INFO:teuthology.orchestra.run.smithi046.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-01T19:37:19.807 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up cephadm (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:19.963 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package radosgw. 2024-04-01T19:37:19.991 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../116-radosgw_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:37:20.029 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking radosgw (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:20.249 INFO:teuthology.orchestra.run.smithi046.stdout:Adding system user cephadm....done 2024-04-01T19:37:20.302 INFO:teuthology.orchestra.run.smithi063.stdout:Adding system user cephadm....done 2024-04-01T19:37:20.404 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-01T19:37:20.458 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-01T19:37:20.689 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-01T19:37:20.734 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-01T19:37:20.824 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package rbd-fuse. 2024-04-01T19:37:20.841 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2492-ge142085d-1jammy_amd64.deb ... 2024-04-01T19:37:20.882 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking rbd-fuse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:20.948 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-01T19:37:20.985 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-01T19:37:21.058 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-01T19:37:21.086 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-01T19:37:21.203 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-01T19:37:21.321 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-01T19:37:21.367 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-01T19:37:21.470 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-01T19:37:21.571 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-01T19:37:21.580 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-01T19:37:21.610 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-01T19:37:21.706 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-01T19:37:21.736 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-01T19:37:21.825 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-01T19:37:22.025 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-01T19:37:22.038 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-01T19:37:22.150 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-01T19:37:22.401 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-01T19:37:22.406 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-01T19:37:22.567 INFO:teuthology.orchestra.run.smithi040.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-01T19:37:22.640 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up cephadm (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:22.652 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-01T19:37:22.665 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-01T19:37:22.933 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-01T19:37:22.945 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-01T19:37:23.156 INFO:teuthology.orchestra.run.smithi040.stdout:Adding system user cephadm....done 2024-04-01T19:37:23.176 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-01T19:37:23.213 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-01T19:37:23.296 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-01T19:37:23.427 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-01T19:37:23.481 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-01T19:37:23.572 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-01T19:37:23.703 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-01T19:37:23.749 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-01T19:37:23.815 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-01T19:37:23.916 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-01T19:37:24.004 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-ceph-argparse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:24.016 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-ceph-argparse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:24.167 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-01T19:37:24.272 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-01T19:37:24.275 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-01T19:37:24.377 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-01T19:37:24.398 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-01T19:37:24.426 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-01T19:37:24.486 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-01T19:37:24.516 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-01T19:37:24.553 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-01T19:37:24.603 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-01T19:37:24.616 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-01T19:37:24.859 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-01T19:37:24.863 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-01T19:37:24.863 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-01T19:37:25.229 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-01T19:37:25.244 INFO:teuthology.orchestra.run.smithi063.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-01T19:37:25.248 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-01T19:37:25.274 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-01T19:37:25.286 INFO:teuthology.orchestra.run.smithi063.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-01T19:37:25.338 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-01T19:37:25.349 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-01T19:37:25.464 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-01T19:37:25.474 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-01T19:37:25.475 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-01T19:37:25.742 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-01T19:37:25.831 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-01T19:37:25.835 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-01T19:37:25.944 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-01T19:37:26.035 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-01T19:37:26.203 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-01T19:37:26.230 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-01T19:37:26.295 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-01T19:37:26.471 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-01T19:37:26.509 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-01T19:37:26.604 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-01T19:37:26.760 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-01T19:37:26.780 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up zip (3.0-12build2) ... 2024-04-01T19:37:26.864 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-ceph-argparse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:26.907 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-01T19:37:27.077 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up zip (3.0-12build2) ... 2024-04-01T19:37:27.115 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-01T19:37:27.187 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-01T19:37:27.216 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-01T19:37:27.342 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-01T19:37:27.468 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-01T19:37:27.583 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-01T19:37:27.727 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-01T19:37:27.834 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-01T19:37:27.952 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-01T19:37:27.955 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-01T19:37:28.053 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-01T19:37:28.140 INFO:teuthology.orchestra.run.smithi040.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-01T19:37:28.167 INFO:teuthology.orchestra.run.smithi040.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-01T19:37:28.230 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-01T19:37:28.231 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-01T19:37:28.340 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-01T19:37:28.345 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-01T19:37:28.349 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-01T19:37:28.450 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-01T19:37:28.682 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-01T19:37:28.734 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-01T19:37:28.747 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-01T19:37:28.808 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-01T19:37:28.998 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-01T19:37:29.084 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-01T19:37:29.119 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-01T19:37:29.352 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-01T19:37:29.378 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-01T19:37:29.391 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-01T19:37:29.653 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up zip (3.0-12build2) ... 2024-04-01T19:37:29.683 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-01T19:37:29.779 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-01T19:37:29.780 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-01T19:37:30.027 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-01T19:37:30.081 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-01T19:37:30.261 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-01T19:37:30.362 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-ceph-common (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:30.432 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-01T19:37:30.506 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-01T19:37:30.663 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-idna (3.3-1) ... 2024-04-01T19:37:30.675 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-01T19:37:30.757 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-01T19:37:30.776 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-ceph-common (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:30.883 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-01T19:37:30.989 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-01T19:37:31.034 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-01T19:37:31.069 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-idna (3.3-1) ... 2024-04-01T19:37:31.344 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-01T19:37:31.445 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-01T19:37:31.828 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-01T19:37:32.096 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-01T19:37:32.228 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-01T19:37:32.471 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:37:32.481 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-01T19:37:32.605 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-01T19:37:32.717 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-01T19:37:32.757 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-01T19:37:32.881 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-01T19:37:32.977 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:37:33.008 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-01T19:37:33.111 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-01T19:37:33.133 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-01T19:37:33.380 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-01T19:37:33.417 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-01T19:37:33.426 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-01T19:37:33.505 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-01T19:37:33.631 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-01T19:37:33.668 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-01T19:37:33.677 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-01T19:37:33.819 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-ceph-common (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:33.920 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:37:33.933 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-01T19:37:34.029 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-01T19:37:34.120 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-idna (3.3-1) ... 2024-04-01T19:37:34.192 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-01T19:37:34.339 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-01T19:37:34.426 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:37:34.447 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-01T19:37:34.528 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-01T19:37:34.607 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-01T19:37:34.820 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-01T19:37:34.900 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-01T19:37:35.088 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-01T19:37:35.159 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-01T19:37:35.348 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-01T19:37:35.401 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-01T19:37:35.624 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-01T19:37:35.652 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-01T19:37:35.710 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-01T19:37:35.753 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-01T19:37:35.866 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-01T19:37:35.971 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:37:36.038 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-01T19:37:36.105 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-01T19:37:36.109 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-01T19:37:36.164 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-01T19:37:36.244 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-01T19:37:36.364 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-01T19:37:36.465 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-01T19:37:36.473 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-01T19:37:36.536 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-01T19:37:36.566 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-01T19:37:36.662 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-01T19:37:36.783 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-01T19:37:36.876 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-01T19:37:36.980 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-01T19:37:37.042 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-01T19:37:37.135 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-01T19:37:37.143 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-01T19:37:37.244 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-01T19:37:37.281 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-01T19:37:37.316 INFO:teuthology.orchestra.run.smithi063.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-01T19:37:37.386 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:37:37.521 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-01T19:37:37.549 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-01T19:37:37.561 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-01T19:37:37.650 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-01T19:37:37.680 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-01T19:37:37.751 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-01T19:37:37.823 INFO:teuthology.orchestra.run.smithi046.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-01T19:37:37.839 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-01T19:37:38.069 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-01T19:37:38.072 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-01T19:37:38.090 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-01T19:37:38.195 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-01T19:37:38.340 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-01T19:37:38.366 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-01T19:37:38.466 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-01T19:37:38.605 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-01T19:37:38.625 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-01T19:37:38.759 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:37:38.873 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-01T19:37:38.885 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-01T19:37:38.885 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-01T19:37:38.999 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-01T19:37:39.203 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-01T19:37:39.203 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-01T19:37:39.266 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:37:39.328 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-01T19:37:39.367 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-01T19:37:39.495 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-01T19:37:39.630 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-01T19:37:39.668 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-01T19:37:39.747 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-01T19:37:39.780 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-01T19:37:39.914 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-01T19:37:39.995 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-01T19:37:40.032 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-01T19:37:40.198 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-01T19:37:40.296 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-01T19:37:40.366 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-01T19:37:40.422 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-01T19:37:40.500 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-01T19:37:40.626 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-01T19:37:40.689 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-01T19:37:40.752 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-01T19:37:40.844 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-01T19:37:40.877 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-01T19:37:40.974 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-01T19:37:40.992 INFO:teuthology.orchestra.run.smithi040.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-01T19:37:41.229 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-01T19:37:41.256 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-01T19:37:41.311 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-01T19:37:41.357 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-01T19:37:41.547 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-01T19:37:41.687 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-01T19:37:41.742 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-01T19:37:41.892 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-01T19:37:41.988 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-01T19:37:42.001 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-01T19:37:42.009 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up librados2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:42.110 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:42.127 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-01T19:37:42.211 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-01T19:37:42.341 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-01T19:37:42.412 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-01T19:37:42.442 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up librados2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:42.538 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-01T19:37:42.543 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:42.564 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libcephfs2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:42.660 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-01T19:37:42.690 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libradosstriper1 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:42.816 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-01T19:37:42.872 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-01T19:37:43.030 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libcephfs2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:43.092 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up librbd1 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:43.156 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libradosstriper1 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:43.165 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-01T19:37:43.227 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-modules-core (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:43.282 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-01T19:37:43.336 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-fuse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:43.433 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-01T19:37:43.540 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-01T19:37:43.540 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-01T19:37:43.559 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-01T19:37:43.567 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up librbd1 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:43.668 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr-modules-core (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:43.777 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-fuse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:43.826 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-01T19:37:43.994 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-01T19:37:43.994 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-01T19:37:44.020 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up libcephfs-dev (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:44.103 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-01T19:37:44.146 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-rados (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:44.272 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up librgw2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:44.398 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-01T19:37:44.448 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-01T19:37:44.462 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up libcephfs-dev (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:44.588 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-rados (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:44.722 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up librgw2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:44.816 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-01T19:37:44.848 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-01T19:37:45.101 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-01T19:37:45.437 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-01T19:37:45.563 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up librados2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:45.689 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:45.710 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-rbd (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:45.791 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-01T19:37:45.811 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up rbd-fuse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:45.929 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-rgw (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:46.055 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up python3-cephfs (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:46.101 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up libcephfs2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:46.176 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-rbd (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:46.180 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-common (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:46.227 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up libradosstriper1 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:46.286 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up rbd-fuse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:46.353 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-01T19:37:46.412 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-rgw (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:46.538 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up python3-cephfs (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:46.638 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up librbd1 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:46.664 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-common (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:46.757 INFO:teuthology.orchestra.run.smithi063.stdout:Adding group ceph....done 2024-04-01T19:37:46.772 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up ceph-mgr-modules-core (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:46.874 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up ceph-fuse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:47.083 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-01T19:37:47.084 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-01T19:37:47.091 INFO:teuthology.orchestra.run.smithi063.stdout:Adding system user ceph....done 2024-04-01T19:37:47.157 INFO:teuthology.orchestra.run.smithi046.stdout:Adding group ceph....done 2024-04-01T19:37:47.251 INFO:teuthology.orchestra.run.smithi063.stdout:Setting system user ceph properties....done 2024-04-01T19:37:47.269 INFO:teuthology.orchestra.run.smithi063.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-01T19:37:47.416 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-01T19:37:47.542 INFO:teuthology.orchestra.run.smithi046.stdout:Adding system user ceph....done 2024-04-01T19:37:47.558 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up libcephfs-dev (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:47.709 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-rados (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:47.718 INFO:teuthology.orchestra.run.smithi046.stdout:Setting system user ceph properties....done 2024-04-01T19:37:47.725 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-01T19:37:47.732 INFO:teuthology.orchestra.run.smithi046.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-01T19:37:47.835 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up librgw2 (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:47.882 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-01T19:37:47.961 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-01T19:37:48.173 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-test (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:48.234 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-01T19:37:48.307 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up radosgw (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:48.757 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-test (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:48.787 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-01T19:37:48.788 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-01T19:37:48.866 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up radosgw (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:49.242 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-base (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:49.290 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-rbd (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:49.391 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up rbd-fuse (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:49.517 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-rgw (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:49.643 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up python3-cephfs (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:49.732 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-01T19:37:49.785 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up ceph-common (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:49.849 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-01T19:37:49.850 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-01T19:37:50.169 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mds (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:50.310 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-base (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:50.319 INFO:teuthology.orchestra.run.smithi040.stdout:Adding group ceph....done 2024-04-01T19:37:50.385 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-01T19:37:50.385 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-01T19:37:50.672 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-01T19:37:50.696 INFO:teuthology.orchestra.run.smithi040.stdout:Adding system user ceph....done 2024-04-01T19:37:50.846 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:50.865 INFO:teuthology.orchestra.run.smithi040.stdout:Setting system user ceph properties....done 2024-04-01T19:37:50.883 INFO:teuthology.orchestra.run.smithi040.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-01T19:37:51.032 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-01T19:37:51.072 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-01T19:37:51.072 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-01T19:37:51.162 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mds (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:51.376 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-01T19:37:51.376 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-01T19:37:51.394 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-01T19:37:51.547 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-osd (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:51.833 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-01T19:37:51.833 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-01T19:37:51.870 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up ceph-test (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:51.996 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up radosgw (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:52.133 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:52.298 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:52.338 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-01T19:37:52.338 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-01T19:37:52.424 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:52.462 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-01T19:37:52.462 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-01T19:37:52.575 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mon (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:52.793 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-01T19:37:52.793 INFO:teuthology.orchestra.run.smithi063.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-01T19:37:52.825 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-osd (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:52.898 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up ceph-base (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:53.111 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-01T19:37:53.112 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-01T19:37:53.214 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-01T19:37:53.276 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-cephadm (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:53.402 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:53.503 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-mgr-dashboard (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:53.618 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:53.646 INFO:teuthology.orchestra.run.smithi063.stdout:Setting up ceph-volume (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:53.683 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up ceph-mds (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:53.744 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:53.895 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mon (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:53.945 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-01T19:37:53.945 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-01T19:37:53.998 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-01T19:37:54.110 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-01T19:37:54.110 INFO:teuthology.orchestra.run.smithi046.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-01T19:37:54.116 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-01T19:37:54.268 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-01T19:37:54.376 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up ceph-mgr (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:54.592 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-01T19:37:54.592 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-01T19:37:54.747 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr-cephadm (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:54.898 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:55.016 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-mgr-dashboard (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:55.028 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up ceph-osd (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:55.141 INFO:teuthology.orchestra.run.smithi046.stdout:Setting up ceph-volume (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:55.309 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-01T19:37:55.309 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-01T19:37:55.395 INFO:teuthology.orchestra.run.smithi063.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-01T19:37:55.494 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-01T19:37:55.587 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-01T19:37:55.730 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-01T19:37:55.796 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:55.914 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:56.015 INFO:teuthology.orchestra.run.smithi063.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-01T19:37:56.021 DEBUG:teuthology.parallel:result is None 2024-04-01T19:37:56.040 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up ceph-mon (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:56.241 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-01T19:37:56.241 INFO:teuthology.orchestra.run.smithi040.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-01T19:37:56.675 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up ceph-mgr-cephadm (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:56.814 INFO:teuthology.orchestra.run.smithi046.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-01T19:37:56.818 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up ceph (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:56.943 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up ceph-mgr-dashboard (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:57.094 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up ceph-volume (19.0.0-2492-ge142085d-1jammy) ... 2024-04-01T19:37:57.464 INFO:teuthology.orchestra.run.smithi040.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-01T19:37:57.557 INFO:teuthology.orchestra.run.smithi040.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-01T19:37:57.709 INFO:teuthology.orchestra.run.smithi040.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-01T19:37:57.789 INFO:teuthology.orchestra.run.smithi046.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-01T19:37:57.794 DEBUG:teuthology.parallel:result is None 2024-04-01T19:37:58.844 INFO:teuthology.orchestra.run.smithi040.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-01T19:37:59.514 INFO:teuthology.orchestra.run.smithi040.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-01T19:37:59.519 DEBUG:teuthology.parallel:result is None 2024-04-01T19:37:59.520 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e142085d06ebbedb32196116c9f19e2d28f93430 2024-04-01T19:37:59.667 DEBUG:teuthology.orchestra.run.smithi040:> dpkg-query -W -f '${Version}' ceph 2024-04-01T19:37:59.686 INFO:teuthology.orchestra.run.smithi040.stdout:19.0.0-2492-ge142085d-1jammy 2024-04-01T19:37:59.687 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2492-ge142085d-1jammy 2024-04-01T19:37:59.687 INFO:teuthology.task.install:The correct ceph version 19.0.0-2492-ge142085d-1jammy is installed. 2024-04-01T19:37:59.688 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e142085d06ebbedb32196116c9f19e2d28f93430 2024-04-01T19:37:59.912 DEBUG:teuthology.orchestra.run.smithi046:> dpkg-query -W -f '${Version}' ceph 2024-04-01T19:37:59.932 INFO:teuthology.orchestra.run.smithi046.stdout:19.0.0-2492-ge142085d-1jammy 2024-04-01T19:37:59.933 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2492-ge142085d-1jammy 2024-04-01T19:37:59.933 INFO:teuthology.task.install:The correct ceph version 19.0.0-2492-ge142085d-1jammy is installed. 2024-04-01T19:37:59.936 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e142085d06ebbedb32196116c9f19e2d28f93430 2024-04-01T19:38:00.083 DEBUG:teuthology.orchestra.run.smithi063:> dpkg-query -W -f '${Version}' ceph 2024-04-01T19:38:00.103 INFO:teuthology.orchestra.run.smithi063.stdout:19.0.0-2492-ge142085d-1jammy 2024-04-01T19:38:00.103 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2492-ge142085d-1jammy 2024-04-01T19:38:00.103 INFO:teuthology.task.install:The correct ceph version 19.0.0-2492-ge142085d-1jammy is installed. 2024-04-01T19:38:00.105 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-01T19:38:00.105 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-01T19:38:00.105 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-01T19:38:00.120 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-01T19:38:00.120 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-01T19:38:00.135 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-01T19:38:00.135 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-01T19:38:00.158 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-01T19:38:00.158 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-01T19:38:00.158 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/usr/bin/daemon-helper 2024-04-01T19:38:00.174 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-01T19:38:00.231 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-01T19:38:00.231 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/usr/bin/daemon-helper 2024-04-01T19:38:00.245 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-01T19:38:00.297 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-01T19:38:00.297 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/daemon-helper 2024-04-01T19:38:00.311 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-01T19:38:00.366 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-01T19:38:00.366 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-01T19:38:00.366 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-01T19:38:00.379 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-01T19:38:00.435 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-01T19:38:00.435 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-01T19:38:00.449 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-01T19:38:00.501 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-01T19:38:00.501 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-01T19:38:00.515 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-01T19:38:00.570 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-01T19:38:00.570 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-01T19:38:00.570 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/usr/bin/stdin-killer 2024-04-01T19:38:00.585 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-01T19:38:00.639 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-01T19:38:00.639 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/usr/bin/stdin-killer 2024-04-01T19:38:00.652 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-01T19:38:00.706 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-01T19:38:00.706 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/usr/bin/stdin-killer 2024-04-01T19:38:00.719 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-01T19:38:00.773 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-01T19:38:00.868 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum'], 'sha1': 'e142085d06ebbedb32196116c9f19e2d28f93430'} 2024-04-01T19:38:00.868 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 2024-04-01T19:38:00.869 INFO:tasks.cephadm:Cluster fsid is 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:38:00.869 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-01T19:38:00.869 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.40', 'mon.b': '172.21.15.46', 'mon.c': '172.21.15.63'} 2024-04-01T19:38:00.869 INFO:tasks.cephadm:First mon is mon.a on smithi040 2024-04-01T19:38:00.869 INFO:tasks.cephadm:First mgr is a 2024-04-01T19:38:00.870 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-01T19:38:00.870 DEBUG:teuthology.orchestra.run.smithi040:> sudo hostname $(hostname -s) 2024-04-01T19:38:00.885 DEBUG:teuthology.orchestra.run.smithi046:> sudo hostname $(hostname -s) 2024-04-01T19:38:00.900 DEBUG:teuthology.orchestra.run.smithi063:> sudo hostname $(hostname -s) 2024-04-01T19:38:00.915 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-01T19:38:00.915 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=e142085d06ebbedb32196116c9f19e2d28f93430 2024-04-01T19:38:01.061 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e142085d06ebbedb32196116c9f19e2d28f93430', '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/77964/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2492-ge142085d', '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-2492-ge142085d-1jammy'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-26 02:16:45.384197', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri8-testing-2024-03-25-1419', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-01T19:38:01.284 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-yuri8-testing-2024-03-25-1419, sha1 e142085d06ebbedb32196116c9f19e2d28f93430 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=e142085d06ebbedb32196116c9f19e2d28f93430 2024-04-01T19:38:01.286 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-01T19:38:01.286 DEBUG:teuthology.orchestra.run.smithi040:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-01T19:38:02.280 INFO:teuthology.orchestra.run.smithi040.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788707 Apr 1 19:38 /home/ubuntu/cephtest/cephadm 2024-04-01T19:38:02.280 DEBUG:teuthology.orchestra.run.smithi046:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-01T19:38:03.051 INFO:teuthology.orchestra.run.smithi046.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788707 Apr 1 19:38 /home/ubuntu/cephtest/cephadm 2024-04-01T19:38:03.052 DEBUG:teuthology.orchestra.run.smithi063:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri8-testing-2024-03-25-1419/e142085d06ebbedb32196116c9f19e2d28f93430/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-01T19:38:04.168 INFO:teuthology.orchestra.run.smithi063.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788707 Apr 1 19:38 /home/ubuntu/cephtest/cephadm 2024-04-01T19:38:04.168 DEBUG:teuthology.orchestra.run.smithi040:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-01T19:38:04.176 DEBUG:teuthology.orchestra.run.smithi046:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-01T19:38:04.184 DEBUG:teuthology.orchestra.run.smithi063:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-01T19:38:04.202 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 on all hosts... 2024-04-01T19:38:04.202 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 pull 2024-04-01T19:38:04.220 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 pull 2024-04-01T19:38:04.227 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 pull 2024-04-01T19:38:04.391 INFO:teuthology.orchestra.run.smithi040.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430... 2024-04-01T19:38:04.397 INFO:teuthology.orchestra.run.smithi046.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430... 2024-04-01T19:38:04.404 INFO:teuthology.orchestra.run.smithi063.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430... 2024-04-01T19:38:53.628 INFO:teuthology.orchestra.run.smithi063.stdout:{ 2024-04-01T19:38:53.628 INFO:teuthology.orchestra.run.smithi063.stdout: "ceph_version": "ceph version 19.0.0-2492-ge142085d (e142085d06ebbedb32196116c9f19e2d28f93430) squid (dev)", 2024-04-01T19:38:53.628 INFO:teuthology.orchestra.run.smithi063.stdout: "image_id": "5b728cd5ea451706424aff60a1e68bd7bfe88e0a9a9944c1a21e96706a375206", 2024-04-01T19:38:53.628 INFO:teuthology.orchestra.run.smithi063.stdout: "repo_digests": [ 2024-04-01T19:38:53.628 INFO:teuthology.orchestra.run.smithi063.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:0695e7c5d663dadca19983359d9ec9c0b57bc12893996bd1fbc1456ad5ed6600" 2024-04-01T19:38:53.628 INFO:teuthology.orchestra.run.smithi063.stdout: ] 2024-04-01T19:38:53.628 INFO:teuthology.orchestra.run.smithi063.stdout:} 2024-04-01T19:39:16.037 INFO:teuthology.orchestra.run.smithi046.stdout:{ 2024-04-01T19:39:16.037 INFO:teuthology.orchestra.run.smithi046.stdout: "ceph_version": "ceph version 19.0.0-2492-ge142085d (e142085d06ebbedb32196116c9f19e2d28f93430) squid (dev)", 2024-04-01T19:39:16.037 INFO:teuthology.orchestra.run.smithi046.stdout: "image_id": "5b728cd5ea451706424aff60a1e68bd7bfe88e0a9a9944c1a21e96706a375206", 2024-04-01T19:39:16.038 INFO:teuthology.orchestra.run.smithi046.stdout: "repo_digests": [ 2024-04-01T19:39:16.038 INFO:teuthology.orchestra.run.smithi046.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:0695e7c5d663dadca19983359d9ec9c0b57bc12893996bd1fbc1456ad5ed6600" 2024-04-01T19:39:16.038 INFO:teuthology.orchestra.run.smithi046.stdout: ] 2024-04-01T19:39:16.038 INFO:teuthology.orchestra.run.smithi046.stdout:} 2024-04-01T19:39:20.637 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2024-04-01T19:39:20.638 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph_version": "ceph version 19.0.0-2492-ge142085d (e142085d06ebbedb32196116c9f19e2d28f93430) squid (dev)", 2024-04-01T19:39:20.638 INFO:teuthology.orchestra.run.smithi040.stdout: "image_id": "5b728cd5ea451706424aff60a1e68bd7bfe88e0a9a9944c1a21e96706a375206", 2024-04-01T19:39:20.638 INFO:teuthology.orchestra.run.smithi040.stdout: "repo_digests": [ 2024-04-01T19:39:20.638 INFO:teuthology.orchestra.run.smithi040.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:0695e7c5d663dadca19983359d9ec9c0b57bc12893996bd1fbc1456ad5ed6600" 2024-04-01T19:39:20.638 INFO:teuthology.orchestra.run.smithi040.stdout: ] 2024-04-01T19:39:20.638 INFO:teuthology.orchestra.run.smithi040.stdout:} 2024-04-01T19:39:20.686 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /etc/ceph 2024-04-01T19:39:20.702 DEBUG:teuthology.orchestra.run.smithi046:> sudo mkdir -p /etc/ceph 2024-04-01T19:39:20.717 DEBUG:teuthology.orchestra.run.smithi063:> sudo mkdir -p /etc/ceph 2024-04-01T19:39:20.733 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 777 /etc/ceph 2024-04-01T19:39:20.758 DEBUG:teuthology.orchestra.run.smithi046:> sudo chmod 777 /etc/ceph 2024-04-01T19:39:20.774 DEBUG:teuthology.orchestra.run.smithi063:> sudo chmod 777 /etc/ceph 2024-04-01T19:39:20.789 INFO:tasks.cephadm:Writing seed config... 2024-04-01T19:39:20.791 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-01T19:39:20.791 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-01T19:39:20.792 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-01T19:39:20.792 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-01T19:39:20.792 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-01T19:39:20.792 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-01T19:39:20.792 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-01T19:39:20.792 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-01T19:39:20.792 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-01T19:39:20.792 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-01T19:39:20.793 DEBUG:teuthology.orchestra.run.smithi040:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-01T19:39:20.807 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 = 59788392-f05f-11ee-b647-cb9ed24678a4 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-01T19:39:20.807 DEBUG:teuthology.orchestra.run.smithi040:mon.a> sudo journalctl -f -n 0 -u ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mon.a.service 2024-04-01T19:39:20.852 DEBUG:teuthology.orchestra.run.smithi040:mgr.a> sudo journalctl -f -n 0 -u ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mgr.a.service 2024-04-01T19:39:20.895 INFO:tasks.cephadm:Bootstrapping... 2024-04-01T19:39:20.895 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 -v bootstrap --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.40 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-01T19:39:21.114 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-04-01T19:39:21.115 INFO:teuthology.orchestra.run.smithi040.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430', '-v', 'bootstrap', '--fsid', '59788392-f05f-11ee-b647-cb9ed24678a4', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.40', '--skip-admin-label'] 2024-04-01T19:39:21.115 INFO:teuthology.orchestra.run.smithi040.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-01T19:39:21.115 INFO:teuthology.orchestra.run.smithi040.stdout:Verifying podman|docker is present... 2024-04-01T19:39:21.116 INFO:teuthology.orchestra.run.smithi040.stdout:Verifying lvm2 is present... 2024-04-01T19:39:21.116 INFO:teuthology.orchestra.run.smithi040.stdout:Verifying time synchronization is in place... 2024-04-01T19:39:21.121 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-01T19:39:21.121 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-01T19:39:21.125 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-01T19:39:21.125 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout inactive 2024-04-01T19:39:21.129 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-01T19:39:21.129 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-01T19:39:21.133 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-01T19:39:21.133 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout inactive 2024-04-01T19:39:21.137 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-01T19:39:21.137 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout masked 2024-04-01T19:39:21.141 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-01T19:39:21.141 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout inactive 2024-04-01T19:39:21.144 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-01T19:39:21.145 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-01T19:39:21.148 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-01T19:39:21.148 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout inactive 2024-04-01T19:39:21.153 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout enabled 2024-04-01T19:39:21.157 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout active 2024-04-01T19:39:21.157 INFO:teuthology.orchestra.run.smithi040.stdout:Unit ntp.service is enabled and running 2024-04-01T19:39:21.157 INFO:teuthology.orchestra.run.smithi040.stdout:Repeating the final host check... 2024-04-01T19:39:21.157 INFO:teuthology.orchestra.run.smithi040.stdout:docker (/usr/bin/docker) is present 2024-04-01T19:39:21.157 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl is present 2024-04-01T19:39:21.157 INFO:teuthology.orchestra.run.smithi040.stdout:lvcreate is present 2024-04-01T19:39:21.160 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-01T19:39:21.160 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-01T19:39:21.164 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-01T19:39:21.164 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout inactive 2024-04-01T19:39:21.167 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-01T19:39:21.168 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-01T19:39:21.171 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-01T19:39:21.171 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout inactive 2024-04-01T19:39:21.175 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-01T19:39:21.175 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout masked 2024-04-01T19:39:21.179 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-01T19:39:21.179 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout inactive 2024-04-01T19:39:21.182 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-01T19:39:21.183 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-01T19:39:21.186 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-01T19:39:21.186 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout inactive 2024-04-01T19:39:21.190 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout enabled 2024-04-01T19:39:21.195 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stdout active 2024-04-01T19:39:21.195 INFO:teuthology.orchestra.run.smithi040.stdout:Unit ntp.service is enabled and running 2024-04-01T19:39:21.195 INFO:teuthology.orchestra.run.smithi040.stdout:Host looks OK 2024-04-01T19:39:21.195 INFO:teuthology.orchestra.run.smithi040.stdout:Cluster fsid: 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:39:21.195 INFO:teuthology.orchestra.run.smithi040.stdout:Acquiring lock 140673413490544 on /run/cephadm/59788392-f05f-11ee-b647-cb9ed24678a4.lock 2024-04-01T19:39:21.195 INFO:teuthology.orchestra.run.smithi040.stdout:Lock 140673413490544 acquired on /run/cephadm/59788392-f05f-11ee-b647-cb9ed24678a4.lock 2024-04-01T19:39:21.195 INFO:teuthology.orchestra.run.smithi040.stdout:Verifying IP 172.21.15.40 port 3300 ... 2024-04-01T19:39:21.195 INFO:teuthology.orchestra.run.smithi040.stdout:Verifying IP 172.21.15.40 port 6789 ... 2024-04-01T19:39:21.195 INFO:teuthology.orchestra.run.smithi040.stdout:Base mon IP(s) is [172.21.15.40:3300, 172.21.15.40:6789], mon addrv is [v2:172.21.15.40:3300,v1:172.21.15.40:6789] 2024-04-01T19:39:21.198 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-04-01T19:39:21.198 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-01T19:39:21.198 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.40 2024-04-01T19:39:21.200 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-01T19:39:21.200 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-04-01T19:39:21.201 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1783sec hoplimit 64 pref medium 2024-04-01T19:39:21.203 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-01T19:39:21.203 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-01T19:39:21.203 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-01T19:39:21.203 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-01T19:39:21.203 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:12cc/64 scope link 2024-04-01T19:39:21.203 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-01T19:39:21.204 INFO:teuthology.orchestra.run.smithi040.stdout:Mon IP `172.21.15.40` is in CIDR network `172.21.0.0/20` 2024-04-01T19:39:21.204 INFO:teuthology.orchestra.run.smithi040.stdout:Mon IP `172.21.15.40` is in CIDR network `172.21.0.0/20` 2024-04-01T19:39:21.204 INFO:teuthology.orchestra.run.smithi040.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-01T19:39:21.204 INFO:teuthology.orchestra.run.smithi040.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-01T19:39:21.205 INFO:teuthology.orchestra.run.smithi040.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430... 2024-04-01T19:39:21.443 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/docker: stdout e142085d06ebbedb32196116c9f19e2d28f93430: Pulling from ceph-ci/ceph 2024-04-01T19:39:21.444 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/docker: stdout Digest: sha256:0695e7c5d663dadca19983359d9ec9c0b57bc12893996bd1fbc1456ad5ed6600 2024-04-01T19:39:21.444 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 2024-04-01T19:39:21.444 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 2024-04-01T19:39:22.917 INFO:teuthology.orchestra.run.smithi040.stdout:ceph: stdout ceph version 19.0.0-2492-ge142085d (e142085d06ebbedb32196116c9f19e2d28f93430) squid (dev) 2024-04-01T19:39:22.917 INFO:teuthology.orchestra.run.smithi040.stdout:Ceph version: ceph version 19.0.0-2492-ge142085d (e142085d06ebbedb32196116c9f19e2d28f93430) squid (dev) 2024-04-01T19:39:22.917 INFO:teuthology.orchestra.run.smithi040.stdout:Extracting ceph user uid/gid from container image... 2024-04-01T19:39:24.130 INFO:teuthology.orchestra.run.smithi040.stdout:stat: stdout 167 167 2024-04-01T19:39:24.131 INFO:teuthology.orchestra.run.smithi040.stdout:Creating initial keys... 2024-04-01T19:39:25.360 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-authtool: stdout AQBsDQtmQMJCMxAA4zDnPu6N/SxI3CVX300L9Q== 2024-04-01T19:39:26.672 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-authtool: stdout AQBuDQtmrC2dBRAA4mAGQWWIBJd57QmDRlW0Lw== 2024-04-01T19:39:27.927 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-authtool: stdout AQBvDQtmWlscFRAA3Hj1hti8SNRBR0TXCIj9bQ== 2024-04-01T19:39:27.928 INFO:teuthology.orchestra.run.smithi040.stdout:Creating initial monmap... 2024-04-01T19:39:29.233 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-01T19:39:29.233 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-01T19:39:29.233 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:39:29.233 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-01T19:39:29.233 INFO:teuthology.orchestra.run.smithi040.stdout:monmaptool for a [v2:172.21.15.40:3300,v1:172.21.15.40:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-01T19:39:29.233 INFO:teuthology.orchestra.run.smithi040.stdout:setting min_mon_release = quincy 2024-04-01T19:39:29.234 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/monmaptool: set fsid to 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:39:29.234 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-01T19:39:29.234 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:39:29.234 INFO:teuthology.orchestra.run.smithi040.stdout:Creating mon... 2024-04-01T19:39:30.554 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.962+0000 7f618a132c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-01T19:39:30.554 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.962+0000 7f618a132c80 1 imported monmap: 2024-04-01T19:39:30.554 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-01T19:39:30.554 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr fsid 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:39:30.554 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-01T19:39:28.696938+0000 2024-04-01T19:39:30.554 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr created 2024-04-01T19:39:28.696938+0000 2024-04-01T19:39:30.554 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-01T19:39:30.554 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-01T19:39:30.554 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-04-01T19:39:30.554 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.554 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.962+0000 7f618a132c80 0 /usr/bin/ceph-mon: set fsid to 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:39:30.554 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-01T19:39:30.555 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.555 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Git sha 0 2024-04-01T19:39:30.555 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Compile date 2024-03-25 23:49:44 2024-04-01T19:39:30.555 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: DB SUMMARY 2024-04-01T19:39:30.555 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.555 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: DB Session ID: RSDD2N4N6TVLYLZCJHC6 2024-04-01T19:39:30.555 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.555 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-01T19:39:30.555 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.555 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-01T19:39:30.555 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.555 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.error_if_exists: 0 2024-04-01T19:39:30.555 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.create_if_missing: 1 2024-04-01T19:39:30.555 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-01T19:39:30.555 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-01T19:39:30.555 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-01T19:39:30.556 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-01T19:39:30.556 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.env: 0x55a43151bc60 2024-04-01T19:39:30.556 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-01T19:39:30.556 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.info_log: 0x55a432c3eec0 2024-04-01T19:39:30.556 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-01T19:39:30.556 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.statistics: (nil) 2024-04-01T19:39:30.556 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.use_fsync: 0 2024-04-01T19:39:30.556 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-01T19:39:30.556 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-01T19:39:30.556 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-01T19:39:30.556 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-01T19:39:30.556 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-01T19:39:30.556 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-01T19:39:30.556 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-01T19:39:30.556 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-01T19:39:30.556 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-01T19:39:30.557 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-01T19:39:30.557 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-01T19:39:30.557 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.db_log_dir: 2024-04-01T19:39:30.557 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.wal_dir: 2024-04-01T19:39:30.557 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-01T19:39:30.557 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-01T19:39:30.557 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-01T19:39:30.557 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-01T19:39:30.557 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-01T19:39:30.557 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-01T19:39:30.557 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-01T19:39:30.557 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-01T19:39:30.557 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.write_buffer_manager: 0x55a432c15360 2024-04-01T19:39:30.557 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-01T19:39:30.557 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-01T19:39:30.557 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-01T19:39:30.558 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-01T19:39:30.558 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-01T19:39:30.558 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-01T19:39:30.558 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-01T19:39:30.558 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-01T19:39:30.558 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.unordered_write: 0 2024-04-01T19:39:30.558 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-01T19:39:30.558 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-01T19:39:30.558 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-01T19:39:30.558 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-01T19:39:30.558 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.row_cache: None 2024-04-01T19:39:30.558 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.wal_filter: None 2024-04-01T19:39:30.558 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-01T19:39:30.558 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-01T19:39:30.558 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.two_write_queues: 0 2024-04-01T19:39:30.558 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-01T19:39:30.559 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.wal_compression: 0 2024-04-01T19:39:30.559 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.atomic_flush: 0 2024-04-01T19:39:30.559 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-01T19:39:30.559 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-01T19:39:30.559 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-01T19:39:30.559 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-01T19:39:30.559 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-01T19:39:30.559 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-01T19:39:30.559 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-01T19:39:30.559 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-01T19:39:30.559 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-01T19:39:30.559 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-01T19:39:30.559 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-01T19:39:30.559 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-01T19:39:30.559 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-01T19:39:30.560 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-01T19:39:30.560 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-01T19:39:30.560 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-01T19:39:30.560 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-01T19:39:30.560 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-01T19:39:30.560 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-01T19:39:30.560 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-01T19:39:30.560 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-01T19:39:30.560 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-01T19:39:30.560 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_open_files: -1 2024-04-01T19:39:30.560 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-01T19:39:30.560 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-01T19:39:30.560 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-01T19:39:30.560 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-01T19:39:30.561 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-01T19:39:30.561 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Compression algorithms supported: 2024-04-01T19:39:30.561 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-01T19:39:30.561 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: kZSTD supported: 0 2024-04-01T19:39:30.561 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: kXpressCompression supported: 0 2024-04-01T19:39:30.561 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-01T19:39:30.561 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: kZlibCompression supported: 1 2024-04-01T19:39:30.561 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-01T19:39:30.561 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-01T19:39:30.561 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-01T19:39:30.561 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-01T19:39:30.561 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-01T19:39:30.561 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-01T19:39:30.561 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.561 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-01T19:39:30.561 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.562 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-01T19:39:30.562 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.562 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-01T19:39:30.562 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.merge_operator: 2024-04-01T19:39:30.562 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compaction_filter: None 2024-04-01T19:39:30.562 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-01T19:39:30.562 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-01T19:39:30.562 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-01T19:39:30.562 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-01T19:39:30.562 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a432c3f0a0) 2024-04-01T19:39:30.562 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-01T19:39:30.562 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-01T19:39:30.562 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-01T19:39:30.562 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-01T19:39:30.562 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-01T19:39:30.563 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-01T19:39:30.563 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-01T19:39:30.563 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-01T19:39:30.563 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-01T19:39:30.563 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-01T19:39:30.563 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55a432c471f0 2024-04-01T19:39:30.563 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-01T19:39:30.563 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-01T19:39:30.563 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-01T19:39:30.563 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-01T19:39:30.563 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-01T19:39:30.563 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-01T19:39:30.563 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-01T19:39:30.563 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-01T19:39:30.563 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-01T19:39:30.564 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-01T19:39:30.565 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.565 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-01T19:39:30.565 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-01T19:39:30.565 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compression: NoCompression 2024-04-01T19:39:30.565 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-01T19:39:30.565 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-01T19:39:30.565 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-01T19:39:30.565 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.num_levels: 7 2024-04-01T19:39:30.565 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-01T19:39:30.565 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-01T19:39:30.565 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-01T19:39:30.565 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-01T19:39:30.565 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-01T19:39:30.565 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-01T19:39:30.565 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-01T19:39:30.565 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-01T19:39:30.566 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-01T19:39:30.566 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-01T19:39:30.566 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-01T19:39:30.566 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-01T19:39:30.566 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-01T19:39:30.566 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-01T19:39:30.566 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-01T19:39:30.566 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-01T19:39:30.566 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-01T19:39:30.566 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-01T19:39:30.566 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-01T19:39:30.566 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-01T19:39:30.566 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-01T19:39:30.566 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-01T19:39:30.566 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-01T19:39:30.566 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-01T19:39:30.567 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-01T19:39:30.567 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-01T19:39:30.567 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-01T19:39:30.567 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-01T19:39:30.567 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-01T19:39:30.567 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-01T19:39:30.567 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-01T19:39:30.567 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-01T19:39:30.567 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-01T19:39:30.567 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-01T19:39:30.567 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-01T19:39:30.567 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-01T19:39:30.567 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-01T19:39:30.567 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-01T19:39:30.567 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-01T19:39:30.568 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-01T19:39:30.568 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-01T19:39:30.568 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-01T19:39:30.568 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-01T19:39:30.568 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-01T19:39:30.568 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-01T19:39:30.568 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-01T19:39:30.568 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-01T19:39:30.568 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-01T19:39:30.568 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-01T19:39:30.568 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-01T19:39:30.568 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-01T19:39:30.568 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-01T19:39:30.568 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-01T19:39:30.575 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-01T19:39:30.575 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-01T19:39:30.575 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-01T19:39:30.575 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-01T19:39:30.575 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-01T19:39:30.575 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-01T19:39:30.575 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.bloom_locality: 0 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.ttl: 2592000 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.enable_blob_files: false 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.min_blob_size: 0 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-01T19:39:30.576 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-01T19:39:30.577 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-01T19:39:30.577 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-01T19:39:30.577 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-01T19:39:30.577 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.577 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-01T19:39:30.577 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.577 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 02ee3f28-9016-4eb7-87d4-e5dfae30c525 2024-04-01T19:39:30.577 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.577 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.966+0000 7f618a132c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-01T19:39:30.577 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.577 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.970+0000 7f618a132c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a432d16000 2024-04-01T19:39:30.577 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.970+0000 7f618a132c80 4 rocksdb: DB pointer 0x55a432d06000 2024-04-01T19:39:30.577 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.970+0000 7f617a294700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-01T19:39:30.577 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.970+0000 7f617a294700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-01T19:39:30.577 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-01T19:39:30.577 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-01T19:39:30.578 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-01T19:39:30.578 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-01T19:39:30.578 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-01T19:39:30.578 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-01T19:39:30.578 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-01T19:39:30.578 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-01T19:39:30.578 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.578 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-01T19:39:30.578 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-01T19:39:30.578 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-01T19:39:30.578 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-01T19:39:30.578 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-01T19:39:30.578 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.578 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-01T19:39:30.578 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-01T19:39:30.578 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-01T19:39:30.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-01T19:39:30.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-01T19:39:30.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-01T19:39:30.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-01T19:39:30.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-01T19:39:30.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-01T19:39:30.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-01T19:39:30.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-01T19:39:30.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-01T19:39:30.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-01T19:39:30.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55a432c471f0#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-04-01T19:39:30.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-01T19:39:30.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.579 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-01T19:39:30.580 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr 2024-04-01T19:39:30.580 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.970+0000 7f618a132c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-01T19:39:30.580 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.970+0000 7f618a132c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-01T19:39:30.580 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-01T19:39:29.970+0000 7f618a132c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-01T19:39:30.580 INFO:teuthology.orchestra.run.smithi040.stdout:create mon.a on 2024-04-01T19:39:30.849 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-01T19:39:31.030 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-01T19:39:31.276 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-59788392-f05f-11ee-b647-cb9ed24678a4.target -> /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4.target. 2024-04-01T19:39:31.276 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-59788392-f05f-11ee-b647-cb9ed24678a4.target -> /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4.target. 2024-04-01T19:39:31.615 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mon.a 2024-04-01T19:39:31.615 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to reset failed state of unit ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mon.a.service: Unit ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mon.a.service not loaded. 2024-04-01T19:39:31.804 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4.target.wants/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mon.a.service -> /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service. 2024-04-01T19:39:31.813 INFO:teuthology.orchestra.run.smithi040.stdout:firewalld does not appear to be present 2024-04-01T19:39:31.813 INFO:teuthology.orchestra.run.smithi040.stdout:Not possible to enable service . firewalld.service is not available 2024-04-01T19:39:31.813 INFO:teuthology.orchestra.run.smithi040.stdout:Waiting for mon to start... 2024-04-01T19:39:31.813 INFO:teuthology.orchestra.run.smithi040.stdout:Waiting for mon... 2024-04-01T19:39:33.298 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:33 smithi040 bash[21001]: cluster 2024-04-01T19:39:33.052626+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-01T19:39:33.799 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout cluster: 2024-04-01T19:39:33.799 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout id: 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:39:33.799 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-01T19:39:33.799 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-04-01T19:39:33.799 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout services: 2024-04-01T19:39:33.799 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.21361s) 2024-04-01T19:39:33.799 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-01T19:39:33.800 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-01T19:39:33.801 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-04-01T19:39:33.801 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout data: 2024-04-01T19:39:33.801 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-01T19:39:33.801 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-01T19:39:33.801 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-01T19:39:33.801 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout pgs: 2024-04-01T19:39:33.801 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-04-01T19:39:33.801 INFO:teuthology.orchestra.run.smithi040.stdout:mon is available 2024-04-01T19:39:33.801 INFO:teuthology.orchestra.run.smithi040.stdout:Assimilating anything we can from ceph.conf... 2024-04-01T19:39:34.402 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:34 smithi040 bash[21001]: cluster 2024-04-01T19:39:33.074661+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-01T19:39:34.403 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:34 smithi040 bash[21001]: cluster 2024-04-01T19:39:33.074881+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-01T19:39:34.403 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:34 smithi040 bash[21001]: cluster 2024-04-01T19:39:33.074902+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:39:34.403 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:34 smithi040 bash[21001]: cluster 2024-04-01T19:39:33.074911+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-01T19:39:28.696938+0000 2024-04-01T19:39:34.403 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:34 smithi040 bash[21001]: cluster 2024-04-01T19:39:33.074920+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-01T19:39:28.696938+0000 2024-04-01T19:39:34.403 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:34 smithi040 bash[21001]: cluster 2024-04-01T19:39:33.074928+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-01T19:39:34.403 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:34 smithi040 bash[21001]: cluster 2024-04-01T19:39:33.074935+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-01T19:39:34.403 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:34 smithi040 bash[21001]: cluster 2024-04-01T19:39:33.074943+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-04-01T19:39:34.403 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:34 smithi040 bash[21001]: cluster 2024-04-01T19:39:33.077318+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-01T19:39:34.403 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:34 smithi040 bash[21001]: cluster 2024-04-01T19:39:33.079848+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-01T19:39:34.403 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:34 smithi040 bash[21001]: cluster 2024-04-01T19:39:33.080395+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-01T19:39:34.403 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:34 smithi040 bash[21001]: audit 2024-04-01T19:39:33.288236+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.40:0/2014762534' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-01T19:39:35.254 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-04-01T19:39:35.254 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout [global] 2024-04-01T19:39:35.254 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout fsid = 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:39:35.255 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.40:3300,v1:172.21.15.40:6789] 2024-04-01T19:39:35.255 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-01T19:39:35.255 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-01T19:39:35.255 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-01T19:39:35.255 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-01T19:39:35.255 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-04-01T19:39:35.255 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-01T19:39:35.255 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-01T19:39:35.255 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-01T19:39:35.255 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-04-01T19:39:35.255 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout [osd] 2024-04-01T19:39:35.255 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-01T19:39:35.255 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-01T19:39:35.255 INFO:teuthology.orchestra.run.smithi040.stdout:Generating new minimal ceph.conf... 2024-04-01T19:39:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:35 smithi040 bash[21001]: audit 2024-04-01T19:39:34.738482+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.40:0/3770842318' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-01T19:39:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:35 smithi040 bash[21001]: audit 2024-04-01T19:39:34.743631+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.40:0/3770842318' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-01T19:39:36.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:36 smithi040 bash[21001]: audit 2024-04-01T19:39:36.287398+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.40:0/3050610869' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:39:36.817 INFO:teuthology.orchestra.run.smithi040.stdout:Restarting the monitor... 2024-04-01T19:39:37.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:36 smithi040 systemd[1]: Stopping Ceph mon.a for 59788392-f05f-11ee-b647-cb9ed24678a4... 2024-04-01T19:39:37.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:36 smithi040 bash[21001]: debug 2024-04-01T19:39:36.958+0000 7f2f68cf8700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-01T19:39:37.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:36 smithi040 bash[21001]: debug 2024-04-01T19:39:36.958+0000 7f2f68cf8700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-01T19:39:37.511 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:37 smithi040 bash[21385]: ceph-59788392-f05f-11ee-b647-cb9ed24678a4-mon-a 2024-04-01T19:39:37.529 INFO:teuthology.orchestra.run.smithi040.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-01T19:39:37.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:37 smithi040 bash[21445]: Error response from daemon: No such container: ceph-59788392-f05f-11ee-b647-cb9ed24678a4-mon-a 2024-04-01T19:39:37.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:37 smithi040 systemd[1]: ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mon.a.service: Deactivated successfully. 2024-04-01T19:39:37.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:37 smithi040 systemd[1]: Stopped Ceph mon.a for 59788392-f05f-11ee-b647-cb9ed24678a4. 2024-04-01T19:39:37.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:37 smithi040 systemd[1]: Started Ceph mon.a for 59788392-f05f-11ee-b647-cb9ed24678a4. 2024-04-01T19:39:38.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.582+0000 7f1118acec80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-01T19:39:38.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.582+0000 7f1118acec80 0 ceph version 19.0.0-2492-ge142085d (e142085d06ebbedb32196116c9f19e2d28f93430) squid (dev), process ceph-mon, pid 7 2024-04-01T19:39:38.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.582+0000 7f1118acec80 0 pidfile_write: ignore empty --pid-file 2024-04-01T19:39:38.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 0 load: jerasure load: lrc 2024-04-01T19:39:38.802 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: RocksDB version: 7.9.2 2024-04-01T19:39:38.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Git sha 0 2024-04-01T19:39:38.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Compile date 2024-03-25 23:49:44 2024-04-01T19:39:38.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: DB SUMMARY 2024-04-01T19:39:38.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: DB Session ID: C196R2ZSTVCXBO7HSI77 2024-04-01T19:39:38.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: CURRENT file: CURRENT 2024-04-01T19:39:38.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-01T19:39:38.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-01T19:39:38.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-01T19:39:38.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89097 ; 2024-04-01T19:39:38.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.error_if_exists: 0 2024-04-01T19:39:38.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.create_if_missing: 0 2024-04-01T19:39:38.803 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.paranoid_checks: 1 2024-04-01T19:39:38.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-01T19:39:38.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-01T19:39:38.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-01T19:39:38.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.env: 0x562361516c60 2024-04-01T19:39:38.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-01T19:39:38.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.info_log: 0x562362725ca0 2024-04-01T19:39:38.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-01T19:39:38.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.statistics: (nil) 2024-04-01T19:39:38.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.use_fsync: 0 2024-04-01T19:39:38.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_log_file_size: 0 2024-04-01T19:39:38.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-01T19:39:38.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-01T19:39:38.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-01T19:39:38.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-01T19:39:38.804 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.allow_fallocate: 1 2024-04-01T19:39:38.805 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-01T19:39:38.805 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-01T19:39:38.805 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.use_direct_reads: 0 2024-04-01T19:39:38.805 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-01T19:39:38.805 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-01T19:39:38.805 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.db_log_dir: 2024-04-01T19:39:38.805 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.wal_dir: 2024-04-01T19:39:38.805 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-01T19:39:38.805 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-01T19:39:38.805 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-01T19:39:38.805 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-01T19:39:38.805 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-01T19:39:38.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-01T19:39:38.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-01T19:39:38.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-01T19:39:38.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.write_buffer_manager: 0x5623626fc1e0 2024-04-01T19:39:38.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-01T19:39:38.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-01T19:39:38.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-01T19:39:38.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-01T19:39:38.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-01T19:39:38.806 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-01T19:39:38.808 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-01T19:39:38.808 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-01T19:39:38.808 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.unordered_write: 0 2024-04-01T19:39:38.808 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-01T19:39:38.808 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-01T19:39:38.808 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-01T19:39:38.808 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-01T19:39:38.808 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.row_cache: None 2024-04-01T19:39:38.808 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.wal_filter: None 2024-04-01T19:39:38.808 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-01T19:39:38.808 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-01T19:39:38.809 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.two_write_queues: 0 2024-04-01T19:39:38.809 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-01T19:39:38.809 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.wal_compression: 0 2024-04-01T19:39:38.809 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.atomic_flush: 0 2024-04-01T19:39:38.809 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-01T19:39:38.809 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-01T19:39:38.809 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-01T19:39:38.809 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.log_readahead_size: 0 2024-04-01T19:39:38.809 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-01T19:39:38.809 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-01T19:39:38.809 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-01T19:39:38.809 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-01T19:39:38.809 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-01T19:39:38.809 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-01T19:39:38.810 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-01T19:39:38.810 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_background_jobs: 2 2024-04-01T19:39:38.810 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_background_compactions: -1 2024-04-01T19:39:38.810 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_subcompactions: 1 2024-04-01T19:39:38.810 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-01T19:39:38.810 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-01T19:39:38.810 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-01T19:39:38.810 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-01T19:39:38.810 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-01T19:39:38.810 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-01T19:39:38.810 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-01T19:39:38.810 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-01T19:39:38.810 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_open_files: -1 2024-04-01T19:39:38.810 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-01T19:39:38.811 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-01T19:39:38.811 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-01T19:39:38.811 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-01T19:39:38.811 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_background_flushes: -1 2024-04-01T19:39:38.811 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Compression algorithms supported: 2024-04-01T19:39:38.811 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-01T19:39:38.811 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: kZSTD supported: 0 2024-04-01T19:39:38.811 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: kXpressCompression supported: 0 2024-04-01T19:39:38.811 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-01T19:39:38.811 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: kZlibCompression supported: 1 2024-04-01T19:39:38.811 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: kSnappyCompression supported: 1 2024-04-01T19:39:38.811 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: kLZ4Compression supported: 1 2024-04-01T19:39:38.811 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: kBZip2Compression supported: 0 2024-04-01T19:39:38.811 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-01T19:39:38.811 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-01T19:39:38.812 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-01T19:39:38.812 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-01T19:39:38.812 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-01T19:39:38.812 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.merge_operator: 2024-04-01T19:39:38.812 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compaction_filter: None 2024-04-01T19:39:38.812 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-01T19:39:38.812 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-01T19:39:38.812 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-01T19:39:38.812 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-01T19:39:38.812 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562362725e60) 2024-04-01T19:39:38.812 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: cache_index_and_filter_blocks: 1 2024-04-01T19:39:38.812 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-01T19:39:38.812 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-01T19:39:38.812 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: pin_top_level_index_and_filter: 1 2024-04-01T19:39:38.813 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: index_type: 0 2024-04-01T19:39:38.813 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: data_block_index_type: 0 2024-04-01T19:39:38.813 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: index_shortening: 1 2024-04-01T19:39:38.813 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: data_block_hash_table_util_ratio: 0.750000 2024-04-01T19:39:38.813 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: checksum: 4 2024-04-01T19:39:38.813 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: no_block_cache: 0 2024-04-01T19:39:38.813 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: block_cache: 0x56236272d1f0 2024-04-01T19:39:38.813 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: block_cache_name: BinnedLRUCache 2024-04-01T19:39:38.813 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: block_cache_options: 2024-04-01T19:39:38.813 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: capacity : 536870912 2024-04-01T19:39:38.813 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: num_shard_bits : 4 2024-04-01T19:39:38.813 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: strict_capacity_limit : 0 2024-04-01T19:39:38.813 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: high_pri_pool_ratio: 0.000 2024-04-01T19:39:38.813 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: block_cache_compressed: (nil) 2024-04-01T19:39:38.813 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: persistent_cache: (nil) 2024-04-01T19:39:38.814 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: block_size: 4096 2024-04-01T19:39:38.814 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: block_size_deviation: 10 2024-04-01T19:39:38.814 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: block_restart_interval: 16 2024-04-01T19:39:38.814 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: index_block_restart_interval: 1 2024-04-01T19:39:38.814 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: metadata_block_size: 4096 2024-04-01T19:39:38.814 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: partition_filters: 0 2024-04-01T19:39:38.814 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: use_delta_encoding: 1 2024-04-01T19:39:38.814 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: filter_policy: bloomfilter 2024-04-01T19:39:38.814 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: whole_key_filtering: 1 2024-04-01T19:39:38.814 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: verify_compression: 0 2024-04-01T19:39:38.814 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: read_amp_bytes_per_bit: 0 2024-04-01T19:39:38.814 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: format_version: 5 2024-04-01T19:39:38.814 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: enable_index_compression: 1 2024-04-01T19:39:38.814 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: block_align: 0 2024-04-01T19:39:38.815 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: max_auto_readahead_size: 262144 2024-04-01T19:39:38.815 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: prepopulate_block_cache: 0 2024-04-01T19:39:38.815 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: initial_auto_readahead_size: 8192 2024-04-01T19:39:38.815 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: num_file_reads_for_auto_readahead: 2 2024-04-01T19:39:38.815 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-01T19:39:38.815 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-01T19:39:38.815 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compression: NoCompression 2024-04-01T19:39:38.815 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-01T19:39:38.815 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-01T19:39:38.815 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-01T19:39:38.815 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.num_levels: 7 2024-04-01T19:39:38.815 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-01T19:39:38.815 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-01T19:39:38.815 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-01T19:39:38.815 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-01T19:39:38.816 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-01T19:39:38.816 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-01T19:39:38.816 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-01T19:39:38.816 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-01T19:39:38.816 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-01T19:39:38.816 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-01T19:39:38.816 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-01T19:39:38.816 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-01T19:39:38.816 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-01T19:39:38.816 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-01T19:39:38.816 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-01T19:39:38.816 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-01T19:39:38.816 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-01T19:39:38.816 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-01T19:39:38.816 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-01T19:39:38.816 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-01T19:39:38.817 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-01T19:39:38.817 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-01T19:39:38.817 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-01T19:39:38.817 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-01T19:39:38.817 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-01T19:39:38.817 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-01T19:39:38.817 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-01T19:39:38.817 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-01T19:39:38.817 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-01T19:39:38.817 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-01T19:39:38.817 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-01T19:39:38.817 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-01T19:39:38.817 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-01T19:39:38.817 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-01T19:39:38.817 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-01T19:39:38.818 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-01T19:39:38.818 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-01T19:39:38.818 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-01T19:39:38.818 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-01T19:39:38.818 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-01T19:39:38.818 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-01T19:39:38.818 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-01T19:39:38.818 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-01T19:39:38.818 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-01T19:39:38.818 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-01T19:39:38.818 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-01T19:39:38.818 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-01T19:39:38.818 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-01T19:39:38.818 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-01T19:39:38.819 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-01T19:39:38.819 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-01T19:39:38.819 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-01T19:39:38.819 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-01T19:39:38.819 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-01T19:39:38.819 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.inplace_update_support: 0 2024-04-01T19:39:38.819 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-01T19:39:38.819 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-01T19:39:38.819 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-01T19:39:38.819 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-01T19:39:38.819 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.bloom_locality: 0 2024-04-01T19:39:38.819 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.max_successive_merges: 0 2024-04-01T19:39:38.819 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-01T19:39:38.819 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-01T19:39:38.819 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-01T19:39:38.819 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.ttl: 2592000 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.enable_blob_files: false 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.min_blob_size: 0 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.586+0000 7f1118acec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.594+0000 7f1118acec80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.594+0000 7f1118acec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-01T19:39:38.820 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.594+0000 7f1118acec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 02ee3f28-9016-4eb7-87d4-e5dfae30c525 2024-04-01T19:39:38.821 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.594+0000 7f1118acec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712000378598486, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-01T19:39:38.821 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.594+0000 7f1118acec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-01T19:39:38.821 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.594+0000 7f1118acec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712000378599504, "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": 1712000378, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "02ee3f28-9016-4eb7-87d4-e5dfae30c525", "db_session_id": "C196R2ZSTVCXBO7HSI77", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-01T19:39:38.821 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.594+0000 7f1118acec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1712000378599604, "job": 1, "event": "recovery_finished"} 2024-04-01T19:39:38.821 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.594+0000 7f1118acec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-01T19:39:38.821 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.594+0000 7f1118acec80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-01T19:39:38.821 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.594+0000 7f1118acec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562362826000 2024-04-01T19:39:38.821 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.594+0000 7f1118acec80 4 rocksdb: DB pointer 0x562362810000 2024-04-01T19:39:38.821 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.594+0000 7f1107228700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-01T19:39:38.821 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.594+0000 7f1107228700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-01T19:39:38.821 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: ** DB Stats ** 2024-04-01T19:39:38.821 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-01T19:39:38.821 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-01T19:39:38.821 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-01T19:39:38.821 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-01T19:39:38.822 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-01T19:39:38.822 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-01T19:39:38.822 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-01T19:39:38.822 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: ** Compaction Stats [default] ** 2024-04-01T19:39:38.822 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-01T19:39:38.822 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-01T19:39:38.822 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: L0 2/0 85.57 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-01T19:39:38.822 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Sum 2/0 85.57 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-01T19:39:38.822 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 134.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-01T19:39:38.822 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: ** Compaction Stats [default] ** 2024-04-01T19:39:38.822 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-01T19:39:38.822 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-01T19:39:38.822 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 134.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-01T19:39:38.822 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-01T19:39:38.822 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-01T19:39:38.823 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-01T19:39:38.823 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-01T19:39:38.823 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: AddFile(Total Files): cumulative 0, interval 0 2024-04-01T19:39:38.823 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-01T19:39:38.823 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: AddFile(Keys): cumulative 0, interval 0 2024-04-01T19:39:38.823 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Cumulative compaction: 0.00 GB write, 11.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-01T19:39:38.823 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Interval compaction: 0.00 GB write, 11.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-01T19:39:38.823 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-01T19:39:38.823 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Block cache BinnedLRUCache@0x56236272d1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-01T19:39:38.823 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-01T19:39:38.823 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: ** File Read Latency Histogram By Level [default] ** 2024-04-01T19:39:38.823 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.594+0000 7f1118acec80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] at bind addrs [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:39:38.823 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.598+0000 7f1118acec80 1 mon.a@-1(???) e1 preinit fsid 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:39:38.823 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.598+0000 7f1118acec80 0 mon.a@-1(???).mds e1 new map 2024-04-01T19:39:38.823 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.598+0000 7f1118acec80 0 mon.a@-1(???).mds e1 print_map 2024-04-01T19:39:38.823 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: e1 2024-04-01T19:39:38.824 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-01T19:39:38.824 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-01T19:39:38.824 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: legacy client fscid: -1 2024-04-01T19:39:38.824 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: 2024-04-01T19:39:38.824 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: No filesystems configured 2024-04-01T19:39:38.824 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.598+0000 7f1118acec80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-01T19:39:38.824 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.598+0000 7f1118acec80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-01T19:39:38.824 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.598+0000 7f1118acec80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-01T19:39:38.824 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.598+0000 7f1118acec80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-01T19:39:38.824 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: debug 2024-04-01T19:39:38.598+0000 7f1118acec80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-01T19:39:38.824 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: cluster 2024-04-01T19:39:38.626736+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-01T19:39:38.824 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: cluster 2024-04-01T19:39:38.626827+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-01T19:39:38.824 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: cluster 2024-04-01T19:39:38.626846+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:39:38.824 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: cluster 2024-04-01T19:39:38.626854+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-01T19:39:28.696938+0000 2024-04-01T19:39:38.824 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: cluster 2024-04-01T19:39:38.626861+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-01T19:39:28.696938+0000 2024-04-01T19:39:38.824 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: cluster 2024-04-01T19:39:38.626875+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-01T19:39:38.825 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: cluster 2024-04-01T19:39:38.626882+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-01T19:39:38.825 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: cluster 2024-04-01T19:39:38.626895+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-04-01T19:39:38.825 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: cluster 2024-04-01T19:39:38.627309+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-01T19:39:38.825 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: cluster 2024-04-01T19:39:38.627336+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-01T19:39:38.825 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:38 smithi040 bash[21483]: cluster 2024-04-01T19:39:38.627733+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-01T19:39:39.369 INFO:teuthology.orchestra.run.smithi040.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-01T19:39:39.395 INFO:teuthology.orchestra.run.smithi040.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-01T19:39:39.395 INFO:teuthology.orchestra.run.smithi040.stdout:Creating mgr... 2024-04-01T19:39:39.395 INFO:teuthology.orchestra.run.smithi040.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-01T19:39:39.396 INFO:teuthology.orchestra.run.smithi040.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-01T19:39:39.732 INFO:teuthology.orchestra.run.smithi040.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mgr.a 2024-04-01T19:39:39.732 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Failed to reset failed state of unit ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mgr.a.service: Unit ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mgr.a.service not loaded. 2024-04-01T19:39:39.737 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:39 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:39:39.737 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:39 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:39:39.918 INFO:teuthology.orchestra.run.smithi040.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4.target.wants/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mgr.a.service -> /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service. 2024-04-01T19:39:39.928 INFO:teuthology.orchestra.run.smithi040.stdout:firewalld does not appear to be present 2024-04-01T19:39:39.928 INFO:teuthology.orchestra.run.smithi040.stdout:Not possible to enable service . firewalld.service is not available 2024-04-01T19:39:39.928 INFO:teuthology.orchestra.run.smithi040.stdout:firewalld does not appear to be present 2024-04-01T19:39:39.928 INFO:teuthology.orchestra.run.smithi040.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-01T19:39:39.928 INFO:teuthology.orchestra.run.smithi040.stdout:Waiting for mgr to start... 2024-04-01T19:39:39.928 INFO:teuthology.orchestra.run.smithi040.stdout:Waiting for mgr... 2024-04-01T19:39:40.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:39 smithi040 bash[21483]: audit 2024-04-01T19:39:38.792375+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.40:0/599113706' entity='client.admin' 2024-04-01T19:39:40.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:39 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:39:40.079 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:39 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:39:40.079 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:39 smithi040 systemd[1]: Started Ceph mgr.a for 59788392-f05f-11ee-b647-cb9ed24678a4. 2024-04-01T19:39:41.559 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:41 smithi040 bash[21483]: audit 2024-04-01T19:39:41.335732+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.40:0/3436554396' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-01T19:39:41.559 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:41 smithi040 bash[21737]: debug 2024-04-01T19:39:41.198+0000 7f4715a66200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-01T19:39:41.896 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-04-01T19:39:41.896 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout { 2024-04-01T19:39:41.896 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "fsid": "59788392-f05f-11ee-b647-cb9ed24678a4", 2024-04-01T19:39:41.896 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "health": { 2024-04-01T19:39:41.896 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-01T19:39:41.896 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-01T19:39:41.896 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-01T19:39:41.898 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:41.898 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-01T19:39:41.898 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-01T19:39:41.898 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 0 2024-04-01T19:39:41.898 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-04-01T19:39:41.898 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-01T19:39:41.898 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "a" 2024-04-01T19:39:41.898 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-04-01T19:39:41.898 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-01T19:39:41.899 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-01T19:39:41.899 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-01T19:39:41.899 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-01T19:39:41.899 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-01T19:39:41.899 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:41.899 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-01T19:39:41.899 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-01T19:39:41.900 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-01T19:39:41.900 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-01T19:39:41.900 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-01T19:39:41.900 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-01T19:39:41.900 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-01T19:39:41.900 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-01T19:39:41.900 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:41.900 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-01T19:39:41.901 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-01T19:39:41.901 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-01T19:39:41.903 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-01T19:39:41.903 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-01T19:39:41.903 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-01T19:39:41.903 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-01T19:39:41.903 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-01T19:39:41.903 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-01T19:39:41.903 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:41.903 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-01T19:39:41.903 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-01T19:39:41.903 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-01T19:39:41.903 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-01T19:39:41.903 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:41.904 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-01T19:39:41.904 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-01T19:39:41.904 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-01T19:39:41.904 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-01T19:39:41.904 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-01T19:39:41.904 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-01T19:39:41.904 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "restful" 2024-04-01T19:39:41.904 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-04-01T19:39:41.904 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-01T19:39:41.904 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:41.904 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-01T19:39:41.904 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-01T19:39:41.904 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "modified": "2024-04-01T19:39:33.076149+0000", 2024-04-01T19:39:41.905 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-01T19:39:41.905 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:41.905 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-01T19:39:41.905 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout } 2024-04-01T19:39:41.905 INFO:teuthology.orchestra.run.smithi040.stdout:mgr not available, waiting (1/15)... 2024-04-01T19:39:43.191 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:42 smithi040 bash[21737]: debug 2024-04-01T19:39:42.834+0000 7f4715a66200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-01T19:39:43.191 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:42 smithi040 bash[21737]: debug 2024-04-01T19:39:42.934+0000 7f4715a66200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-01T19:39:43.191 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:43 smithi040 bash[21737]: debug 2024-04-01T19:39:43.190+0000 7f4715a66200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-01T19:39:44.241 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:44 smithi040 bash[21737]: debug 2024-04-01T19:39:44.018+0000 7f4715a66200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-01T19:39:44.241 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:44 smithi040 bash[21737]: debug 2024-04-01T19:39:44.130+0000 7f4715a66200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-01T19:39:44.579 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:44 smithi040 bash[21737]: debug 2024-04-01T19:39:44.238+0000 7f4715a66200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-01T19:39:44.963 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:44 smithi040 bash[21737]: debug 2024-04-01T19:39:44.602+0000 7f4715a66200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-01T19:39:44.963 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:44 smithi040 bash[21737]: debug 2024-04-01T19:39:44.722+0000 7f4715a66200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-01T19:39:44.963 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:44 smithi040 bash[21737]: debug 2024-04-01T19:39:44.834+0000 7f4715a66200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-01T19:39:45.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:45 smithi040 bash[21483]: audit 2024-04-01T19:39:44.953868+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.40:0/1949524031' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-01T19:39:45.329 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:45 smithi040 bash[21737]: debug 2024-04-01T19:39:45.202+0000 7f4715a66200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-01T19:39:45.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-04-01T19:39:45.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout { 2024-04-01T19:39:45.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "fsid": "59788392-f05f-11ee-b647-cb9ed24678a4", 2024-04-01T19:39:45.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "health": { 2024-04-01T19:39:45.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-01T19:39:45.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-01T19:39:45.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-01T19:39:45.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:45.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-01T19:39:45.506 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-01T19:39:45.507 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 0 2024-04-01T19:39:45.507 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-04-01T19:39:45.507 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-01T19:39:45.507 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "a" 2024-04-01T19:39:45.507 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-04-01T19:39:45.507 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-01T19:39:45.507 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-01T19:39:45.507 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-01T19:39:45.507 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-01T19:39:45.507 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-01T19:39:45.507 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:45.507 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-01T19:39:45.507 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-01T19:39:45.507 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-01T19:39:45.507 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-01T19:39:45.507 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-01T19:39:45.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-01T19:39:45.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-01T19:39:45.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-01T19:39:45.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:45.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-01T19:39:45.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-01T19:39:45.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-01T19:39:45.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-01T19:39:45.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-01T19:39:45.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-01T19:39:45.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-01T19:39:45.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-01T19:39:45.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-01T19:39:45.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:45.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-01T19:39:45.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "restful" 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "modified": "2024-04-01T19:39:33.076149+0000", 2024-04-01T19:39:45.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-01T19:39:45.510 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:45.510 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-01T19:39:45.510 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout } 2024-04-01T19:39:45.510 INFO:teuthology.orchestra.run.smithi040.stdout:mgr not available, waiting (2/15)... 2024-04-01T19:39:45.720 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:45 smithi040 bash[21737]: debug 2024-04-01T19:39:45.446+0000 7f4715a66200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-01T19:39:46.079 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:45 smithi040 bash[21737]: debug 2024-04-01T19:39:45.718+0000 7f4715a66200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-01T19:39:46.079 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:45 smithi040 bash[21737]: debug 2024-04-01T19:39:45.834+0000 7f4715a66200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-01T19:39:46.541 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:46 smithi040 bash[21737]: debug 2024-04-01T19:39:46.118+0000 7f4715a66200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-01T19:39:46.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:46 smithi040 bash[21737]: debug 2024-04-01T19:39:46.538+0000 7f4715a66200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-01T19:39:46.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:46 smithi040 bash[21737]: debug 2024-04-01T19:39:46.782+0000 7f4715a66200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-01T19:39:47.164 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:46 smithi040 bash[21737]: debug 2024-04-01T19:39:46.906+0000 7f4715a66200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-01T19:39:47.523 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:47 smithi040 bash[21737]: debug 2024-04-01T19:39:47.162+0000 7f4715a66200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-01T19:39:48.512 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:48 smithi040 bash[21737]: debug 2024-04-01T19:39:48.206+0000 7f4715a66200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-01T19:39:48.512 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:48 smithi040 bash[21737]: debug 2024-04-01T19:39:48.326+0000 7f4715a66200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-01T19:39:48.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:48 smithi040 bash[21483]: audit 2024-04-01T19:39:48.502835+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.40:0/3544811420' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-01T19:39:48.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:48 smithi040 bash[21737]: debug 2024-04-01T19:39:48.630+0000 7f4715a66200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-01T19:39:48.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:48 smithi040 bash[21737]: debug 2024-04-01T19:39:48.750+0000 7f4715a66200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-01T19:39:49.033 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-04-01T19:39:49.033 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout { 2024-04-01T19:39:49.034 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "fsid": "59788392-f05f-11ee-b647-cb9ed24678a4", 2024-04-01T19:39:49.034 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "health": { 2024-04-01T19:39:49.034 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-01T19:39:49.034 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-01T19:39:49.034 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-01T19:39:49.034 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:49.034 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-01T19:39:49.034 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-01T19:39:49.034 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 0 2024-04-01T19:39:49.034 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-04-01T19:39:49.034 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-01T19:39:49.034 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "a" 2024-04-01T19:39:49.034 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-04-01T19:39:49.034 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-04-01T19:39:49.034 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-01T19:39:49.035 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-01T19:39:49.035 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-01T19:39:49.035 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-01T19:39:49.035 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:49.035 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-01T19:39:49.035 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-01T19:39:49.035 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-01T19:39:49.035 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-01T19:39:49.035 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-01T19:39:49.039 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-01T19:39:49.039 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-01T19:39:49.039 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-01T19:39:49.039 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:49.039 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-01T19:39:49.039 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-01T19:39:49.039 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-01T19:39:49.039 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-01T19:39:49.039 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-01T19:39:49.039 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-01T19:39:49.040 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-01T19:39:49.040 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-01T19:39:49.040 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-01T19:39:49.040 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:49.040 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-01T19:39:49.040 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-01T19:39:49.040 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-01T19:39:49.040 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-01T19:39:49.040 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:49.040 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-01T19:39:49.040 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-01T19:39:49.040 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-01T19:39:49.040 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-01T19:39:49.040 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-01T19:39:49.040 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-01T19:39:49.040 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "restful" 2024-04-01T19:39:49.041 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-04-01T19:39:49.041 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-01T19:39:49.041 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:49.041 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-01T19:39:49.041 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-01T19:39:49.041 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "modified": "2024-04-01T19:39:33.076149+0000", 2024-04-01T19:39:49.041 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-01T19:39:49.041 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:49.041 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-01T19:39:49.041 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout } 2024-04-01T19:39:49.041 INFO:teuthology.orchestra.run.smithi040.stdout:mgr not available, waiting (3/15)... 2024-04-01T19:39:49.552 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21737]: debug 2024-04-01T19:39:49.222+0000 7f4715a66200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-01T19:39:49.552 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21737]: debug 2024-04-01T19:39:49.346+0000 7f4715a66200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-01T19:39:49.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21483]: cluster 2024-04-01T19:39:49.372540+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-01T19:39:49.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21483]: cluster 2024-04-01T19:39:49.379748+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00740476s) 2024-04-01T19:39:49.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21483]: audit 2024-04-01T19:39:49.380801+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.40:0/2547382839' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-01T19:39:49.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21483]: audit 2024-04-01T19:39:49.381013+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.40:0/2547382839' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-01T19:39:49.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21483]: audit 2024-04-01T19:39:49.381173+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.40:0/2547382839' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-01T19:39:49.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21483]: audit 2024-04-01T19:39:49.381339+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.40:0/2547382839' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-01T19:39:49.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21483]: audit 2024-04-01T19:39:49.381490+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.40:0/2547382839' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-01T19:39:49.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21483]: audit 2024-04-01T19:39:49.381636+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.40:0/2547382839' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-01T19:39:49.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21483]: audit 2024-04-01T19:39:49.381870+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.14100 172.21.15.40:0/2547382839' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:39:49.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21483]: audit 2024-04-01T19:39:49.382421+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.14100 172.21.15.40:0/2547382839' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-01T19:39:49.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21483]: cluster 2024-04-01T19:39:49.408631+0000 mon.a (mon.0) 26 : cluster [INF] Manager daemon a is now available 2024-04-01T19:39:49.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21483]: audit 2024-04-01T19:39:49.419914+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.40:0/2547382839' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-01T19:39:49.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21483]: audit 2024-04-01T19:39:49.423571+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.40:0/2547382839' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-01T19:39:49.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21483]: audit 2024-04-01T19:39:49.425507+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.40:0/2547382839' entity='mgr.a' 2024-04-01T19:39:49.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21483]: audit 2024-04-01T19:39:49.428185+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.14100 172.21.15.40:0/2547382839' entity='mgr.a' 2024-04-01T19:39:49.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:49 smithi040 bash[21483]: audit 2024-04-01T19:39:49.433678+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.14100 172.21.15.40:0/2547382839' entity='mgr.a' 2024-04-01T19:39:51.771 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:51 smithi040 bash[21483]: cluster 2024-04-01T19:39:50.387843+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e3: a(active, since 1.01551s) 2024-04-01T19:39:53.055 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-04-01T19:39:53.055 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout { 2024-04-01T19:39:53.055 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "fsid": "59788392-f05f-11ee-b647-cb9ed24678a4", 2024-04-01T19:39:53.055 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "health": { 2024-04-01T19:39:53.055 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-01T19:39:53.055 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-01T19:39:53.055 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-01T19:39:53.055 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:53.055 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-01T19:39:53.055 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-01T19:39:53.055 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 0 2024-04-01T19:39:53.055 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-04-01T19:39:53.055 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-01T19:39:53.056 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "a" 2024-04-01T19:39:53.056 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-04-01T19:39:53.056 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-04-01T19:39:53.056 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-01T19:39:53.056 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-01T19:39:53.056 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-01T19:39:53.056 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-01T19:39:53.056 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:53.057 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-01T19:39:53.057 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-01T19:39:53.057 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-01T19:39:53.057 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-01T19:39:53.057 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-01T19:39:53.057 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-01T19:39:53.058 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-01T19:39:53.058 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-01T19:39:53.058 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:53.058 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-01T19:39:53.061 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-01T19:39:53.061 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-01T19:39:53.061 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-01T19:39:53.061 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-01T19:39:53.061 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-01T19:39:53.061 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-01T19:39:53.061 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-01T19:39:53.061 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-01T19:39:53.061 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:53.061 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-01T19:39:53.061 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-01T19:39:53.061 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-01T19:39:53.061 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-01T19:39:53.061 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:53.061 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-01T19:39:53.062 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-01T19:39:53.062 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-01T19:39:53.062 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-01T19:39:53.062 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-01T19:39:53.062 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-01T19:39:53.062 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "restful" 2024-04-01T19:39:53.062 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ], 2024-04-01T19:39:53.062 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-01T19:39:53.062 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:53.062 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-01T19:39:53.062 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-01T19:39:53.062 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "modified": "2024-04-01T19:39:33.076149+0000", 2024-04-01T19:39:53.062 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-01T19:39:53.062 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout }, 2024-04-01T19:39:53.062 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-01T19:39:53.062 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout } 2024-04-01T19:39:53.063 INFO:teuthology.orchestra.run.smithi040.stdout:mgr is available 2024-04-01T19:39:53.662 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:53 smithi040 bash[21483]: cluster 2024-04-01T19:39:52.383895+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-01T19:39:53.662 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:53 smithi040 bash[21483]: audit 2024-04-01T19:39:52.538349+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.40:0/3307864864' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-01T19:39:54.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:54 smithi040 bash[21483]: audit 2024-04-01T19:39:54.233086+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.40:0/2824237882' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-01T19:39:54.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:54 smithi040 bash[21483]: audit 2024-04-01T19:39:54.237843+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.40:0/2824237882' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-01T19:39:54.843 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-04-01T19:39:54.843 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout [global] 2024-04-01T19:39:54.843 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout fsid = 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:39:54.843 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-01T19:39:54.843 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-01T19:39:54.844 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-01T19:39:54.844 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-01T19:39:54.844 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-04-01T19:39:54.844 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-01T19:39:54.844 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-01T19:39:54.844 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 2024-04-01T19:39:54.844 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout [osd] 2024-04-01T19:39:54.844 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-01T19:39:54.844 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-01T19:39:54.844 INFO:teuthology.orchestra.run.smithi040.stdout:Enabling cephadm module... 2024-04-01T19:39:56.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:56 smithi040 bash[21483]: audit 2024-04-01T19:39:56.121303+0000 mon.a (mon.0) 37 : audit [INF] from='client.? 172.21.15.40:0/359148937' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-01T19:39:56.579 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:56 smithi040 bash[21737]: ignoring --setuser ceph since I am not root 2024-04-01T19:39:56.579 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:56 smithi040 bash[21737]: ignoring --setgroup ceph since I am not root 2024-04-01T19:39:56.579 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:56 smithi040 bash[21737]: debug 2024-04-01T19:39:56.370+0000 7f8f3f130200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-01T19:39:57.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:57 smithi040 bash[21483]: audit 2024-04-01T19:39:56.172956+0000 mon.a (mon.0) 38 : audit [INF] from='client.? 172.21.15.40:0/359148937' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-01T19:39:57.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:57 smithi040 bash[21483]: cluster 2024-04-01T19:39:56.178281+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-04-01T19:39:58.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:39:58 smithi040 bash[21483]: audit 2024-04-01T19:39:58.053684+0000 mon.a (mon.0) 40 : audit [DBG] from='client.? 172.21.15.40:0/1435936869' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-01T19:39:58.329 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:58 smithi040 bash[21737]: debug 2024-04-01T19:39:58.002+0000 7f8f3f130200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-01T19:39:58.329 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:58 smithi040 bash[21737]: debug 2024-04-01T19:39:58.102+0000 7f8f3f130200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-01T19:39:58.602 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout { 2024-04-01T19:39:58.603 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-01T19:39:58.603 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-01T19:39:58.603 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-01T19:39:58.603 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-01T19:39:58.603 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout } 2024-04-01T19:39:58.603 INFO:teuthology.orchestra.run.smithi040.stdout:Waiting for the mgr to restart... 2024-04-01T19:39:58.603 INFO:teuthology.orchestra.run.smithi040.stdout:Waiting for mgr epoch 5... 2024-04-01T19:39:58.620 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:58 smithi040 bash[21737]: debug 2024-04-01T19:39:58.358+0000 7f8f3f130200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-01T19:39:59.579 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:59 smithi040 bash[21737]: debug 2024-04-01T19:39:59.178+0000 7f8f3f130200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-01T19:39:59.579 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:59 smithi040 bash[21737]: debug 2024-04-01T19:39:59.294+0000 7f8f3f130200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-01T19:39:59.579 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:59 smithi040 bash[21737]: debug 2024-04-01T19:39:59.402+0000 7f8f3f130200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-01T19:40:00.079 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:59 smithi040 bash[21737]: debug 2024-04-01T19:39:59.766+0000 7f8f3f130200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-01T19:40:00.079 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:59 smithi040 bash[21737]: debug 2024-04-01T19:39:59.882+0000 7f8f3f130200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-01T19:40:00.079 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:39:59 smithi040 bash[21737]: debug 2024-04-01T19:39:59.990+0000 7f8f3f130200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-01T19:40:00.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:00 smithi040 bash[21737]: debug 2024-04-01T19:40:00.358+0000 7f8f3f130200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-01T19:40:00.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:00 smithi040 bash[21737]: debug 2024-04-01T19:40:00.602+0000 7f8f3f130200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-01T19:40:01.271 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:00 smithi040 bash[21737]: debug 2024-04-01T19:40:00.874+0000 7f8f3f130200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-01T19:40:01.271 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:00 smithi040 bash[21737]: debug 2024-04-01T19:40:00.986+0000 7f8f3f130200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-01T19:40:01.579 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:01 smithi040 bash[21737]: debug 2024-04-01T19:40:01.266+0000 7f8f3f130200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-01T19:40:02.067 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:01 smithi040 bash[21737]: debug 2024-04-01T19:40:01.690+0000 7f8f3f130200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-01T19:40:02.067 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:01 smithi040 bash[21737]: debug 2024-04-01T19:40:01.938+0000 7f8f3f130200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-01T19:40:02.579 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:02 smithi040 bash[21737]: debug 2024-04-01T19:40:02.062+0000 7f8f3f130200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-01T19:40:02.579 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:02 smithi040 bash[21737]: debug 2024-04-01T19:40:02.318+0000 7f8f3f130200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-01T19:40:03.813 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:03 smithi040 bash[21737]: debug 2024-04-01T19:40:03.386+0000 7f8f3f130200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-01T19:40:03.813 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:03 smithi040 bash[21737]: debug 2024-04-01T19:40:03.506+0000 7f8f3f130200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-01T19:40:03.813 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:03 smithi040 bash[21737]: debug 2024-04-01T19:40:03.810+0000 7f8f3f130200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-01T19:40:04.079 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:03 smithi040 bash[21737]: debug 2024-04-01T19:40:03.930+0000 7f8f3f130200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-01T19:40:04.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:04 smithi040 bash[21737]: debug 2024-04-01T19:40:04.394+0000 7f8f3f130200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-01T19:40:04.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:04 smithi040 bash[21737]: debug 2024-04-01T19:40:04.518+0000 7f8f3f130200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-01T19:40:04.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:04 smithi040 bash[21483]: cluster 2024-04-01T19:40:04.544583+0000 mon.a (mon.0) 41 : cluster [INF] Active manager daemon a restarted 2024-04-01T19:40:04.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:04 smithi040 bash[21483]: cluster 2024-04-01T19:40:04.544937+0000 mon.a (mon.0) 42 : cluster [INF] Activating manager daemon a 2024-04-01T19:40:04.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:04 smithi040 bash[21483]: cluster 2024-04-01T19:40:04.552686+0000 mon.a (mon.0) 43 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-01T19:40:04.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:04 smithi040 bash[21483]: cluster 2024-04-01T19:40:04.552923+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00818853s) 2024-04-01T19:40:04.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:04 smithi040 bash[21483]: audit 2024-04-01T19:40:04.555420+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:40:04.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:04 smithi040 bash[21483]: audit 2024-04-01T19:40:04.557081+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-01T19:40:04.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:04 smithi040 bash[21483]: audit 2024-04-01T19:40:04.558048+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-01T19:40:04.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:04 smithi040 bash[21483]: audit 2024-04-01T19:40:04.558458+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-01T19:40:04.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:04 smithi040 bash[21483]: audit 2024-04-01T19:40:04.558652+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-01T19:40:04.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:04 smithi040 bash[21483]: cluster 2024-04-01T19:40:04.588510+0000 mon.a (mon.0) 50 : cluster [INF] Manager daemon a is now available 2024-04-01T19:40:06.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:05 smithi040 bash[21483]: cephadm 2024-04-01T19:40:04.608365+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-01T19:40:06.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:05 smithi040 bash[21483]: audit 2024-04-01T19:40:04.610698+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' 2024-04-01T19:40:06.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:05 smithi040 bash[21483]: audit 2024-04-01T19:40:04.613167+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' 2024-04-01T19:40:06.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:05 smithi040 bash[21483]: audit 2024-04-01T19:40:04.615757+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' 2024-04-01T19:40:06.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:05 smithi040 bash[21483]: audit 2024-04-01T19:40:04.618964+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:40:06.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:05 smithi040 bash[21483]: audit 2024-04-01T19:40:04.623406+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:40:06.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:05 smithi040 bash[21483]: audit 2024-04-01T19:40:04.633263+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-01T19:40:06.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:05 smithi040 bash[21483]: audit 2024-04-01T19:40:04.636903+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-01T19:40:06.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:05 smithi040 bash[21483]: audit 2024-04-01T19:40:04.919869+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' 2024-04-01T19:40:06.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:05 smithi040 bash[21483]: audit 2024-04-01T19:40:04.925357+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' 2024-04-01T19:40:06.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:05 smithi040 bash[21483]: audit 2024-04-01T19:40:05.493671+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:40:06.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:05 smithi040 bash[21483]: cluster 2024-04-01T19:40:05.557961+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e7: a(active, since 1.01321s) 2024-04-01T19:40:06.166 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout { 2024-04-01T19:40:06.166 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-01T19:40:06.166 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-01T19:40:06.166 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout } 2024-04-01T19:40:06.166 INFO:teuthology.orchestra.run.smithi040.stdout:mgr epoch 5 is available 2024-04-01T19:40:06.166 INFO:teuthology.orchestra.run.smithi040.stdout:Setting orchestrator backend to cephadm... 2024-04-01T19:40:07.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:06 smithi040 bash[21483]: cephadm 2024-04-01T19:40:05.266489+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [01/Apr/2024:19:40:05] ENGINE Bus STARTING 2024-04-01T19:40:07.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:06 smithi040 bash[21483]: cephadm 2024-04-01T19:40:05.388408+0000 mgr.a (mgr.14120) 3 : cephadm [INF] [01/Apr/2024:19:40:05] ENGINE Serving on https://172.21.15.40:7150 2024-04-01T19:40:07.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:06 smithi040 bash[21483]: cephadm 2024-04-01T19:40:05.489752+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [01/Apr/2024:19:40:05] ENGINE Serving on http://172.21.15.40:8765 2024-04-01T19:40:07.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:06 smithi040 bash[21483]: cephadm 2024-04-01T19:40:05.489913+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [01/Apr/2024:19:40:05] ENGINE Bus STARTED 2024-04-01T19:40:07.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:06 smithi040 bash[21483]: audit 2024-04-01T19:40:05.555514+0000 mgr.a (mgr.14120) 6 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-01T19:40:07.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:06 smithi040 bash[21483]: audit 2024-04-01T19:40:05.571980+0000 mgr.a (mgr.14120) 7 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-01T19:40:07.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:07 smithi040 bash[21483]: cluster 2024-04-01T19:40:06.626403+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-01T19:40:07.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:07 smithi040 bash[21483]: audit 2024-04-01T19:40:07.396106+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' 2024-04-01T19:40:07.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:07 smithi040 bash[21483]: audit 2024-04-01T19:40:07.465811+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:40:09.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:08 smithi040 bash[21483]: audit 2024-04-01T19:40:07.389242+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:40:09.786 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-01T19:40:09.786 INFO:teuthology.orchestra.run.smithi040.stdout:Generating ssh key... 2024-04-01T19:40:10.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:09 smithi040 bash[21483]: audit 2024-04-01T19:40:09.222083+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:40:11.580 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: Generating public/private rsa key pair. 2024-04-01T19:40:11.580 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: Your identification has been saved in /tmp/tmpd_eq64gm/key. 2024-04-01T19:40:11.580 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: Your public key has been saved in /tmp/tmpd_eq64gm/key.pub. 2024-04-01T19:40:11.580 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: The key fingerprint is: 2024-04-01T19:40:11.580 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: SHA256:h02AnIu4FVkogqNcxTvFSu5aJytuYS/SZKWWztlaMBA ceph-59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:40:11.580 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: The key's randomart image is: 2024-04-01T19:40:11.580 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: +---[RSA 3072]----+ 2024-04-01T19:40:11.580 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: |.E o*oo. | 2024-04-01T19:40:11.580 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: |+ o.+o+o . | 2024-04-01T19:40:11.580 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: |o+.ooo+. . | 2024-04-01T19:40:11.580 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: |..o o*. + | 2024-04-01T19:40:11.580 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: | == . S o | 2024-04-01T19:40:11.580 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: | .Oo+ . . | 2024-04-01T19:40:11.580 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: | O B.+ | 2024-04-01T19:40:11.581 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: | . X.+ | 2024-04-01T19:40:11.581 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: | +o+ | 2024-04-01T19:40:11.581 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:11 smithi040 bash[21737]: +----[SHA256]-----+ 2024-04-01T19:40:12.382 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:12 smithi040 bash[21483]: audit 2024-04-01T19:40:10.987431+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:40:12.382 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:12 smithi040 bash[21483]: cephadm 2024-04-01T19:40:10.987861+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-01T19:40:12.382 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:12 smithi040 bash[21483]: audit 2024-04-01T19:40:11.134465+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' 2024-04-01T19:40:12.382 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:12 smithi040 bash[21483]: audit 2024-04-01T19:40:11.139362+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' 2024-04-01T19:40:13.438 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjYY0cWXspAsYy4dvsg0ch7lASPRsxyG+DA2rvL5Ud+URdSpNWjxN3y8tT66zGV2OWV8qoPn4Zh+Z+pdidrGIg65et3mGPL9q8gvjgwCYQUGuS5FoVAD03nWoV0JOZH39pZGJIu133MBH6P5ecthDsNCpsJBMGHICNzVBrAdYehYhuZp47x3yum+tEYLeIxtedsyltkrop6UI7NCw1JNcY8kIz2AaawiVx6Q6vIzlK/Ke+nVcE8Kr/yEvO5/rhXEc/SM2RhU0o6MQnlXpq3PiIP1ZZP+iKv1Wp83BKDO1kVhoj68nDHrElOEfcsebA2s2r1yvq3UMGUPvMpBTq9RNds4mwMpaFgCPBHBGy1lcbXRKb5xwTYlz65+AeUA3Ag5vp8rozY87UVrkNtG8aknhZNdyCuFh1iduDbbA+GuNNUCfgGUImkopH3ZninRDbJLrXh6MP2cFziogXHRGxaENJcW3rQxSZYz2BRPlzNVzmlLdh2EnxU+yz2ahmpLL4M60= ceph-59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:40:13.438 INFO:teuthology.orchestra.run.smithi040.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-01T19:40:13.438 INFO:teuthology.orchestra.run.smithi040.stdout:Adding key to root@localhost authorized_keys... 2024-04-01T19:40:13.439 INFO:teuthology.orchestra.run.smithi040.stdout:Adding host smithi040... 2024-04-01T19:40:13.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:13 smithi040 bash[21483]: audit 2024-04-01T19:40:12.952384+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:40:15.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:15 smithi040 bash[21483]: audit 2024-04-01T19:40:14.704931+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi040", "addr": "172.21.15.40", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:40:16.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:16 smithi040 bash[21483]: cephadm 2024-04-01T19:40:15.279583+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi040 2024-04-01T19:40:21.069 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout Added host 'smithi040' with addr '172.21.15.40' 2024-04-01T19:40:21.069 INFO:teuthology.orchestra.run.smithi040.stdout:Deploying unmanaged mon service... 2024-04-01T19:40:21.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:21 smithi040 bash[21483]: audit 2024-04-01T19:40:20.338311+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' 2024-04-01T19:40:21.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:21 smithi040 bash[21483]: cephadm 2024-04-01T19:40:20.338818+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi040 2024-04-01T19:40:21.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:21 smithi040 bash[21483]: audit 2024-04-01T19:40:20.356484+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:40:23.422 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-01T19:40:23.422 INFO:teuthology.orchestra.run.smithi040.stdout:Deploying unmanaged mgr service... 2024-04-01T19:40:24.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:23 smithi040 bash[21483]: audit 2024-04-01T19:40:22.841726+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:40:24.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:23 smithi040 bash[21483]: cephadm 2024-04-01T19:40:22.843854+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-01T19:40:24.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:23 smithi040 bash[21483]: audit 2024-04-01T19:40:22.846496+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' 2024-04-01T19:40:24.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:23 smithi040 bash[21483]: audit 2024-04-01T19:40:23.132410+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' 2024-04-01T19:40:24.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:23 smithi040 bash[21483]: audit 2024-04-01T19:40:23.670422+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' 2024-04-01T19:40:25.237 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-01T19:40:26.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:25 smithi040 bash[21483]: cluster 2024-04-01T19:40:24.559487+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:40:26.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:25 smithi040 bash[21483]: audit 2024-04-01T19:40:24.637647+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:40:26.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:25 smithi040 bash[21483]: cephadm 2024-04-01T19:40:24.639280+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-01T19:40:26.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:25 smithi040 bash[21483]: audit 2024-04-01T19:40:24.646498+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.40:0/3652172263' entity='mgr.a' 2024-04-01T19:40:27.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:27 smithi040 bash[21483]: audit 2024-04-01T19:40:26.451119+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.40:0/362580620' entity='client.admin' 2024-04-01T19:40:27.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:27 smithi040 bash[21483]: cluster 2024-04-01T19:40:26.559894+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:40:28.816 INFO:teuthology.orchestra.run.smithi040.stdout:Enabling the dashboard module... 2024-04-01T19:40:29.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:29 smithi040 bash[21483]: audit 2024-04-01T19:40:28.262331+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.40:0/335857978' entity='client.admin' 2024-04-01T19:40:29.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:29 smithi040 bash[21483]: cluster 2024-04-01T19:40:28.560288+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:40:30.587 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:30 smithi040 bash[21483]: audit 2024-04-01T19:40:30.140945+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.40:0/1815260387' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-01T19:40:30.587 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:30 smithi040 bash[21737]: ignoring --setuser ceph since I am not root 2024-04-01T19:40:30.587 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:30 smithi040 bash[21737]: ignoring --setgroup ceph since I am not root 2024-04-01T19:40:30.587 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:30 smithi040 bash[21737]: debug 2024-04-01T19:40:30.465+0000 7f1d5045d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-01T19:40:31.546 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:31 smithi040 bash[21483]: audit 2024-04-01T19:40:30.272074+0000 mon.a (mon.0) 76 : audit [INF] from='client.? 172.21.15.40:0/1815260387' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-01T19:40:31.546 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:31 smithi040 bash[21483]: cluster 2024-04-01T19:40:30.277334+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e9: a(active, since 25s) 2024-04-01T19:40:32.451 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:32 smithi040 bash[21737]: debug 2024-04-01T19:40:32.117+0000 7f1d5045d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-01T19:40:32.452 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:32 smithi040 bash[21737]: debug 2024-04-01T19:40:32.217+0000 7f1d5045d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-01T19:40:32.452 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:32 smithi040 bash[21483]: audit 2024-04-01T19:40:32.249067+0000 mon.a (mon.0) 78 : audit [DBG] from='client.? 172.21.15.40:0/3795616003' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-01T19:40:32.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:32 smithi040 bash[21737]: debug 2024-04-01T19:40:32.481+0000 7f1d5045d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-01T19:40:32.860 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout { 2024-04-01T19:40:32.860 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-01T19:40:32.860 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-01T19:40:32.861 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-01T19:40:32.861 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-01T19:40:32.861 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout } 2024-04-01T19:40:32.861 INFO:teuthology.orchestra.run.smithi040.stdout:Waiting for the mgr to restart... 2024-04-01T19:40:32.861 INFO:teuthology.orchestra.run.smithi040.stdout:Waiting for mgr epoch 9... 2024-04-01T19:40:33.579 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:33 smithi040 bash[21737]: debug 2024-04-01T19:40:33.313+0000 7f1d5045d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-01T19:40:33.579 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:33 smithi040 bash[21737]: debug 2024-04-01T19:40:33.429+0000 7f1d5045d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-01T19:40:33.579 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:33 smithi040 bash[21737]: debug 2024-04-01T19:40:33.537+0000 7f1d5045d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-01T19:40:34.329 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:33 smithi040 bash[21737]: debug 2024-04-01T19:40:33.921+0000 7f1d5045d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-01T19:40:34.329 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:34 smithi040 bash[21737]: debug 2024-04-01T19:40:34.041+0000 7f1d5045d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-01T19:40:34.329 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:34 smithi040 bash[21737]: debug 2024-04-01T19:40:34.149+0000 7f1d5045d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-01T19:40:34.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:34 smithi040 bash[21737]: debug 2024-04-01T19:40:34.521+0000 7f1d5045d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-01T19:40:34.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:34 smithi040 bash[21737]: debug 2024-04-01T19:40:34.765+0000 7f1d5045d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-01T19:40:35.329 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:35 smithi040 bash[21737]: debug 2024-04-01T19:40:35.041+0000 7f1d5045d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-01T19:40:35.329 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:35 smithi040 bash[21737]: debug 2024-04-01T19:40:35.157+0000 7f1d5045d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-01T19:40:35.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:35 smithi040 bash[21737]: debug 2024-04-01T19:40:35.445+0000 7f1d5045d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-01T19:40:36.247 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:35 smithi040 bash[21737]: debug 2024-04-01T19:40:35.869+0000 7f1d5045d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-01T19:40:36.247 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:36 smithi040 bash[21737]: debug 2024-04-01T19:40:36.117+0000 7f1d5045d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-01T19:40:36.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:36 smithi040 bash[21737]: debug 2024-04-01T19:40:36.245+0000 7f1d5045d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-01T19:40:36.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:36 smithi040 bash[21737]: debug 2024-04-01T19:40:36.505+0000 7f1d5045d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-01T19:40:37.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:37 smithi040 bash[21737]: debug 2024-04-01T19:40:37.549+0000 7f1d5045d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-01T19:40:37.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:37 smithi040 bash[21737]: debug 2024-04-01T19:40:37.673+0000 7f1d5045d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-01T19:40:38.329 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:37 smithi040 bash[21737]: debug 2024-04-01T19:40:37.977+0000 7f1d5045d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-01T19:40:38.329 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:38 smithi040 bash[21737]: debug 2024-04-01T19:40:38.097+0000 7f1d5045d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-01T19:40:38.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:38 smithi040 bash[21737]: debug 2024-04-01T19:40:38.569+0000 7f1d5045d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-01T19:40:38.829 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:38 smithi040 bash[21737]: debug 2024-04-01T19:40:38.697+0000 7f1d5045d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-01T19:40:38.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:38 smithi040 bash[21483]: cluster 2024-04-01T19:40:38.720603+0000 mon.a (mon.0) 79 : cluster [INF] Active manager daemon a restarted 2024-04-01T19:40:38.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:38 smithi040 bash[21483]: cluster 2024-04-01T19:40:38.721225+0000 mon.a (mon.0) 80 : cluster [INF] Activating manager daemon a 2024-04-01T19:40:38.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:38 smithi040 bash[21483]: cluster 2024-04-01T19:40:38.728165+0000 mon.a (mon.0) 81 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-01T19:40:38.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:38 smithi040 bash[21483]: cluster 2024-04-01T19:40:38.728440+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00741403s) 2024-04-01T19:40:38.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:38 smithi040 bash[21483]: audit 2024-04-01T19:40:38.729347+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:40:38.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:38 smithi040 bash[21483]: audit 2024-04-01T19:40:38.731695+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-01T19:40:38.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:38 smithi040 bash[21483]: audit 2024-04-01T19:40:38.732791+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-01T19:40:38.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:38 smithi040 bash[21483]: audit 2024-04-01T19:40:38.733236+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-01T19:40:38.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:38 smithi040 bash[21483]: audit 2024-04-01T19:40:38.733530+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-01T19:40:38.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:38 smithi040 bash[21483]: cluster 2024-04-01T19:40:38.756270+0000 mon.a (mon.0) 88 : cluster [INF] Manager daemon a is now available 2024-04-01T19:40:40.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:39 smithi040 bash[21483]: audit 2024-04-01T19:40:38.780201+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:40.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:39 smithi040 bash[21483]: audit 2024-04-01T19:40:38.783189+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:40:40.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:39 smithi040 bash[21483]: audit 2024-04-01T19:40:38.802112+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-01T19:40:40.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:39 smithi040 bash[21483]: audit 2024-04-01T19:40:38.804921+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-01T19:40:40.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:39 smithi040 bash[21483]: cephadm 2024-04-01T19:40:39.238243+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [01/Apr/2024:19:40:39] ENGINE Bus STARTING 2024-04-01T19:40:40.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:39 smithi040 bash[21483]: cluster 2024-04-01T19:40:39.734092+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e11: a(active, since 1.01306s) 2024-04-01T19:40:40.508 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout { 2024-04-01T19:40:40.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-01T19:40:40.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-01T19:40:40.509 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout } 2024-04-01T19:40:40.509 INFO:teuthology.orchestra.run.smithi040.stdout:mgr epoch 9 is available 2024-04-01T19:40:40.509 INFO:teuthology.orchestra.run.smithi040.stdout:Generating a dashboard self-signed certificate... 2024-04-01T19:40:40.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:40 smithi040 bash[21483]: cephadm 2024-04-01T19:40:39.340313+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [01/Apr/2024:19:40:39] ENGINE Serving on http://172.21.15.40:8765 2024-04-01T19:40:40.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:40 smithi040 bash[21483]: cephadm 2024-04-01T19:40:39.457711+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [01/Apr/2024:19:40:39] ENGINE Serving on https://172.21.15.40:7150 2024-04-01T19:40:40.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:40 smithi040 bash[21483]: cephadm 2024-04-01T19:40:39.457904+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [01/Apr/2024:19:40:39] ENGINE Bus STARTED 2024-04-01T19:40:40.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:40 smithi040 bash[21483]: audit 2024-04-01T19:40:39.732703+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-01T19:40:40.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:40 smithi040 bash[21483]: audit 2024-04-01T19:40:39.753303+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-01T19:40:42.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:41 smithi040 bash[21483]: cluster 2024-04-01T19:40:40.793247+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-01T19:40:42.672 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-01T19:40:42.672 INFO:teuthology.orchestra.run.smithi040.stdout:Creating initial admin user... 2024-04-01T19:40:43.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:43 smithi040 bash[21483]: audit 2024-04-01T19:40:41.726451+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:40:43.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:43 smithi040 bash[21483]: audit 2024-04-01T19:40:42.088587+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:43.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:43 smithi040 bash[21483]: audit 2024-04-01T19:40:42.093893+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:44.803 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$iLHcpJSACH1AMClGcCzyQ.uPIbbTYlTexOGvmqGlM2zgudej2nGqy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1712000444, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-01T19:40:44.803 INFO:teuthology.orchestra.run.smithi040.stdout:Fetching dashboard port number... 2024-04-01T19:40:45.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:45 smithi040 bash[21483]: audit 2024-04-01T19:40:43.930536+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:40:45.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:45 smithi040 bash[21483]: audit 2024-04-01T19:40:44.189525+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:46.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:46 smithi040 bash[21483]: cluster 2024-04-01T19:40:45.193521+0000 mon.a (mon.0) 98 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-01T19:40:46.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:46 smithi040 bash[21483]: audit 2024-04-01T19:40:45.557424+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:46.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:46 smithi040 bash[21483]: audit 2024-04-01T19:40:45.558619+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:40:46.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:46 smithi040 bash[21483]: audit 2024-04-01T19:40:45.563370+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:46.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:46 smithi040 bash[21483]: audit 2024-04-01T19:40:45.566530+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2024-04-01T19:40:46.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:46 smithi040 bash[21483]: audit 2024-04-01T19:40:45.568079+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]': finished 2024-04-01T19:40:46.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:46 smithi040 bash[21483]: audit 2024-04-01T19:40:45.974509+0000 mon.a (mon.0) 104 : audit [DBG] from='client.? 172.21.15.40:0/2524929757' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-01T19:40:46.616 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stdout 8443 2024-04-01T19:40:46.617 INFO:teuthology.orchestra.run.smithi040.stdout:firewalld does not appear to be present 2024-04-01T19:40:46.617 INFO:teuthology.orchestra.run.smithi040.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-01T19:40:46.618 INFO:teuthology.orchestra.run.smithi040.stdout:Ceph Dashboard is now available at: 2024-04-01T19:40:46.619 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:40:46.619 INFO:teuthology.orchestra.run.smithi040.stdout: URL: https://smithi040.front.sepia.ceph.com:8443/ 2024-04-01T19:40:46.619 INFO:teuthology.orchestra.run.smithi040.stdout: User: admin 2024-04-01T19:40:46.619 INFO:teuthology.orchestra.run.smithi040.stdout: Password: ll1udtnkug 2024-04-01T19:40:46.619 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:40:46.619 INFO:teuthology.orchestra.run.smithi040.stdout:Saving cluster configuration to /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config directory 2024-04-01T19:40:46.619 INFO:teuthology.orchestra.run.smithi040.stdout:Enabling autotune for osd_memory_target 2024-04-01T19:40:47.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:47 smithi040 bash[21483]: cephadm 2024-04-01T19:40:45.728133+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi040 on smithi040 2024-04-01T19:40:50.328 INFO:teuthology.orchestra.run.smithi040.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-01T19:40:50.328 INFO:teuthology.orchestra.run.smithi040.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-01T19:40:50.329 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:40:50.329 INFO:teuthology.orchestra.run.smithi040.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-01T19:40:50.329 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:40:50.329 INFO:teuthology.orchestra.run.smithi040.stdout:Or, if you are only running a single cluster on this host: 2024-04-01T19:40:50.329 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:40:50.329 INFO:teuthology.orchestra.run.smithi040.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-01T19:40:50.329 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:40:50.329 INFO:teuthology.orchestra.run.smithi040.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-01T19:40:50.329 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:40:50.329 INFO:teuthology.orchestra.run.smithi040.stdout: ceph telemetry on 2024-04-01T19:40:50.329 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:40:50.329 INFO:teuthology.orchestra.run.smithi040.stdout:For more information see: 2024-04-01T19:40:50.329 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:40:50.329 INFO:teuthology.orchestra.run.smithi040.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-01T19:40:50.329 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:40:50.330 INFO:teuthology.orchestra.run.smithi040.stdout:Bootstrap complete. 2024-04-01T19:40:50.391 INFO:tasks.cephadm:Fetching config... 2024-04-01T19:40:50.391 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-01T19:40:50.391 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-01T19:40:50.397 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-01T19:40:50.397 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-01T19:40:50.397 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-01T19:40:50.442 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-01T19:40:50.442 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-01T19:40:50.442 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/keyring of=/dev/stdout 2024-04-01T19:40:50.495 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-01T19:40:50.495 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-01T19:40:50.495 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-01T19:40:50.546 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-01T19:40:50.547 DEBUG:teuthology.orchestra.run.smithi040:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjYY0cWXspAsYy4dvsg0ch7lASPRsxyG+DA2rvL5Ud+URdSpNWjxN3y8tT66zGV2OWV8qoPn4Zh+Z+pdidrGIg65et3mGPL9q8gvjgwCYQUGuS5FoVAD03nWoV0JOZH39pZGJIu133MBH6P5ecthDsNCpsJBMGHICNzVBrAdYehYhuZp47x3yum+tEYLeIxtedsyltkrop6UI7NCw1JNcY8kIz2AaawiVx6Q6vIzlK/Ke+nVcE8Kr/yEvO5/rhXEc/SM2RhU0o6MQnlXpq3PiIP1ZZP+iKv1Wp83BKDO1kVhoj68nDHrElOEfcsebA2s2r1yvq3UMGUPvMpBTq9RNds4mwMpaFgCPBHBGy1lcbXRKb5xwTYlz65+AeUA3Ag5vp8rozY87UVrkNtG8aknhZNdyCuFh1iduDbbA+GuNNUCfgGUImkopH3ZninRDbJLrXh6MP2cFziogXHRGxaENJcW3rQxSZYz2BRPlzNVzmlLdh2EnxU+yz2ahmpLL4M60= ceph-59788392-f05f-11ee-b647-cb9ed24678a4' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-01T19:40:50.605 INFO:teuthology.orchestra.run.smithi040.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjYY0cWXspAsYy4dvsg0ch7lASPRsxyG+DA2rvL5Ud+URdSpNWjxN3y8tT66zGV2OWV8qoPn4Zh+Z+pdidrGIg65et3mGPL9q8gvjgwCYQUGuS5FoVAD03nWoV0JOZH39pZGJIu133MBH6P5ecthDsNCpsJBMGHICNzVBrAdYehYhuZp47x3yum+tEYLeIxtedsyltkrop6UI7NCw1JNcY8kIz2AaawiVx6Q6vIzlK/Ke+nVcE8Kr/yEvO5/rhXEc/SM2RhU0o6MQnlXpq3PiIP1ZZP+iKv1Wp83BKDO1kVhoj68nDHrElOEfcsebA2s2r1yvq3UMGUPvMpBTq9RNds4mwMpaFgCPBHBGy1lcbXRKb5xwTYlz65+AeUA3Ag5vp8rozY87UVrkNtG8aknhZNdyCuFh1iduDbbA+GuNNUCfgGUImkopH3ZninRDbJLrXh6MP2cFziogXHRGxaENJcW3rQxSZYz2BRPlzNVzmlLdh2EnxU+yz2ahmpLL4M60= ceph-59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:40:50.606 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:50 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:40:50.606 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:50 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:40:50.613 DEBUG:teuthology.orchestra.run.smithi046:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjYY0cWXspAsYy4dvsg0ch7lASPRsxyG+DA2rvL5Ud+URdSpNWjxN3y8tT66zGV2OWV8qoPn4Zh+Z+pdidrGIg65et3mGPL9q8gvjgwCYQUGuS5FoVAD03nWoV0JOZH39pZGJIu133MBH6P5ecthDsNCpsJBMGHICNzVBrAdYehYhuZp47x3yum+tEYLeIxtedsyltkrop6UI7NCw1JNcY8kIz2AaawiVx6Q6vIzlK/Ke+nVcE8Kr/yEvO5/rhXEc/SM2RhU0o6MQnlXpq3PiIP1ZZP+iKv1Wp83BKDO1kVhoj68nDHrElOEfcsebA2s2r1yvq3UMGUPvMpBTq9RNds4mwMpaFgCPBHBGy1lcbXRKb5xwTYlz65+AeUA3Ag5vp8rozY87UVrkNtG8aknhZNdyCuFh1iduDbbA+GuNNUCfgGUImkopH3ZninRDbJLrXh6MP2cFziogXHRGxaENJcW3rQxSZYz2BRPlzNVzmlLdh2EnxU+yz2ahmpLL4M60= ceph-59788392-f05f-11ee-b647-cb9ed24678a4' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-01T19:40:50.639 INFO:teuthology.orchestra.run.smithi046.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjYY0cWXspAsYy4dvsg0ch7lASPRsxyG+DA2rvL5Ud+URdSpNWjxN3y8tT66zGV2OWV8qoPn4Zh+Z+pdidrGIg65et3mGPL9q8gvjgwCYQUGuS5FoVAD03nWoV0JOZH39pZGJIu133MBH6P5ecthDsNCpsJBMGHICNzVBrAdYehYhuZp47x3yum+tEYLeIxtedsyltkrop6UI7NCw1JNcY8kIz2AaawiVx6Q6vIzlK/Ke+nVcE8Kr/yEvO5/rhXEc/SM2RhU0o6MQnlXpq3PiIP1ZZP+iKv1Wp83BKDO1kVhoj68nDHrElOEfcsebA2s2r1yvq3UMGUPvMpBTq9RNds4mwMpaFgCPBHBGy1lcbXRKb5xwTYlz65+AeUA3Ag5vp8rozY87UVrkNtG8aknhZNdyCuFh1iduDbbA+GuNNUCfgGUImkopH3ZninRDbJLrXh6MP2cFziogXHRGxaENJcW3rQxSZYz2BRPlzNVzmlLdh2EnxU+yz2ahmpLL4M60= ceph-59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:40:50.648 DEBUG:teuthology.orchestra.run.smithi063:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjYY0cWXspAsYy4dvsg0ch7lASPRsxyG+DA2rvL5Ud+URdSpNWjxN3y8tT66zGV2OWV8qoPn4Zh+Z+pdidrGIg65et3mGPL9q8gvjgwCYQUGuS5FoVAD03nWoV0JOZH39pZGJIu133MBH6P5ecthDsNCpsJBMGHICNzVBrAdYehYhuZp47x3yum+tEYLeIxtedsyltkrop6UI7NCw1JNcY8kIz2AaawiVx6Q6vIzlK/Ke+nVcE8Kr/yEvO5/rhXEc/SM2RhU0o6MQnlXpq3PiIP1ZZP+iKv1Wp83BKDO1kVhoj68nDHrElOEfcsebA2s2r1yvq3UMGUPvMpBTq9RNds4mwMpaFgCPBHBGy1lcbXRKb5xwTYlz65+AeUA3Ag5vp8rozY87UVrkNtG8aknhZNdyCuFh1iduDbbA+GuNNUCfgGUImkopH3ZninRDbJLrXh6MP2cFziogXHRGxaENJcW3rQxSZYz2BRPlzNVzmlLdh2EnxU+yz2ahmpLL4M60= ceph-59788392-f05f-11ee-b647-cb9ed24678a4' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-01T19:40:50.673 INFO:teuthology.orchestra.run.smithi063.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDjYY0cWXspAsYy4dvsg0ch7lASPRsxyG+DA2rvL5Ud+URdSpNWjxN3y8tT66zGV2OWV8qoPn4Zh+Z+pdidrGIg65et3mGPL9q8gvjgwCYQUGuS5FoVAD03nWoV0JOZH39pZGJIu133MBH6P5ecthDsNCpsJBMGHICNzVBrAdYehYhuZp47x3yum+tEYLeIxtedsyltkrop6UI7NCw1JNcY8kIz2AaawiVx6Q6vIzlK/Ke+nVcE8Kr/yEvO5/rhXEc/SM2RhU0o6MQnlXpq3PiIP1ZZP+iKv1Wp83BKDO1kVhoj68nDHrElOEfcsebA2s2r1yvq3UMGUPvMpBTq9RNds4mwMpaFgCPBHBGy1lcbXRKb5xwTYlz65+AeUA3Ag5vp8rozY87UVrkNtG8aknhZNdyCuFh1iduDbbA+GuNNUCfgGUImkopH3ZninRDbJLrXh6MP2cFziogXHRGxaENJcW3rQxSZYz2BRPlzNVzmlLdh2EnxU+yz2ahmpLL4M60= ceph-59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:40:50.683 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-01T19:40:51.079 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:40:50 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:40:51.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:50 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:40:51.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:50 smithi040 bash[21483]: audit 2024-04-01T19:40:49.818879+0000 mon.a (mon.0) 105 : audit [INF] from='client.? 172.21.15.40:0/4164901809' entity='client.admin' 2024-04-01T19:40:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:51 smithi040 bash[21483]: audit 2024-04-01T19:40:50.852645+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:52.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:51 smithi040 bash[21483]: audit 2024-04-01T19:40:50.857732+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:52.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:51 smithi040 bash[21483]: audit 2024-04-01T19:40:50.860837+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:52.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:51 smithi040 bash[21483]: audit 2024-04-01T19:40:50.893615+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:40:52.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:51 smithi040 bash[21483]: audit 2024-04-01T19:40:50.897445+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:52.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:51 smithi040 bash[21483]: audit 2024-04-01T19:40:50.899391+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:52.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:51 smithi040 bash[21483]: audit 2024-04-01T19:40:50.902136+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:52.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:51 smithi040 bash[21483]: audit 2024-04-01T19:40:50.903855+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:52.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:51 smithi040 bash[21483]: audit 2024-04-01T19:40:50.906550+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:52.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:51 smithi040 bash[21483]: audit 2024-04-01T19:40:50.940087+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:40:52.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:51 smithi040 bash[21483]: audit 2024-04-01T19:40:50.944410+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:52.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:51 smithi040 bash[21483]: audit 2024-04-01T19:40:51.316954+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:55.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:54 smithi040 bash[21483]: audit 2024-04-01T19:40:53.803756+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:55.390 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:40:57.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:56 smithi040 bash[21483]: audit 2024-04-01T19:40:55.932692+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:57.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:56 smithi040 bash[21483]: audit 2024-04-01T19:40:55.936678+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:40:58.591 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-01T19:40:58.591 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-01T19:40:59.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:59 smithi040 bash[21483]: audit 2024-04-01T19:40:58.054865+0000 mon.a (mon.0) 121 : audit [INF] from='client.? 172.21.15.40:0/2593275666' entity='client.admin' 2024-04-01T19:40:59.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:59 smithi040 bash[21483]: audit 2024-04-01T19:40:58.109532+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:40:59.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:40:59 smithi040 bash[21483]: audit 2024-04-01T19:40:58.113685+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:00 smithi040 bash[21483]: cluster 2024-04-01T19:40:58.734510+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:02.432 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:02 smithi040 bash[21483]: cluster 2024-04-01T19:41:00.734857+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:03.417 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:41:04.415 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:04 smithi040 bash[21483]: cluster 2024-04-01T19:41:02.735387+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:04.415 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:04 smithi040 bash[21483]: audit 2024-04-01T19:41:03.113264+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:04.415 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:04 smithi040 bash[21483]: audit 2024-04-01T19:41:03.123543+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:06.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:06 smithi040 bash[21483]: cluster 2024-04-01T19:41:04.735964+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:06.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:06 smithi040 bash[21483]: audit 2024-04-01T19:41:05.894193+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:06.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:06 smithi040 bash[21483]: audit 2024-04-01T19:41:05.914442+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:41:06.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:06 smithi040 bash[21483]: audit 2024-04-01T19:41:05.916738+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:41:06.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:06 smithi040 bash[21483]: audit 2024-04-01T19:41:05.917666+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:41:06.520 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi046 2024-04-01T19:41:06.520 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-01T19:41:06.520 DEBUG:teuthology.orchestra.run.smithi046:> dd of=/etc/ceph/ceph.conf 2024-04-01T19:41:06.526 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-01T19:41:06.526 DEBUG:teuthology.orchestra.run.smithi046:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:41:06.574 INFO:tasks.cephadm:Adding host smithi046 to orchestrator... 2024-04-01T19:41:06.574 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph orch host add smithi046 2024-04-01T19:41:07.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:07 smithi040 bash[21483]: audit 2024-04-01T19:41:05.889111+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:41:07.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:07 smithi040 bash[21483]: cephadm 2024-04-01T19:41:05.918913+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-01T19:41:07.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:07 smithi040 bash[21483]: cephadm 2024-04-01T19:41:06.033507+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi040:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:41:07.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:07 smithi040 bash[21483]: cephadm 2024-04-01T19:41:06.147921+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:41:07.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:07 smithi040 bash[21483]: cephadm 2024-04-01T19:41:06.312228+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi040:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-01T19:41:07.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:07 smithi040 bash[21483]: audit 2024-04-01T19:41:06.483676+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:07.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:07 smithi040 bash[21483]: audit 2024-04-01T19:41:06.492353+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:07.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:07 smithi040 bash[21483]: audit 2024-04-01T19:41:06.500920+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:08.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:08 smithi040 bash[21483]: cluster 2024-04-01T19:41:06.736488+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:10.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:10 smithi040 bash[21483]: cluster 2024-04-01T19:41:08.736947+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:11.289 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:41:12.412 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:12 smithi040 bash[21483]: cluster 2024-04-01T19:41:10.737429+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:14.519 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:14 smithi040 bash[21483]: cluster 2024-04-01T19:41:12.737921+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:16.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:15 smithi040 bash[21483]: audit 2024-04-01T19:41:14.631043+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi046", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:41:16.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:15 smithi040 bash[21483]: audit 2024-04-01T19:41:14.644704+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:16.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:15 smithi040 bash[21483]: audit 2024-04-01T19:41:14.647482+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:16.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:15 smithi040 bash[21483]: audit 2024-04-01T19:41:14.651375+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:16.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:15 smithi040 bash[21483]: cluster 2024-04-01T19:41:14.738377+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:16.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:15 smithi040 bash[21483]: cephadm 2024-04-01T19:41:15.248181+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi046 2024-04-01T19:41:18.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:17 smithi040 bash[21483]: cluster 2024-04-01T19:41:16.738742+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:20.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:19 smithi040 bash[21483]: cluster 2024-04-01T19:41:18.739115+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:20.640 INFO:teuthology.orchestra.run.smithi040.stdout:Added host 'smithi046' with addr '172.21.15.46' 2024-04-01T19:41:21.289 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph orch host ls --format=json 2024-04-01T19:41:22.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:21 smithi040 bash[21483]: audit 2024-04-01T19:41:20.642217+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:22.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:21 smithi040 bash[21483]: cephadm 2024-04-01T19:41:20.643211+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi046 2024-04-01T19:41:22.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:21 smithi040 bash[21483]: audit 2024-04-01T19:41:20.673230+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:41:22.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:21 smithi040 bash[21483]: cluster 2024-04-01T19:41:20.739533+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:22.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:21 smithi040 bash[21483]: audit 2024-04-01T19:41:21.147718+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:24.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:23 smithi040 bash[21483]: audit 2024-04-01T19:41:22.673491+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:24.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:23 smithi040 bash[21483]: audit 2024-04-01T19:41:22.679840+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:24.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:23 smithi040 bash[21483]: audit 2024-04-01T19:41:22.681352+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:41:24.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:23 smithi040 bash[21483]: audit 2024-04-01T19:41:22.683398+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:41:24.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:23 smithi040 bash[21483]: audit 2024-04-01T19:41:22.685238+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:41:24.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:23 smithi040 bash[21483]: cephadm 2024-04-01T19:41:22.687930+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-01T19:41:24.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:23 smithi040 bash[21483]: cluster 2024-04-01T19:41:22.739863+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:24.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:23 smithi040 bash[21483]: cephadm 2024-04-01T19:41:22.904106+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:41:24.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:23 smithi040 bash[21483]: cephadm 2024-04-01T19:41:23.119490+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:41:24.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:23 smithi040 bash[21483]: cephadm 2024-04-01T19:41:23.334690+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-01T19:41:24.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:23 smithi040 bash[21483]: audit 2024-04-01T19:41:23.557006+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:24.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:23 smithi040 bash[21483]: audit 2024-04-01T19:41:23.563629+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:24.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:23 smithi040 bash[21483]: audit 2024-04-01T19:41:23.567164+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi046", "caps": []}]: dispatch 2024-04-01T19:41:24.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:23 smithi040 bash[21483]: audit 2024-04-01T19:41:23.569309+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi046", "caps": []}]': finished 2024-04-01T19:41:26.005 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:41:26.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:25 smithi040 bash[21483]: cephadm 2024-04-01T19:41:24.668208+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi046 on smithi046 2024-04-01T19:41:26.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:25 smithi040 bash[21483]: cluster 2024-04-01T19:41:24.740269+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:26.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:25 smithi040 bash[21483]: audit 2024-04-01T19:41:25.623223+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:26.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:25 smithi040 bash[21483]: audit 2024-04-01T19:41:25.640089+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:26.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:25 smithi040 bash[21483]: audit 2024-04-01T19:41:25.646165+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:26.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:25 smithi040 bash[21483]: audit 2024-04-01T19:41:25.714007+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:41:26.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:25 smithi040 bash[21483]: audit 2024-04-01T19:41:25.718792+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:41:26.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:25 smithi040 bash[21483]: audit 2024-04-01T19:41:25.720334+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:41:26.080 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:25 smithi040 bash[21483]: audit 2024-04-01T19:41:25.729197+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:27.043 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:26 smithi040 bash[21483]: audit 2024-04-01T19:41:25.799760+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:41:27.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:26 smithi040 bash[21483]: audit 2024-04-01T19:41:25.804213+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:41:27.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:26 smithi040 bash[21483]: audit 2024-04-01T19:41:25.805984+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:41:27.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:26 smithi040 bash[21483]: audit 2024-04-01T19:41:25.813644+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:27.044 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:26 smithi040 bash[21483]: audit 2024-04-01T19:41:26.083653+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:28.492 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:41:28.492 INFO:teuthology.orchestra.run.smithi040.stdout:[{"addr": "172.21.15.40", "hostname": "smithi040", "labels": [], "status": ""}, {"addr": "172.21.15.46", "hostname": "smithi046", "labels": [], "status": ""}] 2024-04-01T19:41:28.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:28 smithi040 bash[21483]: cluster 2024-04-01T19:41:26.740602+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:28.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:28 smithi040 bash[21483]: audit 2024-04-01T19:41:27.177882+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:28.506 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:28 smithi040 bash[21483]: audit 2024-04-01T19:41:27.185691+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:29.314 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi063 2024-04-01T19:41:29.314 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-01T19:41:29.314 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/etc/ceph/ceph.conf 2024-04-01T19:41:29.321 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-01T19:41:29.321 DEBUG:teuthology.orchestra.run.smithi063:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:41:29.366 INFO:tasks.cephadm:Adding host smithi063 to orchestrator... 2024-04-01T19:41:29.366 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph orch host add smithi063 2024-04-01T19:41:30.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:29 smithi040 bash[21483]: audit 2024-04-01T19:41:28.494874+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:41:30.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:29 smithi040 bash[21483]: cluster 2024-04-01T19:41:28.740908+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:30.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:29 smithi040 bash[21483]: audit 2024-04-01T19:41:28.813609+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:32.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:31 smithi040 bash[21483]: cluster 2024-04-01T19:41:30.741246+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:33.078 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:41:34.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:33 smithi040 bash[21483]: cluster 2024-04-01T19:41:32.741662+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:36.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:35 smithi040 bash[21483]: cluster 2024-04-01T19:41:34.742051+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:36.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:35 smithi040 bash[21483]: audit 2024-04-01T19:41:34.841463+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:36.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:35 smithi040 bash[21483]: audit 2024-04-01T19:41:34.848122+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:36.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:35 smithi040 bash[21483]: audit 2024-04-01T19:41:34.856392+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:37.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:36 smithi040 bash[21483]: audit 2024-04-01T19:41:35.363004+0000 mgr.a (mgr.14152) 43 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi063", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:41:37.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:36 smithi040 bash[21483]: cephadm 2024-04-01T19:41:36.093559+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi063 2024-04-01T19:41:38.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:37 smithi040 bash[21483]: cluster 2024-04-01T19:41:36.742467+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:40.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:39 smithi040 bash[21483]: cluster 2024-04-01T19:41:38.742848+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:41.565 INFO:teuthology.orchestra.run.smithi040.stdout:Added host 'smithi063' with addr '172.21.15.63' 2024-04-01T19:41:41.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:41 smithi040 bash[21483]: audit 2024-04-01T19:41:40.220930+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:41.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:41 smithi040 bash[21483]: audit 2024-04-01T19:41:40.228836+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:42.172 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph orch host ls --format=json 2024-04-01T19:41:42.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:42 smithi040 bash[21483]: cluster 2024-04-01T19:41:40.743257+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:42.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:42 smithi040 bash[21483]: audit 2024-04-01T19:41:41.567088+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:42.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:42 smithi040 bash[21483]: audit 2024-04-01T19:41:41.601111+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:41:42.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:42 smithi040 bash[21483]: audit 2024-04-01T19:41:42.124836+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:43.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:43 smithi040 bash[21483]: cephadm 2024-04-01T19:41:41.567943+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Added host smithi063 2024-04-01T19:41:44.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:44 smithi040 bash[21483]: cluster 2024-04-01T19:41:42.743735+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:44.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:44 smithi040 bash[21483]: audit 2024-04-01T19:41:43.651571+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:44.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:44 smithi040 bash[21483]: audit 2024-04-01T19:41:43.659789+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:44.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:44 smithi040 bash[21483]: audit 2024-04-01T19:41:43.661280+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:41:44.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:44 smithi040 bash[21483]: audit 2024-04-01T19:41:43.663314+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:41:44.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:44 smithi040 bash[21483]: audit 2024-04-01T19:41:43.665124+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:41:45.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:45 smithi040 bash[21483]: cephadm 2024-04-01T19:41:43.668094+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-01T19:41:45.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:45 smithi040 bash[21483]: cephadm 2024-04-01T19:41:43.884819+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:41:45.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:45 smithi040 bash[21483]: audit 2024-04-01T19:41:44.708224+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:45.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:45 smithi040 bash[21483]: audit 2024-04-01T19:41:44.716404+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:45.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:45 smithi040 bash[21483]: audit 2024-04-01T19:41:44.719846+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]: dispatch 2024-04-01T19:41:45.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:45 smithi040 bash[21483]: audit 2024-04-01T19:41:44.723761+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]': finished 2024-04-01T19:41:46.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:46 smithi040 bash[21483]: cephadm 2024-04-01T19:41:44.368730+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:41:46.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:46 smithi040 bash[21483]: cephadm 2024-04-01T19:41:44.534616+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-01T19:41:46.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:46 smithi040 bash[21483]: cluster 2024-04-01T19:41:44.744174+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:46.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:46 smithi040 bash[21483]: cephadm 2024-04-01T19:41:44.977967+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon agent.smithi063 on smithi063 2024-04-01T19:41:46.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:46 smithi040 bash[21483]: audit 2024-04-01T19:41:45.867876+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:46.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:46 smithi040 bash[21483]: audit 2024-04-01T19:41:45.905038+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:46.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:46 smithi040 bash[21483]: audit 2024-04-01T19:41:45.912962+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:46.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:46 smithi040 bash[21483]: audit 2024-04-01T19:41:46.013609+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:41:46.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:46 smithi040 bash[21483]: audit 2024-04-01T19:41:46.019489+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:41:46.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:46 smithi040 bash[21483]: audit 2024-04-01T19:41:46.021320+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:41:46.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:46 smithi040 bash[21483]: audit 2024-04-01T19:41:46.032758+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:46.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:46 smithi040 bash[21483]: audit 2024-04-01T19:41:46.135124+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:41:46.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:46 smithi040 bash[21483]: audit 2024-04-01T19:41:46.138188+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:41:46.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:46 smithi040 bash[21483]: audit 2024-04-01T19:41:46.139174+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:41:46.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:46 smithi040 bash[21483]: audit 2024-04-01T19:41:46.146875+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:46.872 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:41:47.581 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:47 smithi040 bash[21483]: audit 2024-04-01T19:41:46.328704+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:47.582 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:47 smithi040 bash[21483]: audit 2024-04-01T19:41:46.742482+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:47.582 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:47 smithi040 bash[21483]: audit 2024-04-01T19:41:46.751130+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:47.582 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:47 smithi040 bash[21483]: audit 2024-04-01T19:41:46.761552+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:48.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:48 smithi040 bash[21483]: cluster 2024-04-01T19:41:46.744558+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:48.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:48 smithi040 bash[21483]: audit 2024-04-01T19:41:47.400142+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:48.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:48 smithi040 bash[21483]: audit 2024-04-01T19:41:47.408454+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:50.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:49 smithi040 bash[21483]: cluster 2024-04-01T19:41:48.744962+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:50.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:49 smithi040 bash[21483]: audit 2024-04-01T19:41:48.824210+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:50.341 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:41:50.341 INFO:teuthology.orchestra.run.smithi040.stdout:[{"addr": "172.21.15.40", "hostname": "smithi040", "labels": [], "status": ""}, {"addr": "172.21.15.46", "hostname": "smithi046", "labels": [], "status": ""}, {"addr": "172.21.15.63", "hostname": "smithi063", "labels": [], "status": ""}] 2024-04-01T19:41:51.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:50 smithi040 bash[21483]: audit 2024-04-01T19:41:50.344006+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:41:51.153 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-01T19:41:51.153 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph osd crush tunables default 2024-04-01T19:41:52.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:51 smithi040 bash[21483]: cluster 2024-04-01T19:41:50.745380+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:54.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:53 smithi040 bash[21483]: cluster 2024-04-01T19:41:52.745800+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:55.669 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:41:56.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:56 smithi040 bash[21483]: cluster 2024-04-01T19:41:54.746185+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:56.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:56 smithi040 bash[21483]: audit 2024-04-01T19:41:55.019762+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:56.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:56 smithi040 bash[21483]: audit 2024-04-01T19:41:55.026240+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:56.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:56 smithi040 bash[21483]: audit 2024-04-01T19:41:55.031280+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:41:58.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:58 smithi040 bash[21483]: cluster 2024-04-01T19:41:56.746724+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:41:59.024 INFO:teuthology.orchestra.run.smithi040.stderr:adjusted tunables profile to default 2024-04-01T19:41:59.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:41:59 smithi040 bash[21483]: audit 2024-04-01T19:41:58.054012+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.40:0/407562141' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-01T19:41:59.666 INFO:tasks.cephadm:Adding mon.a on smithi040 2024-04-01T19:41:59.666 INFO:tasks.cephadm:Adding mon.b on smithi046 2024-04-01T19:41:59.667 INFO:tasks.cephadm:Adding mon.c on smithi063 2024-04-01T19:41:59.667 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph orch apply mon '3;smithi040:172.21.15.40=a;smithi046:172.21.15.46=b;smithi063:172.21.15.63=c' 2024-04-01T19:42:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:00 smithi040 bash[21483]: cluster 2024-04-01T19:41:58.747223+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:00 smithi040 bash[21483]: audit 2024-04-01T19:41:59.020675+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.40:0/407562141' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-01T19:42:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:00 smithi040 bash[21483]: cluster 2024-04-01T19:41:59.024150+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-01T19:42:01.164 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:01.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:01 smithi040 bash[21483]: audit 2024-04-01T19:42:00.318324+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:01.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:01 smithi040 bash[21483]: audit 2024-04-01T19:42:00.326399+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:02.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:02 smithi040 bash[21483]: cluster 2024-04-01T19:42:00.747620+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:03.597 INFO:teuthology.orchestra.run.smithi063.stdout:Scheduled mon update... 2024-04-01T19:42:04.168 DEBUG:teuthology.orchestra.run.smithi046:mon.b> sudo journalctl -f -n 0 -u ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mon.b.service 2024-04-01T19:42:04.171 DEBUG:teuthology.orchestra.run.smithi063:mon.c> sudo journalctl -f -n 0 -u ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mon.c.service 2024-04-01T19:42:04.173 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-01T19:42:04.173 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph mon dump -f json 2024-04-01T19:42:04.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:04 smithi040 bash[21483]: cluster 2024-04-01T19:42:02.748087+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:04.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:04 smithi040 bash[21483]: audit 2024-04-01T19:42:03.599851+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:04.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:04 smithi040 bash[21483]: audit 2024-04-01T19:42:03.608375+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:04.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:04 smithi040 bash[21483]: audit 2024-04-01T19:42:03.614440+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:04.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:04 smithi040 bash[21483]: audit 2024-04-01T19:42:03.616600+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:04.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:04 smithi040 bash[21483]: audit 2024-04-01T19:42:03.625752+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:04.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:04 smithi040 bash[21483]: audit 2024-04-01T19:42:03.630953+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-01T19:42:04.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:04 smithi040 bash[21483]: audit 2024-04-01T19:42:03.632735+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:05.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:05 smithi040 bash[21483]: audit 2024-04-01T19:42:03.588764+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi040:172.21.15.40=a;smithi046:172.21.15.46=b;smithi063:172.21.15.63=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:42:05.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:05 smithi040 bash[21483]: cephadm 2024-04-01T19:42:03.594463+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi040:172.21.15.40=a;smithi046:172.21.15.46=b;smithi063:172.21.15.63=c;count:3 2024-04-01T19:42:05.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:05 smithi040 bash[21483]: cephadm 2024-04-01T19:42:03.634800+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi063 2024-04-01T19:42:05.898 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:06.810 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:06 smithi040 bash[21483]: cluster 2024-04-01T19:42:04.748561+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:08.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:07 smithi040 bash[21483]: cluster 2024-04-01T19:42:06.748982+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:08.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:07 smithi040 bash[21483]: audit 2024-04-01T19:42:06.973460+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:08.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:07 smithi040 bash[21483]: audit 2024-04-01T19:42:06.981570+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:08.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:07 smithi040 bash[21483]: audit 2024-04-01T19:42:06.991897+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:09.963 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:09 smithi040 bash[21483]: audit 2024-04-01T19:42:08.674151+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:09.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:09 smithi040 bash[21483]: audit 2024-04-01T19:42:08.679975+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:09.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:09 smithi040 bash[21483]: audit 2024-04-01T19:42:08.719355+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:09.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:09 smithi040 bash[21483]: audit 2024-04-01T19:42:08.720829+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-01T19:42:09.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:09 smithi040 bash[21483]: audit 2024-04-01T19:42:08.722544+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:09.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:09 smithi040 bash[21483]: cephadm 2024-04-01T19:42:08.724577+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.b on smithi046 2024-04-01T19:42:09.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:09 smithi040 bash[21483]: cluster 2024-04-01T19:42:08.749359+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:10.902 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-01T19:42:10.902 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":1,"fsid":"59788392-f05f-11ee-b647-cb9ed24678a4","modified":"2024-04-01T19:39:28.696938Z","created":"2024-04-01T19:39:28.696938Z","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.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-01T19:42:10.904 INFO:teuthology.orchestra.run.smithi063.stderr:dumped monmap epoch 1 2024-04-01T19:42:11.085 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:18.739115+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.085 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:20.642217+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.085 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cephadm 2024-04-01T19:41:20.643211+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi046 2024-04-01T19:42:11.085 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:20.673230+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:11.085 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:20.739533+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.085 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:21.147718+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.085 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:22.673491+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.094 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:22.679840+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.094 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:22.681352+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:42:11.094 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:22.683398+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:11.094 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:22.685238+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:11.094 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cephadm 2024-04-01T19:41:22.687930+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-01T19:42:11.094 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:22.739863+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.094 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cephadm 2024-04-01T19:41:22.904106+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:11.094 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cephadm 2024-04-01T19:41:23.119490+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:42:11.094 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cephadm 2024-04-01T19:41:23.334690+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-01T19:42:11.095 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:23.557006+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.095 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:23.563629+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.095 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:23.567164+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi046", "caps": []}]: dispatch 2024-04-01T19:42:11.095 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:23.569309+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi046", "caps": []}]': finished 2024-04-01T19:42:11.095 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cephadm 2024-04-01T19:41:24.668208+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi046 on smithi046 2024-04-01T19:42:11.095 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:24.740269+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.095 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:25.623223+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.095 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:25.640089+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.095 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:25.646165+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.095 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:25.714007+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:11.095 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:25.718792+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:11.096 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:25.720334+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:11.096 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:25.729197+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.096 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:25.799760+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:11.096 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:25.804213+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:11.097 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:25.805984+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:11.097 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:25.813644+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.097 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:26.083653+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.097 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:26.740602+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.097 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:27.177882+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.097 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:27.185691+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.097 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:28.494874+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:42:11.097 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:28.740908+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.097 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:28.813609+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.097 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:30.741246+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.097 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:32.741662+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.097 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:34.742051+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.098 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:34.841463+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.098 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:34.848122+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.098 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:34.856392+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.098 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:35.363004+0000 mgr.a (mgr.14152) 43 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi063", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:42:11.098 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cephadm 2024-04-01T19:41:36.093559+0000 mgr.a (mgr.14152) 44 : cephadm [INF] Deploying cephadm binary to smithi063 2024-04-01T19:42:11.098 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:36.742467+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.098 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:38.742848+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.098 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:40.220930+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.098 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:40.228836+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.098 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:40.743257+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.098 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:41.567088+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.098 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:41.601111+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:11.098 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:42.124836+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.098 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cephadm 2024-04-01T19:41:41.567943+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Added host smithi063 2024-04-01T19:42:11.099 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:42.743735+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.099 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:43.651571+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.099 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:43.659789+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.099 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:43.661280+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:42:11.099 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:43.663314+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:11.099 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:43.665124+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:11.099 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cephadm 2024-04-01T19:41:43.668094+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-01T19:42:11.099 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cephadm 2024-04-01T19:41:43.884819+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:11.099 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:44.708224+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.099 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:44.716404+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.099 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:44.719846+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]: dispatch 2024-04-01T19:42:11.099 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:44.723761+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]': finished 2024-04-01T19:42:11.099 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cephadm 2024-04-01T19:41:44.368730+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:42:11.099 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cephadm 2024-04-01T19:41:44.534616+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-01T19:42:11.099 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:44.744174+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.100 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cephadm 2024-04-01T19:41:44.977967+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Deploying daemon agent.smithi063 on smithi063 2024-04-01T19:42:11.100 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:45.867876+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.100 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:45.905038+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.100 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:45.912962+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.100 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:46.013609+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:11.100 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:46.019489+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:11.100 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:46.021320+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:11.100 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:46.032758+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.100 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:46.135124+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:11.100 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:46.138188+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:11.100 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:46.139174+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:11.100 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:46.146875+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.100 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:46.328704+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.100 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:46.742482+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.101 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:46.751130+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.101 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:46.761552+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.101 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:46.744558+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.101 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:47.400142+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.101 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:47.408454+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.101 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:48.744962+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.101 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:48.824210+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.101 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:50.344006+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:42:11.101 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:50.745380+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.102 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:52.745800+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.102 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:54.746185+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.102 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:55.019762+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.102 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:55.026240+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.102 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:55.031280+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.102 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:56.746724+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.102 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:58.054012+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.40:0/407562141' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-01T19:42:11.102 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:58.747223+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.102 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:41:59.020675+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.40:0/407562141' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-01T19:42:11.102 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:41:59.024150+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-01T19:42:11.102 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:00.318324+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.102 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:00.326399+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.102 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:42:00.747620+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.103 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:42:02.748087+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.103 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:03.599851+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.103 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:03.608375+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:11.103 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:03.614440+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:11.103 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:03.616600+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:11.103 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:03.625752+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.103 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:03.630953+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-01T19:42:11.103 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:03.632735+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:11.103 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:03.588764+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi040:172.21.15.40=a;smithi046:172.21.15.46=b;smithi063:172.21.15.63=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:42:11.103 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cephadm 2024-04-01T19:42:03.594463+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi040:172.21.15.40=a;smithi046:172.21.15.46=b;smithi063:172.21.15.63=c;count:3 2024-04-01T19:42:11.103 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cephadm 2024-04-01T19:42:03.634800+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi063 2024-04-01T19:42:11.103 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:42:04.748561+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.103 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:42:06.748982+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.103 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:06.973460+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.103 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:06.981570+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.103 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:06.991897+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.104 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:08.674151+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.104 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:08.679975+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.104 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:08.719355+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:11.104 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:08.720829+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-01T19:42:11.104 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: audit 2024-04-01T19:42:08.722544+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:11.104 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cephadm 2024-04-01T19:42:08.724577+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.b on smithi046 2024-04-01T19:42:11.104 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: cluster 2024-04-01T19:42:08.749359+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:11.104 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:11 smithi063 bash[22079]: debug 2024-04-01T19:42:10.938+0000 7f4d0ad70700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-01T19:42:13.615 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-01T19:42:13.616 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph mon dump -f json 2024-04-01T19:42:14.276 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:46.013609+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:14.276 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:46.019489+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:14.276 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:46.021320+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:14.276 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:46.032758+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.276 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:46.135124+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:14.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:46.138188+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:14.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:46.139174+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:14.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:46.146875+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:46.328704+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:46.742482+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:46.751130+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:46.761552+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: cluster 2024-04-01T19:41:46.744558+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:14.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:47.400142+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:47.408454+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: cluster 2024-04-01T19:41:48.744962+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:14.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:48.824210+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:50.344006+0000 mgr.a (mgr.14152) 58 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:42:14.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: cluster 2024-04-01T19:41:50.745380+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:14.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: cluster 2024-04-01T19:41:52.745800+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:14.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: cluster 2024-04-01T19:41:54.746185+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:14.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:55.019762+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:55.026240+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:55.031280+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: cluster 2024-04-01T19:41:56.746724+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:14.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:58.054012+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.40:0/407562141' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-01T19:42:14.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: cluster 2024-04-01T19:41:58.747223+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:14.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:41:59.020675+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.40:0/407562141' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-01T19:42:14.562 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: cluster 2024-04-01T19:41:59.024150+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-01T19:42:14.562 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:00.318324+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.562 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:00.326399+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.562 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: cluster 2024-04-01T19:42:00.747620+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:14.562 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: cluster 2024-04-01T19:42:02.748087+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:14.562 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:03.599851+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.562 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:03.608375+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:14.562 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:03.614440+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:14.562 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:03.616600+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:14.562 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:03.625752+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.562 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:03.630953+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-01T19:42:14.562 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:03.632735+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:14.563 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:03.588764+0000 mgr.a (mgr.14152) 66 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi040:172.21.15.40=a;smithi046:172.21.15.46=b;smithi063:172.21.15.63=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:42:14.563 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: cephadm 2024-04-01T19:42:03.594463+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Saving service mon spec with placement smithi040:172.21.15.40=a;smithi046:172.21.15.46=b;smithi063:172.21.15.63=c;count:3 2024-04-01T19:42:14.563 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: cephadm 2024-04-01T19:42:03.634800+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Deploying daemon mon.c on smithi063 2024-04-01T19:42:14.563 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: cluster 2024-04-01T19:42:04.748561+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:14.563 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: cluster 2024-04-01T19:42:06.748982+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:14.563 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:06.973460+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.563 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:06.981570+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.563 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:06.991897+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.563 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:08.674151+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.563 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:08.679975+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.563 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:08.719355+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:14.563 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:08.720829+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-01T19:42:14.563 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: audit 2024-04-01T19:42:08.722544+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:14.563 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: cephadm 2024-04-01T19:42:08.724577+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Deploying daemon mon.b on smithi046 2024-04-01T19:42:14.564 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: cluster 2024-04-01T19:42:08.749359+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:14.564 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:14 smithi046 bash[22057]: debug 2024-04-01T19:42:14.270+0000 7f69f638c700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-01T19:42:16.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:10.749747+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:16.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: audit 2024-04-01T19:42:10.957854+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:42:16.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:10.958271+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-01T19:42:16.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: audit 2024-04-01T19:42:10.979564+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: audit 2024-04-01T19:42:11.950857+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:12.750148+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:16.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: audit 2024-04-01T19:42:12.950786+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:12.951762+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-01T19:42:16.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: audit 2024-04-01T19:42:13.950510+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: audit 2024-04-01T19:42:14.279802+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:16.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:14.750570+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:16.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: audit 2024-04-01T19:42:14.950981+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: audit 2024-04-01T19:42:15.280819+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:16.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: audit 2024-04-01T19:42:15.951041+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:15.999947+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-01T19:42:16.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:16.007166+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-04-01T19:42:16.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:16.007205+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:42:16.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:16.007230+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-04-01T19:42:10.949810+0000 2024-04-01T19:42:16.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:16.007291+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-04-01T19:39:28.696938+0000 2024-04-01T19:42:16.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:16.007334+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-04-01T19:42:16.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:16.007378+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-04-01T19:42:16.432 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:16.007411+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-04-01T19:42:16.432 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:16.007435+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.c 2024-04-01T19:42:16.432 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:16.031187+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-04-01T19:42:16.432 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:16.031248+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-01T19:42:16.432 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:16.031532+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-04-01T19:42:16.432 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: cluster 2024-04-01T19:42:16.031786+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-04-01T19:42:16.432 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: audit 2024-04-01T19:42:16.039356+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.432 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: audit 2024-04-01T19:42:16.045539+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.432 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: audit 2024-04-01T19:42:16.053332+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.432 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: audit 2024-04-01T19:42:16.061166+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.432 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: audit 2024-04-01T19:42:16.069073+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.432 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:16 smithi063 bash[22079]: audit 2024-04-01T19:42:16.077016+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:10.749747+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:16.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: audit 2024-04-01T19:42:10.957854+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:42:16.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:10.958271+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-01T19:42:16.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: audit 2024-04-01T19:42:10.979564+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: audit 2024-04-01T19:42:11.950857+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:12.750148+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:16.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: audit 2024-04-01T19:42:12.950786+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:12.951762+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-01T19:42:16.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: audit 2024-04-01T19:42:13.950510+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: audit 2024-04-01T19:42:14.279802+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:16.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:14.750570+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:16.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: audit 2024-04-01T19:42:14.950981+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: audit 2024-04-01T19:42:15.280819+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:16.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: audit 2024-04-01T19:42:15.951041+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:15.999947+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-01T19:42:16.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:16.007166+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-04-01T19:42:16.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:16.007205+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:42:16.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:16.007230+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-04-01T19:42:10.949810+0000 2024-04-01T19:42:16.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:16.007291+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-04-01T19:39:28.696938+0000 2024-04-01T19:42:16.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:16.007334+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-04-01T19:42:16.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:16.007378+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-04-01T19:42:16.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:16.007411+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-04-01T19:42:16.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:16.007435+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.c 2024-04-01T19:42:16.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:16.031187+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-04-01T19:42:16.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:16.031248+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-01T19:42:16.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:16.031532+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-04-01T19:42:16.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: cluster 2024-04-01T19:42:16.031786+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-04-01T19:42:16.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: audit 2024-04-01T19:42:16.039356+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: audit 2024-04-01T19:42:16.045539+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: audit 2024-04-01T19:42:16.053332+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: audit 2024-04-01T19:42:16.061166+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: audit 2024-04-01T19:42:16.069073+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:16 smithi046 bash[22057]: audit 2024-04-01T19:42:16.077016+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:10.749747+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:16.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: audit 2024-04-01T19:42:10.957854+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:42:16.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:10.958271+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-01T19:42:16.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: audit 2024-04-01T19:42:10.979564+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: audit 2024-04-01T19:42:11.950857+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:12.750148+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:16.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: audit 2024-04-01T19:42:12.950786+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:12.951762+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-01T19:42:16.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: audit 2024-04-01T19:42:13.950510+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: audit 2024-04-01T19:42:14.279802+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:16.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:14.750570+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:16.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: audit 2024-04-01T19:42:14.950981+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: audit 2024-04-01T19:42:15.280819+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:16.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: audit 2024-04-01T19:42:15.951041+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:16.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:15.999947+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-01T19:42:16.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:16.007166+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-04-01T19:42:16.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:16.007205+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:42:16.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:16.007230+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-04-01T19:42:10.949810+0000 2024-04-01T19:42:16.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:16.007291+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-04-01T19:39:28.696938+0000 2024-04-01T19:42:16.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:16.007334+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-04-01T19:42:16.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:16.007378+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-04-01T19:42:16.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:16.007411+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-04-01T19:42:16.581 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:16.007435+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.c 2024-04-01T19:42:16.581 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:16.031187+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-04-01T19:42:16.581 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:16.031248+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-01T19:42:16.581 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:16.031532+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 97s) 2024-04-01T19:42:16.581 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: cluster 2024-04-01T19:42:16.031786+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-04-01T19:42:16.581 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: audit 2024-04-01T19:42:16.039356+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.581 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: audit 2024-04-01T19:42:16.045539+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.581 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: audit 2024-04-01T19:42:16.053332+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.581 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: audit 2024-04-01T19:42:16.061166+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.581 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: audit 2024-04-01T19:42:16.069073+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:16.581 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21483]: audit 2024-04-01T19:42:16.077016+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:17.321 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.c/config 2024-04-01T19:42:17.329 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:42:16 smithi040 bash[21737]: debug 2024-04-01T19:42:16.948+0000 7f1d2f3bd700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-04-01T19:42:21.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cephadm 2024-04-01T19:42:16.228734+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-01T19:42:21.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cephadm 2024-04-01T19:42:16.229233+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-01T19:42:21.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cephadm 2024-04-01T19:42:16.230379+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-01T19:42:21.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: audit 2024-04-01T19:42:16.294393+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:42:21.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:16.294625+0000 mon.a (mon.0) 261 : cluster [INF] mon.a calling monitor election 2024-04-01T19:42:21.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:16.294931+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-01T19:42:21.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: audit 2024-04-01T19:42:16.315576+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.681 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: audit 2024-04-01T19:42:16.315778+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:21.681 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cephadm 2024-04-01T19:42:16.444909+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi040:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:21.681 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cephadm 2024-04-01T19:42:16.445302+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:21.681 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cephadm 2024-04-01T19:42:16.446057+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:21.681 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:16.750940+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:21.681 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: audit 2024-04-01T19:42:17.281046+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.681 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: audit 2024-04-01T19:42:18.281177+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.681 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:18.290550+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-01T19:42:21.681 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:18.751328+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:21.681 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: audit 2024-04-01T19:42:19.280921+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.681 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: audit 2024-04-01T19:42:20.281541+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.681 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:20.751743+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:21.681 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: audit 2024-04-01T19:42:21.281565+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.681 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:21.335952+0000 mon.a (mon.0) 269 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-01T19:42:21.681 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:21.343647+0000 mon.a (mon.0) 270 : cluster [DBG] monmap epoch 3 2024-04-01T19:42:21.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:21.343680+0000 mon.a (mon.0) 271 : cluster [DBG] fsid 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:42:21.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:21.343700+0000 mon.a (mon.0) 272 : cluster [DBG] last_changed 2024-04-01T19:42:16.288430+0000 2024-04-01T19:42:21.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:21.343724+0000 mon.a (mon.0) 273 : cluster [DBG] created 2024-04-01T19:39:28.696938+0000 2024-04-01T19:42:21.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:21.343745+0000 mon.a (mon.0) 274 : cluster [DBG] min_mon_release 19 (squid) 2024-04-01T19:42:21.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:21.343765+0000 mon.a (mon.0) 275 : cluster [DBG] election_strategy: 1 2024-04-01T19:42:21.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:21.343787+0000 mon.a (mon.0) 276 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-04-01T19:42:21.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:21.343810+0000 mon.a (mon.0) 277 : cluster [DBG] 1: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.c 2024-04-01T19:42:21.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:21.343832+0000 mon.a (mon.0) 278 : cluster [DBG] 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-01T19:42:21.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:21.363189+0000 mon.a (mon.0) 279 : cluster [DBG] fsmap 2024-04-01T19:42:21.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:21.363283+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-01T19:42:21.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:21.363573+0000 mon.a (mon.0) 281 : cluster [DBG] mgrmap e13: a(active, since 102s) 2024-04-01T19:42:21.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: cluster 2024-04-01T19:42:21.363826+0000 mon.a (mon.0) 282 : cluster [INF] overall HEALTH_OK 2024-04-01T19:42:21.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: audit 2024-04-01T19:42:21.372207+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: audit 2024-04-01T19:42:21.378131+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: audit 2024-04-01T19:42:21.384511+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: audit 2024-04-01T19:42:21.390500+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.683 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: audit 2024-04-01T19:42:21.396474+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.683 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: audit 2024-04-01T19:42:21.402908+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.683 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:21 smithi063 bash[22079]: audit 2024-04-01T19:42:21.409563+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cephadm 2024-04-01T19:42:16.228734+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-01T19:42:21.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cephadm 2024-04-01T19:42:16.229233+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-01T19:42:21.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cephadm 2024-04-01T19:42:16.230379+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-01T19:42:21.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: audit 2024-04-01T19:42:16.294393+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:42:21.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:16.294625+0000 mon.a (mon.0) 261 : cluster [INF] mon.a calling monitor election 2024-04-01T19:42:21.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:16.294931+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-01T19:42:21.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: audit 2024-04-01T19:42:16.315576+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: audit 2024-04-01T19:42:16.315778+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:21.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cephadm 2024-04-01T19:42:16.444909+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi040:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:21.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cephadm 2024-04-01T19:42:16.445302+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:21.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cephadm 2024-04-01T19:42:16.446057+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:21.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:16.750940+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:21.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: audit 2024-04-01T19:42:17.281046+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: audit 2024-04-01T19:42:18.281177+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:18.290550+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-01T19:42:21.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:18.751328+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:21.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: audit 2024-04-01T19:42:19.280921+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: audit 2024-04-01T19:42:20.281541+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:20.751743+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:21.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: audit 2024-04-01T19:42:21.281565+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:21.335952+0000 mon.a (mon.0) 269 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-01T19:42:21.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:21.343647+0000 mon.a (mon.0) 270 : cluster [DBG] monmap epoch 3 2024-04-01T19:42:21.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:21.343680+0000 mon.a (mon.0) 271 : cluster [DBG] fsid 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:42:21.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:21.343700+0000 mon.a (mon.0) 272 : cluster [DBG] last_changed 2024-04-01T19:42:16.288430+0000 2024-04-01T19:42:21.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:21.343724+0000 mon.a (mon.0) 273 : cluster [DBG] created 2024-04-01T19:39:28.696938+0000 2024-04-01T19:42:21.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:21.343745+0000 mon.a (mon.0) 274 : cluster [DBG] min_mon_release 19 (squid) 2024-04-01T19:42:21.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:21.343765+0000 mon.a (mon.0) 275 : cluster [DBG] election_strategy: 1 2024-04-01T19:42:21.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:21.343787+0000 mon.a (mon.0) 276 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-04-01T19:42:21.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:21.343810+0000 mon.a (mon.0) 277 : cluster [DBG] 1: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.c 2024-04-01T19:42:21.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:21.343832+0000 mon.a (mon.0) 278 : cluster [DBG] 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-01T19:42:21.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:21.363189+0000 mon.a (mon.0) 279 : cluster [DBG] fsmap 2024-04-01T19:42:21.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:21.363283+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-01T19:42:21.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:21.363573+0000 mon.a (mon.0) 281 : cluster [DBG] mgrmap e13: a(active, since 102s) 2024-04-01T19:42:21.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: cluster 2024-04-01T19:42:21.363826+0000 mon.a (mon.0) 282 : cluster [INF] overall HEALTH_OK 2024-04-01T19:42:21.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: audit 2024-04-01T19:42:21.372207+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: audit 2024-04-01T19:42:21.378131+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: audit 2024-04-01T19:42:21.384511+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: audit 2024-04-01T19:42:21.390500+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: audit 2024-04-01T19:42:21.396474+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: audit 2024-04-01T19:42:21.402908+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:21 smithi046 bash[22057]: audit 2024-04-01T19:42:21.409563+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cephadm 2024-04-01T19:42:16.228734+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-01T19:42:21.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cephadm 2024-04-01T19:42:16.229233+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-01T19:42:21.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cephadm 2024-04-01T19:42:16.230379+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-01T19:42:21.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: audit 2024-04-01T19:42:16.294393+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:42:21.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:16.294625+0000 mon.a (mon.0) 261 : cluster [INF] mon.a calling monitor election 2024-04-01T19:42:21.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:16.294931+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-01T19:42:21.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: audit 2024-04-01T19:42:16.315576+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: audit 2024-04-01T19:42:16.315778+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:42:21.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cephadm 2024-04-01T19:42:16.444909+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi040:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:21.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cephadm 2024-04-01T19:42:16.445302+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:21.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cephadm 2024-04-01T19:42:16.446057+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:21.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:16.750940+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:21.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: audit 2024-04-01T19:42:17.281046+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: audit 2024-04-01T19:42:18.281177+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:18.290550+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-01T19:42:21.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:18.751328+0000 mgr.a (mgr.14152) 83 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:21.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: audit 2024-04-01T19:42:19.280921+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: audit 2024-04-01T19:42:20.281541+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:20.751743+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:21.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: audit 2024-04-01T19:42:21.281565+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:21.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:21.335952+0000 mon.a (mon.0) 269 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-01T19:42:21.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:21.343647+0000 mon.a (mon.0) 270 : cluster [DBG] monmap epoch 3 2024-04-01T19:42:21.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:21.343680+0000 mon.a (mon.0) 271 : cluster [DBG] fsid 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:42:21.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:21.343700+0000 mon.a (mon.0) 272 : cluster [DBG] last_changed 2024-04-01T19:42:16.288430+0000 2024-04-01T19:42:21.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:21.343724+0000 mon.a (mon.0) 273 : cluster [DBG] created 2024-04-01T19:39:28.696938+0000 2024-04-01T19:42:21.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:21.343745+0000 mon.a (mon.0) 274 : cluster [DBG] min_mon_release 19 (squid) 2024-04-01T19:42:21.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:21.343765+0000 mon.a (mon.0) 275 : cluster [DBG] election_strategy: 1 2024-04-01T19:42:21.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:21.343787+0000 mon.a (mon.0) 276 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-04-01T19:42:21.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:21.343810+0000 mon.a (mon.0) 277 : cluster [DBG] 1: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.c 2024-04-01T19:42:21.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:21.343832+0000 mon.a (mon.0) 278 : cluster [DBG] 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-01T19:42:21.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:21.363189+0000 mon.a (mon.0) 279 : cluster [DBG] fsmap 2024-04-01T19:42:21.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:21.363283+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-01T19:42:21.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:21.363573+0000 mon.a (mon.0) 281 : cluster [DBG] mgrmap e13: a(active, since 102s) 2024-04-01T19:42:21.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: cluster 2024-04-01T19:42:21.363826+0000 mon.a (mon.0) 282 : cluster [INF] overall HEALTH_OK 2024-04-01T19:42:21.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: audit 2024-04-01T19:42:21.372207+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: audit 2024-04-01T19:42:21.378131+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: audit 2024-04-01T19:42:21.384511+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: audit 2024-04-01T19:42:21.390500+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: audit 2024-04-01T19:42:21.396474+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: audit 2024-04-01T19:42:21.402908+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:21.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:21 smithi040 bash[21483]: audit 2024-04-01T19:42:21.409563+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.260 INFO:teuthology.orchestra.run.smithi063.stdout: 2024-04-01T19:42:22.260 INFO:teuthology.orchestra.run.smithi063.stdout:{"epoch":3,"fsid":"59788392-f05f-11ee-b647-cb9ed24678a4","modified":"2024-04-01T19:42:16.288430Z","created":"2024-04-01T19:39:28.696938Z","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.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:3300","nonce":0},{"type":"v1","addr":"172.21.15.63:6789","nonce":0}]},"addr":"172.21.15.63:6789/0","public_addr":"172.21.15.63:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:3300","nonce":0},{"type":"v1","addr":"172.21.15.46:6789","nonce":0}]},"addr":"172.21.15.46:6789/0","public_addr":"172.21.15.46:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-01T19:42:22.263 INFO:teuthology.orchestra.run.smithi063.stderr:dumped monmap epoch 3 2024-04-01T19:42:22.675 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:22 smithi040 bash[21483]: audit 2024-04-01T19:42:21.415150+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.675 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:22 smithi040 bash[21483]: audit 2024-04-01T19:42:21.420830+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.675 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:22 smithi040 bash[21483]: audit 2024-04-01T19:42:21.432183+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.675 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:22 smithi040 bash[21483]: audit 2024-04-01T19:42:21.437648+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.675 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:22 smithi040 bash[21483]: cephadm 2024-04-01T19:42:21.438752+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:42:22.676 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:22 smithi040 bash[21483]: audit 2024-04-01T19:42:21.444631+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.676 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:22 smithi040 bash[21483]: cephadm 2024-04-01T19:42:21.540298+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-01T19:42:22.676 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:22 smithi040 bash[21483]: audit 2024-04-01T19:42:21.540941+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-01T19:42:22.676 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:22 smithi040 bash[21483]: audit 2024-04-01T19:42:21.542992+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-01T19:42:22.676 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:22 smithi040 bash[21483]: audit 2024-04-01T19:42:21.544894+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:22.676 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:22 smithi040 bash[21483]: cephadm 2024-04-01T19:42:21.547075+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi040 2024-04-01T19:42:22.676 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:22 smithi040 bash[21483]: audit 2024-04-01T19:42:21.646536+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.676 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:22 smithi040 bash[21483]: audit 2024-04-01T19:42:21.653520+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.676 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:22 smithi040 bash[21483]: audit 2024-04-01T19:42:21.662505+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.676 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:22 smithi040 bash[21483]: audit 2024-04-01T19:42:22.263438+0000 mon.a (mon.0) 301 : audit [DBG] from='client.? 172.21.15.63:0/1527593242' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-01T19:42:22.676 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:22 smithi040 bash[21483]: audit 2024-04-01T19:42:22.281629+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:22 smithi063 bash[22079]: audit 2024-04-01T19:42:21.415150+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:22 smithi063 bash[22079]: audit 2024-04-01T19:42:21.420830+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:22 smithi063 bash[22079]: audit 2024-04-01T19:42:21.432183+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:22 smithi063 bash[22079]: audit 2024-04-01T19:42:21.437648+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:22 smithi063 bash[22079]: cephadm 2024-04-01T19:42:21.438752+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:42:22.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:22 smithi063 bash[22079]: audit 2024-04-01T19:42:21.444631+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:22 smithi063 bash[22079]: cephadm 2024-04-01T19:42:21.540298+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-01T19:42:22.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:22 smithi063 bash[22079]: audit 2024-04-01T19:42:21.540941+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-01T19:42:22.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:22 smithi063 bash[22079]: audit 2024-04-01T19:42:21.542992+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-01T19:42:22.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:22 smithi063 bash[22079]: audit 2024-04-01T19:42:21.544894+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:22.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:22 smithi063 bash[22079]: cephadm 2024-04-01T19:42:21.547075+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi040 2024-04-01T19:42:22.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:22 smithi063 bash[22079]: audit 2024-04-01T19:42:21.646536+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:22 smithi063 bash[22079]: audit 2024-04-01T19:42:21.653520+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:22 smithi063 bash[22079]: audit 2024-04-01T19:42:21.662505+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:22 smithi063 bash[22079]: audit 2024-04-01T19:42:22.263438+0000 mon.a (mon.0) 301 : audit [DBG] from='client.? 172.21.15.63:0/1527593242' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-01T19:42:22.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:22 smithi063 bash[22079]: audit 2024-04-01T19:42:22.281629+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:22.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:22 smithi046 bash[22057]: audit 2024-04-01T19:42:21.415150+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:22 smithi046 bash[22057]: audit 2024-04-01T19:42:21.420830+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:22 smithi046 bash[22057]: audit 2024-04-01T19:42:21.432183+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:22 smithi046 bash[22057]: audit 2024-04-01T19:42:21.437648+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:22 smithi046 bash[22057]: cephadm 2024-04-01T19:42:21.438752+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:42:22.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:22 smithi046 bash[22057]: audit 2024-04-01T19:42:21.444631+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:22 smithi046 bash[22057]: cephadm 2024-04-01T19:42:21.540298+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-01T19:42:22.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:22 smithi046 bash[22057]: audit 2024-04-01T19:42:21.540941+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-01T19:42:22.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:22 smithi046 bash[22057]: audit 2024-04-01T19:42:21.542992+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-01T19:42:22.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:22 smithi046 bash[22057]: audit 2024-04-01T19:42:21.544894+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:22.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:22 smithi046 bash[22057]: cephadm 2024-04-01T19:42:21.547075+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring daemon mon.a on smithi040 2024-04-01T19:42:22.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:22 smithi046 bash[22057]: audit 2024-04-01T19:42:21.646536+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:22 smithi046 bash[22057]: audit 2024-04-01T19:42:21.653520+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:22 smithi046 bash[22057]: audit 2024-04-01T19:42:21.662505+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:22.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:22 smithi046 bash[22057]: audit 2024-04-01T19:42:22.263438+0000 mon.a (mon.0) 301 : audit [DBG] from='client.? 172.21.15.63:0/1527593242' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-01T19:42:22.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:22 smithi046 bash[22057]: audit 2024-04-01T19:42:22.281629+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:42:22.861 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-01T19:42:22.861 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph config generate-minimal-conf 2024-04-01T19:42:23.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:23 smithi046 bash[22057]: cluster 2024-04-01T19:42:22.752120+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:23.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:23 smithi046 bash[22057]: audit 2024-04-01T19:42:23.366684+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:23.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:23 smithi046 bash[22057]: audit 2024-04-01T19:42:23.373669+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:23.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:23 smithi046 bash[22057]: audit 2024-04-01T19:42:23.381578+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:23.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:23 smithi046 bash[22057]: audit 2024-04-01T19:42:23.389529+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:23.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:23 smithi046 bash[22057]: audit 2024-04-01T19:42:23.395884+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:23.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:23 smithi046 bash[22057]: audit 2024-04-01T19:42:23.416477+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-01T19:42:23.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:23 smithi046 bash[22057]: audit 2024-04-01T19:42:23.418144+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-01T19:42:23.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:23 smithi046 bash[22057]: audit 2024-04-01T19:42:23.419738+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:23.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:23 smithi040 bash[21483]: cluster 2024-04-01T19:42:22.752120+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:23.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:23 smithi040 bash[21483]: audit 2024-04-01T19:42:23.366684+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:23.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:23 smithi040 bash[21483]: audit 2024-04-01T19:42:23.373669+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:23.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:23 smithi040 bash[21483]: audit 2024-04-01T19:42:23.381578+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:23.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:23 smithi040 bash[21483]: audit 2024-04-01T19:42:23.389529+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:23.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:23 smithi040 bash[21483]: audit 2024-04-01T19:42:23.395884+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:23.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:23 smithi040 bash[21483]: audit 2024-04-01T19:42:23.416477+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-01T19:42:23.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:23 smithi040 bash[21483]: audit 2024-04-01T19:42:23.418144+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-01T19:42:23.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:23 smithi040 bash[21483]: audit 2024-04-01T19:42:23.419738+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:23.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:23 smithi063 bash[22079]: cluster 2024-04-01T19:42:22.752120+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:23.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:23 smithi063 bash[22079]: audit 2024-04-01T19:42:23.366684+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:23.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:23 smithi063 bash[22079]: audit 2024-04-01T19:42:23.373669+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:23.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:23 smithi063 bash[22079]: audit 2024-04-01T19:42:23.381578+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:23.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:23 smithi063 bash[22079]: audit 2024-04-01T19:42:23.389529+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:23.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:23 smithi063 bash[22079]: audit 2024-04-01T19:42:23.395884+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:23.930 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:23 smithi063 bash[22079]: audit 2024-04-01T19:42:23.416477+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-01T19:42:23.930 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:23 smithi063 bash[22079]: audit 2024-04-01T19:42:23.418144+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-01T19:42:23.930 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:23 smithi063 bash[22079]: audit 2024-04-01T19:42:23.419738+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:25.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:25 smithi046 bash[22057]: cephadm 2024-04-01T19:42:23.415832+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-01T19:42:25.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:25 smithi046 bash[22057]: cephadm 2024-04-01T19:42:23.421828+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi046 2024-04-01T19:42:25.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:25 smithi046 bash[22057]: audit 2024-04-01T19:42:25.254060+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:25.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:25 smithi040 bash[21483]: cephadm 2024-04-01T19:42:23.415832+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-01T19:42:25.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:25 smithi040 bash[21483]: cephadm 2024-04-01T19:42:23.421828+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi046 2024-04-01T19:42:25.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:25 smithi040 bash[21483]: audit 2024-04-01T19:42:25.254060+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:25.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:25 smithi063 bash[22079]: cephadm 2024-04-01T19:42:23.415832+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-01T19:42:25.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:25 smithi063 bash[22079]: cephadm 2024-04-01T19:42:23.421828+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi046 2024-04-01T19:42:25.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:25 smithi063 bash[22079]: audit 2024-04-01T19:42:25.254060+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:26.524 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:26 smithi063 bash[22079]: cluster 2024-04-01T19:42:24.752582+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:26.525 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:26 smithi063 bash[22079]: audit 2024-04-01T19:42:25.261551+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:26.525 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:26 smithi063 bash[22079]: cephadm 2024-04-01T19:42:25.291939+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-01T19:42:26.525 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:26 smithi063 bash[22079]: audit 2024-04-01T19:42:25.292655+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-01T19:42:26.525 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:26 smithi063 bash[22079]: audit 2024-04-01T19:42:25.294431+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-01T19:42:26.525 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:26 smithi063 bash[22079]: audit 2024-04-01T19:42:25.296133+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:26.525 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:26 smithi063 bash[22079]: cephadm 2024-04-01T19:42:25.298151+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi063 2024-04-01T19:42:26.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:26 smithi046 bash[22057]: cluster 2024-04-01T19:42:24.752582+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:26.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:26 smithi046 bash[22057]: audit 2024-04-01T19:42:25.261551+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:26.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:26 smithi046 bash[22057]: cephadm 2024-04-01T19:42:25.291939+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-01T19:42:26.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:26 smithi046 bash[22057]: audit 2024-04-01T19:42:25.292655+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-01T19:42:26.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:26 smithi046 bash[22057]: audit 2024-04-01T19:42:25.294431+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-01T19:42:26.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:26 smithi046 bash[22057]: audit 2024-04-01T19:42:25.296133+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:26.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:26 smithi046 bash[22057]: cephadm 2024-04-01T19:42:25.298151+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi063 2024-04-01T19:42:26.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:26 smithi040 bash[21483]: cluster 2024-04-01T19:42:24.752582+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:26.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:26 smithi040 bash[21483]: audit 2024-04-01T19:42:25.261551+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:26.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:26 smithi040 bash[21483]: cephadm 2024-04-01T19:42:25.291939+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-01T19:42:26.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:26 smithi040 bash[21483]: audit 2024-04-01T19:42:25.292655+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-01T19:42:26.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:26 smithi040 bash[21483]: audit 2024-04-01T19:42:25.294431+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-01T19:42:26.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:26 smithi040 bash[21483]: audit 2024-04-01T19:42:25.296133+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:26.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:26 smithi040 bash[21483]: cephadm 2024-04-01T19:42:25.298151+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi063 2024-04-01T19:42:27.566 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:42:28.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: cluster 2024-04-01T19:42:26.753060+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:28.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: audit 2024-04-01T19:42:27.064205+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: audit 2024-04-01T19:42:27.070416+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: audit 2024-04-01T19:42:27.118169+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:28.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: audit 2024-04-01T19:42:27.121498+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:28.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: audit 2024-04-01T19:42:27.122414+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:28.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: cephadm 2024-04-01T19:42:27.123675+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-01T19:42:28.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: cephadm 2024-04-01T19:42:27.124083+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-01T19:42:28.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: cephadm 2024-04-01T19:42:27.124293+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-01T19:42:28.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: cephadm 2024-04-01T19:42:27.338603+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi040:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:28.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: cephadm 2024-04-01T19:42:27.338768+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:28.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: cephadm 2024-04-01T19:42:27.339761+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:28.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: audit 2024-04-01T19:42:27.558424+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: audit 2024-04-01T19:42:27.562604+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: audit 2024-04-01T19:42:27.566451+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.331 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: audit 2024-04-01T19:42:27.572665+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.331 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: audit 2024-04-01T19:42:27.576244+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.331 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: audit 2024-04-01T19:42:27.582472+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.331 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:28 smithi040 bash[21483]: audit 2024-04-01T19:42:27.586227+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: cluster 2024-04-01T19:42:26.753060+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:28.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: audit 2024-04-01T19:42:27.064205+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: audit 2024-04-01T19:42:27.070416+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: audit 2024-04-01T19:42:27.118169+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:28.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: audit 2024-04-01T19:42:27.121498+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:28.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: audit 2024-04-01T19:42:27.122414+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:28.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: cephadm 2024-04-01T19:42:27.123675+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-01T19:42:28.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: cephadm 2024-04-01T19:42:27.124083+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-01T19:42:28.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: cephadm 2024-04-01T19:42:27.124293+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-01T19:42:28.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: cephadm 2024-04-01T19:42:27.338603+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi040:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:28.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: cephadm 2024-04-01T19:42:27.338768+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:28.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: cephadm 2024-04-01T19:42:27.339761+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:28.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: audit 2024-04-01T19:42:27.558424+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: audit 2024-04-01T19:42:27.562604+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: audit 2024-04-01T19:42:27.566451+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: audit 2024-04-01T19:42:27.572665+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: audit 2024-04-01T19:42:27.576244+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: audit 2024-04-01T19:42:27.582472+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:28 smithi063 bash[22079]: audit 2024-04-01T19:42:27.586227+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: cluster 2024-04-01T19:42:26.753060+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:28.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: audit 2024-04-01T19:42:27.064205+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: audit 2024-04-01T19:42:27.070416+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: audit 2024-04-01T19:42:27.118169+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:28.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: audit 2024-04-01T19:42:27.121498+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:28.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: audit 2024-04-01T19:42:27.122414+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:28.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: cephadm 2024-04-01T19:42:27.123675+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-01T19:42:28.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: cephadm 2024-04-01T19:42:27.124083+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-01T19:42:28.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: cephadm 2024-04-01T19:42:27.124293+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-01T19:42:28.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: cephadm 2024-04-01T19:42:27.338603+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi040:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:28.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: cephadm 2024-04-01T19:42:27.338768+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:28.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: cephadm 2024-04-01T19:42:27.339761+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:42:28.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: audit 2024-04-01T19:42:27.558424+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: audit 2024-04-01T19:42:27.562604+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: audit 2024-04-01T19:42:27.566451+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: audit 2024-04-01T19:42:27.572665+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: audit 2024-04-01T19:42:27.576244+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: audit 2024-04-01T19:42:27.582472+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:28.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:28 smithi046 bash[22057]: audit 2024-04-01T19:42:27.586227+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:30.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:30 smithi040 bash[21483]: cluster 2024-04-01T19:42:28.753355+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:30.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:30 smithi063 bash[22079]: cluster 2024-04-01T19:42:28.753355+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:30.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:30 smithi046 bash[22057]: cluster 2024-04-01T19:42:28.753355+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:31.010 INFO:teuthology.orchestra.run.smithi040.stdout:# minimal ceph.conf for 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:42:31.010 INFO:teuthology.orchestra.run.smithi040.stdout:[global] 2024-04-01T19:42:31.010 INFO:teuthology.orchestra.run.smithi040.stdout: fsid = 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:42:31.010 INFO:teuthology.orchestra.run.smithi040.stdout: mon_host = [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] 2024-04-01T19:42:31.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:31 smithi040 bash[21483]: audit 2024-04-01T19:42:31.013726+0000 mon.a (mon.0) 328 : audit [DBG] from='client.? 172.21.15.40:0/2796143052' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:31.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:31 smithi063 bash[22079]: audit 2024-04-01T19:42:31.013726+0000 mon.a (mon.0) 328 : audit [DBG] from='client.? 172.21.15.40:0/2796143052' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:31.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:31 smithi046 bash[22057]: audit 2024-04-01T19:42:31.013726+0000 mon.a (mon.0) 328 : audit [DBG] from='client.? 172.21.15.40:0/2796143052' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:31.662 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-01T19:42:31.662 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-01T19:42:31.662 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.conf 2024-04-01T19:42:31.678 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-01T19:42:31.678 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:42:31.734 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-01T19:42:31.735 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.conf 2024-04-01T19:42:31.750 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-01T19:42:31.750 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:42:31.810 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-01T19:42:31.810 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.conf 2024-04-01T19:42:31.825 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-01T19:42:31.825 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:42:31.882 INFO:tasks.cephadm:Adding mgr.a on smithi040 2024-04-01T19:42:31.882 INFO:tasks.cephadm:Adding mgr.b on smithi046 2024-04-01T19:42:31.882 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph orch apply mgr '2;smithi040=a;smithi046=b' 2024-04-01T19:42:32.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:32 smithi040 bash[21483]: cluster 2024-04-01T19:42:30.753636+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:32.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:32 smithi063 bash[22079]: cluster 2024-04-01T19:42:30.753636+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:32.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:32 smithi046 bash[22057]: cluster 2024-04-01T19:42:30.753636+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:34.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:34 smithi063 bash[22079]: cluster 2024-04-01T19:42:32.753984+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:34.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:34 smithi046 bash[22057]: cluster 2024-04-01T19:42:32.753984+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:34.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:34 smithi040 bash[21483]: cluster 2024-04-01T19:42:32.753984+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:35.632 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.c/config 2024-04-01T19:42:36.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:36 smithi063 bash[22079]: cluster 2024-04-01T19:42:34.754408+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:36.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:36 smithi046 bash[22057]: cluster 2024-04-01T19:42:34.754408+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:36.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:36 smithi040 bash[21483]: cluster 2024-04-01T19:42:34.754408+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:37.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:37 smithi046 bash[22057]: audit 2024-04-01T19:42:36.297605+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:37.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:37 smithi046 bash[22057]: audit 2024-04-01T19:42:36.306640+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:37.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:37 smithi046 bash[22057]: audit 2024-04-01T19:42:36.315087+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:37.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:37 smithi040 bash[21483]: audit 2024-04-01T19:42:36.297605+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:37.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:37 smithi040 bash[21483]: audit 2024-04-01T19:42:36.306640+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:37.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:37 smithi040 bash[21483]: audit 2024-04-01T19:42:36.315087+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:37.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:37 smithi063 bash[22079]: audit 2024-04-01T19:42:36.297605+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:37.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:37 smithi063 bash[22079]: audit 2024-04-01T19:42:36.306640+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:37.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:37 smithi063 bash[22079]: audit 2024-04-01T19:42:36.315087+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:38.499 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:38 smithi046 bash[22057]: cluster 2024-04-01T19:42:36.754761+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:38.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:38 smithi040 bash[21483]: cluster 2024-04-01T19:42:36.754761+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:38.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:38 smithi063 bash[22079]: cluster 2024-04-01T19:42:36.754761+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:38.777 INFO:teuthology.orchestra.run.smithi063.stdout:Scheduled mgr update... 2024-04-01T19:42:39.417 DEBUG:teuthology.orchestra.run.smithi046:mgr.b> sudo journalctl -f -n 0 -u ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mgr.b.service 2024-04-01T19:42:39.420 INFO:tasks.cephadm:Deploying OSDs... 2024-04-01T19:42:39.420 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-01T19:42:39.420 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/scratch_devs of=/dev/stdout 2024-04-01T19:42:39.426 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-01T19:42:39.427 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_1 2024-04-01T19:42:39.475 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-01T19:42:39.476 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-01T19:42:39.476 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 881 Links: 1 2024-04-01T19:42:39.476 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-01T19:42:39.476 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-04-01 19:32:34.359935635 +0000 2024-04-01T19:42:39.476 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-04-01 19:32:34.103937920 +0000 2024-04-01T19:42:39.476 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-04-01 19:32:34.103937920 +0000 2024-04-01T19:42:39.476 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-04-01T19:42:39.476 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-01T19:42:39.530 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-04-01T19:42:39.530 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-04-01T19:42:39.530 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000449243 s, 1.1 MB/s 2024-04-01T19:42:39.531 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-01T19:42:39.580 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_2 2024-04-01T19:42:39.627 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-01T19:42:39.627 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-01T19:42:39.627 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 898 Links: 1 2024-04-01T19:42:39.627 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-01T19:42:39.627 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-04-01 19:32:34.839931353 +0000 2024-04-01T19:42:39.627 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-04-01 19:32:34.583933638 +0000 2024-04-01T19:42:39.627 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-04-01 19:32:34.583933638 +0000 2024-04-01T19:42:39.627 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-04-01T19:42:39.627 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-01T19:42:39.686 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-04-01T19:42:39.686 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-04-01T19:42:39.686 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000347506 s, 1.5 MB/s 2024-04-01T19:42:39.687 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-01T19:42:39.736 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_3 2024-04-01T19:42:39.783 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-01T19:42:39.783 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-01T19:42:39.784 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 907 Links: 1 2024-04-01T19:42:39.784 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-01T19:42:39.784 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-04-01 19:32:35.347926822 +0000 2024-04-01T19:42:39.784 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-04-01 19:32:35.079929213 +0000 2024-04-01T19:42:39.784 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-04-01 19:32:35.079929213 +0000 2024-04-01T19:42:39.784 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-04-01T19:42:39.784 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-01T19:42:39.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:39 smithi040 bash[21483]: cluster 2024-04-01T19:42:38.755149+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:39.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:39 smithi040 bash[21483]: audit 2024-04-01T19:42:38.767326+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi040=a;smithi046=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:42:39.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:39 smithi040 bash[21483]: cephadm 2024-04-01T19:42:38.771057+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi040=a;smithi046=b;count:2 2024-04-01T19:42:39.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:39 smithi040 bash[21483]: audit 2024-04-01T19:42:38.778894+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:39.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:39 smithi040 bash[21483]: audit 2024-04-01T19:42:38.812791+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:39.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:39 smithi040 bash[21483]: audit 2024-04-01T19:42:38.819026+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:39.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:39 smithi040 bash[21483]: audit 2024-04-01T19:42:38.821426+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:39.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:39 smithi040 bash[21483]: audit 2024-04-01T19:42:38.832521+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:39.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:39 smithi040 bash[21483]: audit 2024-04-01T19:42:38.837108+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-01T19:42:39.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:39 smithi040 bash[21483]: audit 2024-04-01T19:42:38.841485+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-01T19:42:39.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:39 smithi040 bash[21483]: audit 2024-04-01T19:42:38.846202+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-01T19:42:39.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:39 smithi040 bash[21483]: audit 2024-04-01T19:42:38.848354+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:39.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:39 smithi040 bash[21483]: cephadm 2024-04-01T19:42:38.854422+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi046 2024-04-01T19:42:39.837 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-04-01T19:42:39.837 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-04-01T19:42:39.837 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000315262 s, 1.6 MB/s 2024-04-01T19:42:39.839 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-01T19:42:39.888 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_4 2024-04-01T19:42:39.935 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-01T19:42:39.935 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-01T19:42:39.935 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 924 Links: 1 2024-04-01T19:42:39.935 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-01T19:42:39.935 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-04-01 19:32:35.855922290 +0000 2024-04-01T19:42:39.935 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-04-01 19:32:35.583924716 +0000 2024-04-01T19:42:39.935 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-04-01 19:32:35.583924716 +0000 2024-04-01T19:42:39.935 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-04-01T19:42:39.935 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-01T19:42:39.993 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-04-01T19:42:39.994 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-04-01T19:42:39.994 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000380577 s, 1.3 MB/s 2024-04-01T19:42:39.995 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-01T19:42:40.044 DEBUG:teuthology.orchestra.run.smithi046:> set -ex 2024-04-01T19:42:40.044 DEBUG:teuthology.orchestra.run.smithi046:> dd if=/scratch_devs of=/dev/stdout 2024-04-01T19:42:40.050 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-01T19:42:40.050 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_1 2024-04-01T19:42:40.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:39 smithi046 bash[22057]: cluster 2024-04-01T19:42:38.755149+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:40.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:39 smithi046 bash[22057]: audit 2024-04-01T19:42:38.767326+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi040=a;smithi046=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:42:40.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:39 smithi046 bash[22057]: cephadm 2024-04-01T19:42:38.771057+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi040=a;smithi046=b;count:2 2024-04-01T19:42:40.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:39 smithi046 bash[22057]: audit 2024-04-01T19:42:38.778894+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:40.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:39 smithi046 bash[22057]: audit 2024-04-01T19:42:38.812791+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:40.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:39 smithi046 bash[22057]: audit 2024-04-01T19:42:38.819026+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:40.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:39 smithi046 bash[22057]: audit 2024-04-01T19:42:38.821426+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:40.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:39 smithi046 bash[22057]: audit 2024-04-01T19:42:38.832521+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:40.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:39 smithi046 bash[22057]: audit 2024-04-01T19:42:38.837108+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-01T19:42:40.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:39 smithi046 bash[22057]: audit 2024-04-01T19:42:38.841485+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-01T19:42:40.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:39 smithi046 bash[22057]: audit 2024-04-01T19:42:38.846202+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-01T19:42:40.060 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:39 smithi046 bash[22057]: audit 2024-04-01T19:42:38.848354+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:40.060 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:39 smithi046 bash[22057]: cephadm 2024-04-01T19:42:38.854422+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi046 2024-04-01T19:42:40.064 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-01T19:42:40.064 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-01T19:42:40.064 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-04-01T19:42:40.064 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-01T19:42:40.064 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-01 19:32:33.608815306 +0000 2024-04-01T19:42:40.064 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-01 19:32:33.332817771 +0000 2024-04-01T19:42:40.064 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-01 19:32:33.332817771 +0000 2024-04-01T19:42:40.064 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-04-01T19:42:40.064 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-01T19:42:40.114 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-01T19:42:40.114 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-01T19:42:40.114 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.00017652 s, 2.9 MB/s 2024-04-01T19:42:40.115 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-01T19:42:40.162 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_2 2024-04-01T19:42:40.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:39 smithi063 bash[22079]: cluster 2024-04-01T19:42:38.755149+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:40.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:39 smithi063 bash[22079]: audit 2024-04-01T19:42:38.767326+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi040=a;smithi046=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:42:40.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:39 smithi063 bash[22079]: cephadm 2024-04-01T19:42:38.771057+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi040=a;smithi046=b;count:2 2024-04-01T19:42:40.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:39 smithi063 bash[22079]: audit 2024-04-01T19:42:38.778894+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:40.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:39 smithi063 bash[22079]: audit 2024-04-01T19:42:38.812791+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:40.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:39 smithi063 bash[22079]: audit 2024-04-01T19:42:38.819026+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:40.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:39 smithi063 bash[22079]: audit 2024-04-01T19:42:38.821426+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:40.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:39 smithi063 bash[22079]: audit 2024-04-01T19:42:38.832521+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:40.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:39 smithi063 bash[22079]: audit 2024-04-01T19:42:38.837108+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-01T19:42:40.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:39 smithi063 bash[22079]: audit 2024-04-01T19:42:38.841485+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-01T19:42:40.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:39 smithi063 bash[22079]: audit 2024-04-01T19:42:38.846202+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-01T19:42:40.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:39 smithi063 bash[22079]: audit 2024-04-01T19:42:38.848354+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:40.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:39 smithi063 bash[22079]: cephadm 2024-04-01T19:42:38.854422+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi046 2024-04-01T19:42:40.209 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-01T19:42:40.210 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-01T19:42:40.210 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 898 Links: 1 2024-04-01T19:42:40.210 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-01T19:42:40.210 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-01 19:32:34.132810626 +0000 2024-04-01T19:42:40.210 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-01 19:32:33.852813127 +0000 2024-04-01T19:42:40.210 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-01 19:32:33.852813127 +0000 2024-04-01T19:42:40.210 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-04-01T19:42:40.210 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-01T19:42:40.263 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-01T19:42:40.263 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-01T19:42:40.263 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000296191 s, 1.7 MB/s 2024-04-01T19:42:40.264 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-01T19:42:40.315 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_3 2024-04-01T19:42:40.361 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-01T19:42:40.361 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-01T19:42:40.361 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-04-01T19:42:40.362 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-01T19:42:40.362 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-01 19:32:34.620806265 +0000 2024-04-01T19:42:40.362 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-01 19:32:34.344808731 +0000 2024-04-01T19:42:40.362 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-01 19:32:34.344808731 +0000 2024-04-01T19:42:40.362 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-04-01T19:42:40.362 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-01T19:42:40.418 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-01T19:42:40.418 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-01T19:42:40.418 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.00017424 s, 2.9 MB/s 2024-04-01T19:42:40.419 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-01T19:42:40.471 DEBUG:teuthology.orchestra.run.smithi046:> stat /dev/vg_nvme/lv_4 2024-04-01T19:42:40.521 INFO:teuthology.orchestra.run.smithi046.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-01T19:42:40.521 INFO:teuthology.orchestra.run.smithi046.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-01T19:42:40.521 INFO:teuthology.orchestra.run.smithi046.stdout:Device: 5h/5d Inode: 934 Links: 1 2024-04-01T19:42:40.521 INFO:teuthology.orchestra.run.smithi046.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-01T19:42:40.522 INFO:teuthology.orchestra.run.smithi046.stdout:Access: 2024-04-01 19:32:35.092802051 +0000 2024-04-01T19:42:40.522 INFO:teuthology.orchestra.run.smithi046.stdout:Modify: 2024-04-01 19:32:34.844804266 +0000 2024-04-01T19:42:40.522 INFO:teuthology.orchestra.run.smithi046.stdout:Change: 2024-04-01 19:32:34.844804266 +0000 2024-04-01T19:42:40.522 INFO:teuthology.orchestra.run.smithi046.stdout: Birth: - 2024-04-01T19:42:40.522 DEBUG:teuthology.orchestra.run.smithi046:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-01T19:42:40.576 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records in 2024-04-01T19:42:40.576 INFO:teuthology.orchestra.run.smithi046.stderr:1+0 records out 2024-04-01T19:42:40.576 INFO:teuthology.orchestra.run.smithi046.stderr:512 bytes copied, 0.000285522 s, 1.8 MB/s 2024-04-01T19:42:40.578 DEBUG:teuthology.orchestra.run.smithi046:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-01T19:42:40.628 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2024-04-01T19:42:40.628 DEBUG:teuthology.orchestra.run.smithi063:> dd if=/scratch_devs of=/dev/stdout 2024-04-01T19:42:40.635 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-01T19:42:40.635 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_1 2024-04-01T19:42:40.682 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-01T19:42:40.682 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-01T19:42:40.682 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 888 Links: 1 2024-04-01T19:42:40.683 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-01T19:42:40.683 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-04-01 19:32:34.104430651 +0000 2024-04-01T19:42:40.683 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-04-01 19:32:33.840433006 +0000 2024-04-01T19:42:40.683 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-04-01 19:32:33.840433006 +0000 2024-04-01T19:42:40.683 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-04-01T19:42:40.683 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-01T19:42:40.737 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-04-01T19:42:40.737 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-04-01T19:42:40.737 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000454676 s, 1.1 MB/s 2024-04-01T19:42:40.739 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-01T19:42:40.788 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_2 2024-04-01T19:42:40.834 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-01T19:42:40.834 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-01T19:42:40.834 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-04-01T19:42:40.834 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-01T19:42:40.835 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-04-01 19:32:34.600426226 +0000 2024-04-01T19:42:40.835 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-04-01 19:32:34.324428688 +0000 2024-04-01T19:42:40.835 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-04-01 19:32:34.324428688 +0000 2024-04-01T19:42:40.835 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-04-01T19:42:40.835 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-01T19:42:40.889 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-04-01T19:42:40.889 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-04-01T19:42:40.889 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000436452 s, 1.2 MB/s 2024-04-01T19:42:40.891 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-01T19:42:40.939 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_3 2024-04-01T19:42:40.986 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-01T19:42:40.986 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-01T19:42:40.986 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 923 Links: 1 2024-04-01T19:42:40.986 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-01T19:42:40.986 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-04-01 19:32:35.096421801 +0000 2024-04-01T19:42:40.986 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-04-01 19:32:34.832424156 +0000 2024-04-01T19:42:40.986 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-04-01 19:32:34.832424156 +0000 2024-04-01T19:42:40.986 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-04-01T19:42:40.986 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-01T19:42:41.038 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:40 smithi063 bash[22079]: audit 2024-04-01T19:42:39.844304+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:41.039 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:40 smithi063 bash[22079]: audit 2024-04-01T19:42:39.848883+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:41.039 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:40 smithi063 bash[22079]: audit 2024-04-01T19:42:39.856565+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:41.041 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-04-01T19:42:41.041 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-04-01T19:42:41.041 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000437903 s, 1.2 MB/s 2024-04-01T19:42:41.042 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-01T19:42:41.091 DEBUG:teuthology.orchestra.run.smithi063:> stat /dev/vg_nvme/lv_4 2024-04-01T19:42:41.114 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:40 smithi046 bash[22057]: audit 2024-04-01T19:42:39.844304+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:41.114 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:40 smithi046 bash[22057]: audit 2024-04-01T19:42:39.848883+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:41.114 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:40 smithi046 bash[22057]: audit 2024-04-01T19:42:39.856565+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:41.114 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:41 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:42:41.138 INFO:teuthology.orchestra.run.smithi063.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-01T19:42:41.138 INFO:teuthology.orchestra.run.smithi063.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-01T19:42:41.138 INFO:teuthology.orchestra.run.smithi063.stdout:Device: 5h/5d Inode: 932 Links: 1 2024-04-01T19:42:41.138 INFO:teuthology.orchestra.run.smithi063.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-01T19:42:41.138 INFO:teuthology.orchestra.run.smithi063.stdout:Access: 2024-04-01 19:32:35.648416877 +0000 2024-04-01T19:42:41.138 INFO:teuthology.orchestra.run.smithi063.stdout:Modify: 2024-04-01 19:32:35.364419411 +0000 2024-04-01T19:42:41.139 INFO:teuthology.orchestra.run.smithi063.stdout:Change: 2024-04-01 19:32:35.364419411 +0000 2024-04-01T19:42:41.139 INFO:teuthology.orchestra.run.smithi063.stdout: Birth: - 2024-04-01T19:42:41.139 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-01T19:42:41.192 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records in 2024-04-01T19:42:41.193 INFO:teuthology.orchestra.run.smithi063.stderr:1+0 records out 2024-04-01T19:42:41.193 INFO:teuthology.orchestra.run.smithi063.stderr:512 bytes copied, 0.000384099 s, 1.3 MB/s 2024-04-01T19:42:41.194 DEBUG:teuthology.orchestra.run.smithi063:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-01T19:42:41.243 INFO:tasks.cephadm:Deploying osd.0 on smithi040 with /dev/vg_nvme/lv_4... 2024-04-01T19:42:41.243 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-01T19:42:41.256 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:40 smithi040 bash[21483]: audit 2024-04-01T19:42:39.844304+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:41.256 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:40 smithi040 bash[21483]: audit 2024-04-01T19:42:39.848883+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:41.256 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:40 smithi040 bash[21483]: audit 2024-04-01T19:42:39.856565+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:42.090 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:41 smithi046 bash[22057]: cluster 2024-04-01T19:42:40.755592+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:42.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:41 smithi063 bash[22079]: cluster 2024-04-01T19:42:40.755592+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:42.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:41 smithi040 bash[21483]: cluster 2024-04-01T19:42:40.755592+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:42.795 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:42 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:42:42.796 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:42 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:42:42.796 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:42 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:42:42.796 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:42 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:42:43.045 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:42 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:42:43.046 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:42 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:42:43.046 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:43 smithi046 systemd[1]: Started Ceph mgr.b for 59788392-f05f-11ee-b647-cb9ed24678a4. 2024-04-01T19:42:44.246 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:43 smithi046 bash[23078]: debug 2024-04-01T19:42:43.978+0000 7fe313bf4700 1 -- 172.21.15.46:0/3166238277 <== mon.0 v2:172.21.15.40:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x564ddb56a5a0 con 0x564ddc2e4400 2024-04-01T19:42:44.247 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[23078]: debug 2024-04-01T19:42:44.126+0000 7fe31de04200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-01T19:42:44.247 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: cluster 2024-04-01T19:42:42.756002+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:44.247 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: audit 2024-04-01T19:42:43.082038+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.247 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: audit 2024-04-01T19:42:43.090147+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.247 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: audit 2024-04-01T19:42:43.135376+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.247 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: audit 2024-04-01T19:42:43.142932+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.247 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: audit 2024-04-01T19:42:43.244092+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:44.247 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: audit 2024-04-01T19:42:43.249126+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:44.247 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: audit 2024-04-01T19:42:43.250612+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:44.247 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: audit 2024-04-01T19:42:43.260008+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.248 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: cephadm 2024-04-01T19:42:43.260584+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:42:44.248 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: cephadm 2024-04-01T19:42:43.357913+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-01T19:42:44.248 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: audit 2024-04-01T19:42:43.358356+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-01T19:42:44.248 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: audit 2024-04-01T19:42:43.359996+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-01T19:42:44.248 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: audit 2024-04-01T19:42:43.361347+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:44.248 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: audit 2024-04-01T19:42:43.529839+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.248 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: audit 2024-04-01T19:42:43.536962+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.248 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:44 smithi046 bash[22057]: audit 2024-04-01T19:42:43.546312+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: cluster 2024-04-01T19:42:42.756002+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:44.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: audit 2024-04-01T19:42:43.082038+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: audit 2024-04-01T19:42:43.090147+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: audit 2024-04-01T19:42:43.135376+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: audit 2024-04-01T19:42:43.142932+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: audit 2024-04-01T19:42:43.244092+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:44.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: audit 2024-04-01T19:42:43.249126+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:44.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: audit 2024-04-01T19:42:43.250612+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:44.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: audit 2024-04-01T19:42:43.260008+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: cephadm 2024-04-01T19:42:43.260584+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:42:44.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: cephadm 2024-04-01T19:42:43.357913+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-01T19:42:44.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: audit 2024-04-01T19:42:43.358356+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-01T19:42:44.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: audit 2024-04-01T19:42:43.359996+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-01T19:42:44.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: audit 2024-04-01T19:42:43.361347+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:44.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: audit 2024-04-01T19:42:43.529839+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: audit 2024-04-01T19:42:43.536962+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:44 smithi040 bash[21483]: audit 2024-04-01T19:42:43.546312+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: cluster 2024-04-01T19:42:42.756002+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:44.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: audit 2024-04-01T19:42:43.082038+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: audit 2024-04-01T19:42:43.090147+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: audit 2024-04-01T19:42:43.135376+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: audit 2024-04-01T19:42:43.142932+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: audit 2024-04-01T19:42:43.244092+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:44.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: audit 2024-04-01T19:42:43.249126+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:44.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: audit 2024-04-01T19:42:43.250612+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:44.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: audit 2024-04-01T19:42:43.260008+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: cephadm 2024-04-01T19:42:43.260584+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:42:44.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: cephadm 2024-04-01T19:42:43.357913+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-01T19:42:44.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: audit 2024-04-01T19:42:43.358356+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-01T19:42:44.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: audit 2024-04-01T19:42:43.359996+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-01T19:42:44.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: audit 2024-04-01T19:42:43.361347+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:44.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: audit 2024-04-01T19:42:43.529839+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: audit 2024-04-01T19:42:43.536962+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:44.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:44 smithi063 bash[22079]: audit 2024-04-01T19:42:43.546312+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:45.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:45 smithi046 bash[22057]: cephadm 2024-04-01T19:42:43.363036+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi040 2024-04-01T19:42:45.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:45 smithi040 bash[21483]: cephadm 2024-04-01T19:42:43.363036+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi040 2024-04-01T19:42:45.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:45 smithi063 bash[22079]: cephadm 2024-04-01T19:42:43.363036+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi040 2024-04-01T19:42:45.966 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:42:46.059 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:45 smithi046 bash[23078]: debug 2024-04-01T19:42:45.774+0000 7fe31de04200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-01T19:42:46.059 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:45 smithi046 bash[23078]: debug 2024-04-01T19:42:45.874+0000 7fe31de04200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-01T19:42:46.558 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:46 smithi046 bash[23078]: debug 2024-04-01T19:42:46.126+0000 7fe31de04200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-01T19:42:46.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:46 smithi046 bash[22057]: cluster 2024-04-01T19:42:44.756413+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:46.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:46 smithi046 bash[22057]: audit 2024-04-01T19:42:45.338644+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:46.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:46 smithi046 bash[22057]: audit 2024-04-01T19:42:45.344275+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:46.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:46 smithi046 bash[22057]: audit 2024-04-01T19:42:45.384418+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:46.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:46 smithi046 bash[22057]: audit 2024-04-01T19:42:45.390246+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:46.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:46 smithi046 bash[22057]: audit 2024-04-01T19:42:45.392019+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:46.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:46 smithi046 bash[22057]: audit 2024-04-01T19:42:45.400300+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:46.637 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:46 smithi040 bash[21483]: cluster 2024-04-01T19:42:44.756413+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:46.637 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:46 smithi040 bash[21483]: audit 2024-04-01T19:42:45.338644+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:46.637 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:46 smithi040 bash[21483]: audit 2024-04-01T19:42:45.344275+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:46.637 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:46 smithi040 bash[21483]: audit 2024-04-01T19:42:45.384418+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:46.637 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:46 smithi040 bash[21483]: audit 2024-04-01T19:42:45.390246+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:46.637 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:46 smithi040 bash[21483]: audit 2024-04-01T19:42:45.392019+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:46.637 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:46 smithi040 bash[21483]: audit 2024-04-01T19:42:45.400300+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:46.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:46 smithi063 bash[22079]: cluster 2024-04-01T19:42:44.756413+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:46.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:46 smithi063 bash[22079]: audit 2024-04-01T19:42:45.338644+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:46.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:46 smithi063 bash[22079]: audit 2024-04-01T19:42:45.344275+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:46.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:46 smithi063 bash[22079]: audit 2024-04-01T19:42:45.384418+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:46.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:46 smithi063 bash[22079]: audit 2024-04-01T19:42:45.390246+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:46.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:46 smithi063 bash[22079]: audit 2024-04-01T19:42:45.392019+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:46.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:46 smithi063 bash[22079]: audit 2024-04-01T19:42:45.400300+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:47.309 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:46 smithi046 bash[23078]: debug 2024-04-01T19:42:46.966+0000 7fe31de04200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-01T19:42:47.309 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:47 smithi046 bash[23078]: debug 2024-04-01T19:42:47.078+0000 7fe31de04200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-01T19:42:47.309 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:47 smithi046 bash[23078]: debug 2024-04-01T19:42:47.182+0000 7fe31de04200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-01T19:42:47.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:47 smithi040 bash[21483]: cephadm 2024-04-01T19:42:45.401063+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:42:47.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:47 smithi040 bash[21483]: audit 2024-04-01T19:42:46.398932+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:47.589 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:47 smithi046 bash[23078]: debug 2024-04-01T19:42:47.550+0000 7fe31de04200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-01T19:42:47.589 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:47 smithi046 bash[22057]: cephadm 2024-04-01T19:42:45.401063+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:42:47.589 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:47 smithi046 bash[22057]: audit 2024-04-01T19:42:46.398932+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:47.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:47 smithi063 bash[22079]: cephadm 2024-04-01T19:42:45.401063+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:42:47.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:47 smithi063 bash[22079]: audit 2024-04-01T19:42:46.398932+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:48.058 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:47 smithi046 bash[23078]: debug 2024-04-01T19:42:47.666+0000 7fe31de04200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-01T19:42:48.059 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:47 smithi046 bash[23078]: debug 2024-04-01T19:42:47.774+0000 7fe31de04200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-01T19:42:48.424 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:48 smithi040 bash[21483]: cluster 2024-04-01T19:42:46.756870+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:48.425 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:48 smithi040 bash[21483]: audit 2024-04-01T19:42:48.155802+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:48.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:48 smithi046 bash[22057]: cluster 2024-04-01T19:42:46.756870+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:48.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:48 smithi046 bash[22057]: audit 2024-04-01T19:42:48.155802+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:48.559 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:48 smithi046 bash[23078]: debug 2024-04-01T19:42:48.138+0000 7fe31de04200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-01T19:42:48.559 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:48 smithi046 bash[23078]: debug 2024-04-01T19:42:48.386+0000 7fe31de04200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-01T19:42:48.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:48 smithi063 bash[22079]: cluster 2024-04-01T19:42:46.756870+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:48.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:48 smithi063 bash[22079]: audit 2024-04-01T19:42:48.155802+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:49.058 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:48 smithi046 bash[23078]: debug 2024-04-01T19:42:48.654+0000 7fe31de04200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-01T19:42:49.058 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:48 smithi046 bash[23078]: debug 2024-04-01T19:42:48.766+0000 7fe31de04200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-01T19:42:49.308 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:49 smithi046 bash[23078]: debug 2024-04-01T19:42:49.058+0000 7fe31de04200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-01T19:42:49.808 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:49 smithi046 bash[23078]: debug 2024-04-01T19:42:49.478+0000 7fe31de04200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-01T19:42:49.809 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:49 smithi046 bash[23078]: debug 2024-04-01T19:42:49.726+0000 7fe31de04200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-01T19:42:49.973 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-01T19:42:49.973 INFO:teuthology.orchestra.run.smithi040.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-01T19:42:49.973 INFO:teuthology.orchestra.run.smithi040.stderr: stderr: 10+0 records in 2024-04-01T19:42:49.973 INFO:teuthology.orchestra.run.smithi040.stderr:10+0 records out 2024-04-01T19:42:49.973 INFO:teuthology.orchestra.run.smithi040.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0135771 s, 772 MB/s 2024-04-01T19:42:49.973 INFO:teuthology.orchestra.run.smithi040.stderr:--> Zapping successful for: 2024-04-01T19:42:50.103 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:49 smithi046 bash[23078]: debug 2024-04-01T19:42:49.846+0000 7fe31de04200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-01T19:42:50.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:50 smithi040 bash[21483]: cluster 2024-04-01T19:42:48.757300+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:50.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:50 smithi040 bash[21483]: audit 2024-04-01T19:42:49.191089+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:50.559 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:50 smithi046 bash[23078]: debug 2024-04-01T19:42:50.102+0000 7fe31de04200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-01T19:42:50.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:50 smithi046 bash[22057]: cluster 2024-04-01T19:42:48.757300+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:50.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:50 smithi046 bash[22057]: audit 2024-04-01T19:42:49.191089+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:50.599 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi040:vg_nvme/lv_4 2024-04-01T19:42:50.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:50 smithi063 bash[22079]: cluster 2024-04-01T19:42:48.757300+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:50.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:50 smithi063 bash[22079]: audit 2024-04-01T19:42:49.191089+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:51.559 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:51 smithi046 bash[23078]: debug 2024-04-01T19:42:51.142+0000 7fe31de04200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-01T19:42:51.559 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:51 smithi046 bash[23078]: debug 2024-04-01T19:42:51.262+0000 7fe31de04200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-01T19:42:51.996 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:51 smithi046 bash[23078]: debug 2024-04-01T19:42:51.566+0000 7fe31de04200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-01T19:42:51.996 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:51 smithi046 bash[23078]: debug 2024-04-01T19:42:51.682+0000 7fe31de04200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-01T19:42:52.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:52 smithi063 bash[22079]: cluster 2024-04-01T19:42:50.757688+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:52.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:52 smithi063 bash[22079]: audit 2024-04-01T19:42:51.001320+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:52.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:52 smithi063 bash[22079]: audit 2024-04-01T19:42:51.013807+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:52.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:52 smithi063 bash[22079]: audit 2024-04-01T19:42:51.024380+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:52.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:52 smithi063 bash[22079]: audit 2024-04-01T19:42:51.032881+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:52.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:52 smithi063 bash[22079]: audit 2024-04-01T19:42:51.038405+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:52.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:52 smithi063 bash[22079]: audit 2024-04-01T19:42:51.040253+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:52.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:52 smithi063 bash[22079]: audit 2024-04-01T19:42:51.051493+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:52.274 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:52 smithi046 bash[23078]: debug 2024-04-01T19:42:52.150+0000 7fe31de04200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-01T19:42:52.274 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:42:52 smithi046 bash[23078]: debug 2024-04-01T19:42:52.274+0000 7fe31de04200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-01T19:42:52.275 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:51 smithi046 bash[22057]: cluster 2024-04-01T19:42:50.757688+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:52.275 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:51 smithi046 bash[22057]: audit 2024-04-01T19:42:51.001320+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:52.275 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:51 smithi046 bash[22057]: audit 2024-04-01T19:42:51.013807+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:52.275 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:51 smithi046 bash[22057]: audit 2024-04-01T19:42:51.024380+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:52.275 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:51 smithi046 bash[22057]: audit 2024-04-01T19:42:51.032881+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:52.275 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:52 smithi046 bash[22057]: audit 2024-04-01T19:42:51.038405+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:52.275 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:52 smithi046 bash[22057]: audit 2024-04-01T19:42:51.040253+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:52.275 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:52 smithi046 bash[22057]: audit 2024-04-01T19:42:51.051493+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:52 smithi040 bash[21483]: cluster 2024-04-01T19:42:50.757688+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:52 smithi040 bash[21483]: audit 2024-04-01T19:42:51.001320+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:52 smithi040 bash[21483]: audit 2024-04-01T19:42:51.013807+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:52 smithi040 bash[21483]: audit 2024-04-01T19:42:51.024380+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:52 smithi040 bash[21483]: audit 2024-04-01T19:42:51.032881+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:42:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:52 smithi040 bash[21483]: audit 2024-04-01T19:42:51.038405+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:52 smithi040 bash[21483]: audit 2024-04-01T19:42:51.040253+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:42:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:52 smithi040 bash[21483]: audit 2024-04-01T19:42:51.051493+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:53.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:53 smithi046 bash[22057]: cluster 2024-04-01T19:42:52.300798+0000 mon.a (mon.0) 374 : cluster [DBG] Standby manager daemon b started 2024-04-01T19:42:53.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:53 smithi046 bash[22057]: audit 2024-04-01T19:42:52.302414+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.46:0/369401335' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-01T19:42:53.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:53 smithi046 bash[22057]: audit 2024-04-01T19:42:52.303155+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.46:0/369401335' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-01T19:42:53.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:53 smithi046 bash[22057]: audit 2024-04-01T19:42:52.304420+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.46:0/369401335' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-01T19:42:53.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:53 smithi046 bash[22057]: audit 2024-04-01T19:42:52.305006+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.46:0/369401335' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-01T19:42:53.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:53 smithi040 bash[21483]: cluster 2024-04-01T19:42:52.300798+0000 mon.a (mon.0) 374 : cluster [DBG] Standby manager daemon b started 2024-04-01T19:42:53.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:53 smithi040 bash[21483]: audit 2024-04-01T19:42:52.302414+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.46:0/369401335' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-01T19:42:53.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:53 smithi040 bash[21483]: audit 2024-04-01T19:42:52.303155+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.46:0/369401335' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-01T19:42:53.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:53 smithi040 bash[21483]: audit 2024-04-01T19:42:52.304420+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.46:0/369401335' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-01T19:42:53.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:53 smithi040 bash[21483]: audit 2024-04-01T19:42:52.305006+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.46:0/369401335' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-01T19:42:53.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:53 smithi063 bash[22079]: cluster 2024-04-01T19:42:52.300798+0000 mon.a (mon.0) 374 : cluster [DBG] Standby manager daemon b started 2024-04-01T19:42:53.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:53 smithi063 bash[22079]: audit 2024-04-01T19:42:52.302414+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.46:0/369401335' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-01T19:42:53.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:53 smithi063 bash[22079]: audit 2024-04-01T19:42:52.303155+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.46:0/369401335' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-01T19:42:53.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:53 smithi063 bash[22079]: audit 2024-04-01T19:42:52.304420+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.46:0/369401335' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-01T19:42:53.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:53 smithi063 bash[22079]: audit 2024-04-01T19:42:52.305006+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.46:0/369401335' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-01T19:42:54.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:54 smithi046 bash[22057]: cluster 2024-04-01T19:42:52.758120+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:54.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:54 smithi046 bash[22057]: cluster 2024-04-01T19:42:53.020733+0000 mon.a (mon.0) 375 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-01T19:42:54.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:54 smithi046 bash[22057]: audit 2024-04-01T19:42:53.021327+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-01T19:42:54.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:54 smithi040 bash[21483]: cluster 2024-04-01T19:42:52.758120+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:54.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:54 smithi040 bash[21483]: cluster 2024-04-01T19:42:53.020733+0000 mon.a (mon.0) 375 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-01T19:42:54.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:54 smithi040 bash[21483]: audit 2024-04-01T19:42:53.021327+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-01T19:42:54.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:54 smithi063 bash[22079]: cluster 2024-04-01T19:42:52.758120+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:54.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:54 smithi063 bash[22079]: cluster 2024-04-01T19:42:53.020733+0000 mon.a (mon.0) 375 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-01T19:42:54.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:54 smithi063 bash[22079]: audit 2024-04-01T19:42:53.021327+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-01T19:42:55.352 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:42:56.271 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:56 smithi040 bash[21483]: cluster 2024-04-01T19:42:54.758557+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:56.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:56 smithi046 bash[22057]: cluster 2024-04-01T19:42:54.758557+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:56.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:56 smithi063 bash[22079]: cluster 2024-04-01T19:42:54.758557+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:57.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:57 smithi063 bash[22079]: audit 2024-04-01T19:42:56.420943+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:57.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:57 smithi063 bash[22079]: audit 2024-04-01T19:42:56.427356+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:57.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:57 smithi063 bash[22079]: audit 2024-04-01T19:42:56.432407+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:57.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:57 smithi063 bash[22079]: cluster 2024-04-01T19:42:56.759059+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:57.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:57 smithi046 bash[22057]: audit 2024-04-01T19:42:56.420943+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:57.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:57 smithi046 bash[22057]: audit 2024-04-01T19:42:56.427356+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:57.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:57 smithi046 bash[22057]: audit 2024-04-01T19:42:56.432407+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:57.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:57 smithi046 bash[22057]: cluster 2024-04-01T19:42:56.759059+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:57.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:57 smithi040 bash[21483]: audit 2024-04-01T19:42:56.420943+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:57.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:57 smithi040 bash[21483]: audit 2024-04-01T19:42:56.427356+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:57.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:57 smithi040 bash[21483]: audit 2024-04-01T19:42:56.432407+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:42:57.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:57 smithi040 bash[21483]: cluster 2024-04-01T19:42:56.759059+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:42:58.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:58 smithi046 bash[22057]: audit 2024-04-01T19:42:57.941246+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:42:58.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:58 smithi046 bash[22057]: audit 2024-04-01T19:42:57.948321+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-01T19:42:58.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:58 smithi046 bash[22057]: audit 2024-04-01T19:42:57.951747+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-01T19:42:58.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:42:58 smithi046 bash[22057]: audit 2024-04-01T19:42:57.952896+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:58.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:58 smithi040 bash[21483]: audit 2024-04-01T19:42:57.941246+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:42:58.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:58 smithi040 bash[21483]: audit 2024-04-01T19:42:57.948321+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-01T19:42:58.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:58 smithi040 bash[21483]: audit 2024-04-01T19:42:57.951747+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-01T19:42:58.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:42:58 smithi040 bash[21483]: audit 2024-04-01T19:42:57.952896+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:42:58.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:58 smithi063 bash[22079]: audit 2024-04-01T19:42:57.941246+0000 mgr.a (mgr.14152) 123 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi040:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:42:58.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:58 smithi063 bash[22079]: audit 2024-04-01T19:42:57.948321+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-01T19:42:58.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:58 smithi063 bash[22079]: audit 2024-04-01T19:42:57.951747+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-01T19:42:58.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:42:58 smithi063 bash[22079]: audit 2024-04-01T19:42:57.952896+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:00 smithi040 bash[21483]: cluster 2024-04-01T19:42:58.759587+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:00 smithi040 bash[21483]: audit 2024-04-01T19:42:59.067951+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:00 smithi040 bash[21483]: audit 2024-04-01T19:42:59.076498+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:00 smithi040 bash[21483]: audit 2024-04-01T19:42:59.087027+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:00.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:00 smithi063 bash[22079]: cluster 2024-04-01T19:42:58.759587+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:00.433 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:00 smithi063 bash[22079]: audit 2024-04-01T19:42:59.067951+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:00.433 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:00 smithi063 bash[22079]: audit 2024-04-01T19:42:59.076498+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:00.433 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:00 smithi063 bash[22079]: audit 2024-04-01T19:42:59.087027+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:00.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:00 smithi046 bash[22057]: cluster 2024-04-01T19:42:58.759587+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:00.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:00 smithi046 bash[22057]: audit 2024-04-01T19:42:59.067951+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:00.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:00 smithi046 bash[22057]: audit 2024-04-01T19:42:59.076498+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:00.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:00 smithi046 bash[22057]: audit 2024-04-01T19:42:59.087027+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:02.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:02 smithi040 bash[21483]: cluster 2024-04-01T19:43:00.760041+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:02.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:02 smithi063 bash[22079]: cluster 2024-04-01T19:43:00.760041+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:02.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:02 smithi046 bash[22057]: cluster 2024-04-01T19:43:00.760041+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:04.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:04 smithi040 bash[21483]: cluster 2024-04-01T19:43:02.760466+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:04.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:04 smithi063 bash[22079]: cluster 2024-04-01T19:43:02.760466+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:04.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:04 smithi046 bash[22057]: cluster 2024-04-01T19:43:02.760466+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:06.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:06 smithi040 bash[21483]: cluster 2024-04-01T19:43:04.760895+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:06.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:06 smithi040 bash[21483]: audit 2024-04-01T19:43:05.991195+0000 mon.a (mon.0) 386 : audit [INF] from='client.? 172.21.15.40:0/1234447807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6ff2790-ea9a-444d-96c1-bf851031cf47"}]: dispatch 2024-04-01T19:43:06.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:06 smithi040 bash[21483]: audit 2024-04-01T19:43:05.994407+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.40:0/1234447807' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6ff2790-ea9a-444d-96c1-bf851031cf47"}]': finished 2024-04-01T19:43:06.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:06 smithi040 bash[21483]: cluster 2024-04-01T19:43:06.000428+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-01T19:43:06.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:06 smithi040 bash[21483]: audit 2024-04-01T19:43:06.000835+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:06.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:06 smithi063 bash[22079]: cluster 2024-04-01T19:43:04.760895+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:06.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:06 smithi063 bash[22079]: audit 2024-04-01T19:43:05.991195+0000 mon.a (mon.0) 386 : audit [INF] from='client.? 172.21.15.40:0/1234447807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6ff2790-ea9a-444d-96c1-bf851031cf47"}]: dispatch 2024-04-01T19:43:06.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:06 smithi063 bash[22079]: audit 2024-04-01T19:43:05.994407+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.40:0/1234447807' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6ff2790-ea9a-444d-96c1-bf851031cf47"}]': finished 2024-04-01T19:43:06.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:06 smithi063 bash[22079]: cluster 2024-04-01T19:43:06.000428+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-01T19:43:06.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:06 smithi063 bash[22079]: audit 2024-04-01T19:43:06.000835+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:06.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:06 smithi046 bash[22057]: cluster 2024-04-01T19:43:04.760895+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:06.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:06 smithi046 bash[22057]: audit 2024-04-01T19:43:05.991195+0000 mon.a (mon.0) 386 : audit [INF] from='client.? 172.21.15.40:0/1234447807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6ff2790-ea9a-444d-96c1-bf851031cf47"}]: dispatch 2024-04-01T19:43:06.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:06 smithi046 bash[22057]: audit 2024-04-01T19:43:05.994407+0000 mon.a (mon.0) 387 : audit [INF] from='client.? 172.21.15.40:0/1234447807' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6ff2790-ea9a-444d-96c1-bf851031cf47"}]': finished 2024-04-01T19:43:06.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:06 smithi046 bash[22057]: cluster 2024-04-01T19:43:06.000428+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-01T19:43:06.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:06 smithi046 bash[22057]: audit 2024-04-01T19:43:06.000835+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:07.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:07 smithi063 bash[22079]: audit 2024-04-01T19:43:06.728064+0000 mon.a (mon.0) 390 : audit [DBG] from='client.? 172.21.15.40:0/1257889668' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-01T19:43:07.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:07 smithi046 bash[22057]: audit 2024-04-01T19:43:06.728064+0000 mon.a (mon.0) 390 : audit [DBG] from='client.? 172.21.15.40:0/1257889668' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-01T19:43:07.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:07 smithi040 bash[21483]: audit 2024-04-01T19:43:06.728064+0000 mon.a (mon.0) 390 : audit [DBG] from='client.? 172.21.15.40:0/1257889668' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-01T19:43:08.280 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:08 smithi040 bash[21483]: cluster 2024-04-01T19:43:06.761258+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:08.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:08 smithi046 bash[22057]: cluster 2024-04-01T19:43:06.761258+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:08.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:08 smithi063 bash[22079]: cluster 2024-04-01T19:43:06.761258+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:10.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:10 smithi040 bash[21483]: cluster 2024-04-01T19:43:08.761669+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:10.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:10 smithi063 bash[22079]: cluster 2024-04-01T19:43:08.761669+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:10.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:10 smithi046 bash[22057]: cluster 2024-04-01T19:43:08.761669+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:12.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:12 smithi046 bash[22057]: cluster 2024-04-01T19:43:10.762122+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:12.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:12 smithi046 bash[22057]: audit 2024-04-01T19:43:11.237755+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:12.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:12 smithi046 bash[22057]: audit 2024-04-01T19:43:11.242690+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:12.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:12 smithi046 bash[22057]: audit 2024-04-01T19:43:11.248482+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:12.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:12 smithi040 bash[21483]: cluster 2024-04-01T19:43:10.762122+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:12.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:12 smithi040 bash[21483]: audit 2024-04-01T19:43:11.237755+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:12.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:12 smithi040 bash[21483]: audit 2024-04-01T19:43:11.242690+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:12.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:12 smithi040 bash[21483]: audit 2024-04-01T19:43:11.248482+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:12.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:12 smithi063 bash[22079]: cluster 2024-04-01T19:43:10.762122+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:12.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:12 smithi063 bash[22079]: audit 2024-04-01T19:43:11.237755+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:12.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:12 smithi063 bash[22079]: audit 2024-04-01T19:43:11.242690+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:12.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:12 smithi063 bash[22079]: audit 2024-04-01T19:43:11.248482+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:14.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:14 smithi046 bash[22057]: cluster 2024-04-01T19:43:12.762549+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:14.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:14 smithi040 bash[21483]: cluster 2024-04-01T19:43:12.762549+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:14.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:14 smithi063 bash[22079]: cluster 2024-04-01T19:43:12.762549+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:16.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:16 smithi046 bash[22057]: cluster 2024-04-01T19:43:14.762969+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:16.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:16 smithi040 bash[21483]: cluster 2024-04-01T19:43:14.762969+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:16.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:16 smithi063 bash[22079]: cluster 2024-04-01T19:43:14.762969+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:17.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:17 smithi063 bash[22079]: audit 2024-04-01T19:43:16.612366+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:17.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:17 smithi063 bash[22079]: audit 2024-04-01T19:43:16.619910+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:17.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:17 smithi063 bash[22079]: cephadm 2024-04-01T19:43:16.622776+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi040 2024-04-01T19:43:17.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:17 smithi063 bash[22079]: audit 2024-04-01T19:43:16.631031+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:17.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:17 smithi063 bash[22079]: cluster 2024-04-01T19:43:16.763374+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:18.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:17 smithi046 bash[22057]: audit 2024-04-01T19:43:16.612366+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:18.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:17 smithi046 bash[22057]: audit 2024-04-01T19:43:16.619910+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:18.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:17 smithi046 bash[22057]: cephadm 2024-04-01T19:43:16.622776+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi040 2024-04-01T19:43:18.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:17 smithi046 bash[22057]: audit 2024-04-01T19:43:16.631031+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:18.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:17 smithi046 bash[22057]: cluster 2024-04-01T19:43:16.763374+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:18.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:17 smithi040 bash[21483]: audit 2024-04-01T19:43:16.612366+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:18.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:17 smithi040 bash[21483]: audit 2024-04-01T19:43:16.619910+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:18.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:17 smithi040 bash[21483]: cephadm 2024-04-01T19:43:16.622776+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi040 2024-04-01T19:43:18.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:17 smithi040 bash[21483]: audit 2024-04-01T19:43:16.631031+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:18.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:17 smithi040 bash[21483]: cluster 2024-04-01T19:43:16.763374+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:18.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:18 smithi063 bash[22079]: audit 2024-04-01T19:43:17.906919+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-01T19:43:18.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:18 smithi063 bash[22079]: audit 2024-04-01T19:43:17.908767+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:18.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:18 smithi063 bash[22079]: cephadm 2024-04-01T19:43:17.910377+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi040 2024-04-01T19:43:19.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:18 smithi040 bash[21483]: audit 2024-04-01T19:43:17.906919+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-01T19:43:19.041 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:18 smithi040 bash[21483]: audit 2024-04-01T19:43:17.908767+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:19.042 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:18 smithi040 bash[21483]: cephadm 2024-04-01T19:43:17.910377+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi040 2024-04-01T19:43:19.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:18 smithi046 bash[22057]: audit 2024-04-01T19:43:17.906919+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-01T19:43:19.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:18 smithi046 bash[22057]: audit 2024-04-01T19:43:17.908767+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:19.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:18 smithi046 bash[22057]: cephadm 2024-04-01T19:43:17.910377+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Deploying daemon osd.0 on smithi040 2024-04-01T19:43:20.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:20 smithi046 bash[22057]: cluster 2024-04-01T19:43:18.763833+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:20.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:20 smithi046 bash[22057]: audit 2024-04-01T19:43:19.285181+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:20.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:20 smithi046 bash[22057]: audit 2024-04-01T19:43:19.293049+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:20.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:20 smithi046 bash[22057]: audit 2024-04-01T19:43:19.301442+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:20.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:20 smithi040 bash[21483]: cluster 2024-04-01T19:43:18.763833+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:20.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:20 smithi040 bash[21483]: audit 2024-04-01T19:43:19.285181+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:20.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:20 smithi040 bash[21483]: audit 2024-04-01T19:43:19.293049+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:20.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:20 smithi040 bash[21483]: audit 2024-04-01T19:43:19.301442+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:20.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:20 smithi063 bash[22079]: cluster 2024-04-01T19:43:18.763833+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:20.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:20 smithi063 bash[22079]: audit 2024-04-01T19:43:19.285181+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:20.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:20 smithi063 bash[22079]: audit 2024-04-01T19:43:19.293049+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:20.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:20 smithi063 bash[22079]: audit 2024-04-01T19:43:19.301442+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:21.680 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:21 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:43:21.680 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:43:21 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:43:21.953 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:21 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:43:21.953 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:43:21 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:43:22.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:22 smithi046 bash[22057]: cluster 2024-04-01T19:43:20.764106+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:22.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:22 smithi046 bash[22057]: audit 2024-04-01T19:43:21.948431+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:22.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:22 smithi046 bash[22057]: audit 2024-04-01T19:43:21.953518+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:22.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:22 smithi046 bash[22057]: audit 2024-04-01T19:43:21.978281+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:43:22.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:22 smithi046 bash[22057]: audit 2024-04-01T19:43:21.982332+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:22.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:22 smithi046 bash[22057]: audit 2024-04-01T19:43:21.983345+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:43:22.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:22 smithi046 bash[22057]: audit 2024-04-01T19:43:21.988366+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:22.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:22 smithi040 bash[21483]: cluster 2024-04-01T19:43:20.764106+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:22.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:22 smithi040 bash[21483]: audit 2024-04-01T19:43:21.948431+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:22.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:22 smithi040 bash[21483]: audit 2024-04-01T19:43:21.953518+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:22.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:22 smithi040 bash[21483]: audit 2024-04-01T19:43:21.978281+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:43:22.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:22 smithi040 bash[21483]: audit 2024-04-01T19:43:21.982332+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:22.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:22 smithi040 bash[21483]: audit 2024-04-01T19:43:21.983345+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:43:22.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:22 smithi040 bash[21483]: audit 2024-04-01T19:43:21.988366+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:22 smithi063 bash[22079]: cluster 2024-04-01T19:43:20.764106+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:22 smithi063 bash[22079]: audit 2024-04-01T19:43:21.948431+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:22 smithi063 bash[22079]: audit 2024-04-01T19:43:21.953518+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:22 smithi063 bash[22079]: audit 2024-04-01T19:43:21.978281+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:43:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:22 smithi063 bash[22079]: audit 2024-04-01T19:43:21.982332+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:22 smithi063 bash[22079]: audit 2024-04-01T19:43:21.983345+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:43:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:22 smithi063 bash[22079]: audit 2024-04-01T19:43:21.988366+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:24.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:24 smithi046 bash[22057]: cluster 2024-04-01T19:43:22.764553+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:24.563 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:24 smithi040 bash[21483]: cluster 2024-04-01T19:43:22.764553+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:24.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:24 smithi063 bash[22079]: cluster 2024-04-01T19:43:22.764553+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:26.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:26 smithi046 bash[22057]: cluster 2024-04-01T19:43:24.765086+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:26.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:26 smithi040 bash[21483]: cluster 2024-04-01T19:43:24.765086+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:26.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:26 smithi063 bash[22079]: cluster 2024-04-01T19:43:24.765086+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:28.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:28 smithi046 bash[22057]: cluster 2024-04-01T19:43:26.765626+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:28.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:28 smithi046 bash[22057]: audit 2024-04-01T19:43:28.167118+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-01T19:43:28.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:28 smithi040 bash[21483]: cluster 2024-04-01T19:43:26.765626+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:28.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:28 smithi040 bash[21483]: audit 2024-04-01T19:43:28.167118+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-01T19:43:28.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:28 smithi063 bash[22079]: cluster 2024-04-01T19:43:26.765626+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:28.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:28 smithi063 bash[22079]: audit 2024-04-01T19:43:28.167118+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-01T19:43:29.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:29 smithi040 bash[21483]: audit 2024-04-01T19:43:28.298940+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-01T19:43:29.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:29 smithi040 bash[21483]: cluster 2024-04-01T19:43:28.303213+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-01T19:43:29.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:29 smithi040 bash[21483]: audit 2024-04-01T19:43:28.303981+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-01T19:43:29.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:29 smithi040 bash[21483]: audit 2024-04-01T19:43:28.304560+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:29.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:29 smithi040 bash[21483]: audit 2024-04-01T19:43:29.300454+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-01T19:43:29.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:29 smithi040 bash[21483]: cluster 2024-04-01T19:43:29.303320+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-01T19:43:29.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:29 smithi040 bash[21483]: audit 2024-04-01T19:43:29.304007+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:29.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:29 smithi063 bash[22079]: audit 2024-04-01T19:43:28.298940+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-01T19:43:29.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:29 smithi063 bash[22079]: cluster 2024-04-01T19:43:28.303213+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-01T19:43:29.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:29 smithi063 bash[22079]: audit 2024-04-01T19:43:28.303981+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-01T19:43:29.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:29 smithi063 bash[22079]: audit 2024-04-01T19:43:28.304560+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:29.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:29 smithi063 bash[22079]: audit 2024-04-01T19:43:29.300454+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-01T19:43:29.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:29 smithi063 bash[22079]: cluster 2024-04-01T19:43:29.303320+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-01T19:43:29.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:29 smithi063 bash[22079]: audit 2024-04-01T19:43:29.304007+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:29.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:29 smithi046 bash[22057]: audit 2024-04-01T19:43:28.298940+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-01T19:43:29.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:29 smithi046 bash[22057]: cluster 2024-04-01T19:43:28.303213+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-01T19:43:29.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:29 smithi046 bash[22057]: audit 2024-04-01T19:43:28.303981+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-01T19:43:29.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:29 smithi046 bash[22057]: audit 2024-04-01T19:43:28.304560+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:29.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:29 smithi046 bash[22057]: audit 2024-04-01T19:43:29.300454+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-01T19:43:29.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:29 smithi046 bash[22057]: cluster 2024-04-01T19:43:29.303320+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-01T19:43:29.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:29 smithi046 bash[22057]: audit 2024-04-01T19:43:29.304007+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:30.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:30 smithi040 bash[21483]: cluster 2024-04-01T19:43:28.765993+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:30.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:30 smithi040 bash[21483]: audit 2024-04-01T19:43:29.321347+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:30.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:30 smithi040 bash[21483]: audit 2024-04-01T19:43:29.789605+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757]' entity='osd.0' 2024-04-01T19:43:30.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:30 smithi040 bash[21483]: audit 2024-04-01T19:43:30.308516+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:30.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:30 smithi063 bash[22079]: cluster 2024-04-01T19:43:28.765993+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:30.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:30 smithi063 bash[22079]: audit 2024-04-01T19:43:29.321347+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:30.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:30 smithi063 bash[22079]: audit 2024-04-01T19:43:29.789605+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757]' entity='osd.0' 2024-04-01T19:43:30.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:30 smithi063 bash[22079]: audit 2024-04-01T19:43:30.308516+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:30.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:30 smithi046 bash[22057]: cluster 2024-04-01T19:43:28.765993+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:30.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:30 smithi046 bash[22057]: audit 2024-04-01T19:43:29.321347+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:30.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:30 smithi046 bash[22057]: audit 2024-04-01T19:43:29.789605+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757]' entity='osd.0' 2024-04-01T19:43:30.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:30 smithi046 bash[22057]: audit 2024-04-01T19:43:30.308516+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:32.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:31 smithi046 bash[22057]: cluster 2024-04-01T19:43:29.154128+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-01T19:43:32.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:31 smithi046 bash[22057]: cluster 2024-04-01T19:43:29.154187+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-01T19:43:32.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:31 smithi046 bash[22057]: cluster 2024-04-01T19:43:30.766412+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:32.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:31 smithi046 bash[22057]: cluster 2024-04-01T19:43:30.794369+0000 mon.a (mon.0) 419 : cluster [INF] osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757] boot 2024-04-01T19:43:32.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:31 smithi046 bash[22057]: cluster 2024-04-01T19:43:30.794472+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-01T19:43:32.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:31 smithi046 bash[22057]: audit 2024-04-01T19:43:30.794755+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:32.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:31 smithi046 bash[22057]: audit 2024-04-01T19:43:31.454826+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:32.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:31 smithi046 bash[22057]: audit 2024-04-01T19:43:31.460721+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:32.060 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:31 smithi046 bash[22057]: audit 2024-04-01T19:43:31.468117+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:32.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:31 smithi040 bash[21483]: cluster 2024-04-01T19:43:29.154128+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-01T19:43:32.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:31 smithi040 bash[21483]: cluster 2024-04-01T19:43:29.154187+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-01T19:43:32.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:31 smithi040 bash[21483]: cluster 2024-04-01T19:43:30.766412+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:32.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:31 smithi040 bash[21483]: cluster 2024-04-01T19:43:30.794369+0000 mon.a (mon.0) 419 : cluster [INF] osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757] boot 2024-04-01T19:43:32.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:31 smithi040 bash[21483]: cluster 2024-04-01T19:43:30.794472+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-01T19:43:32.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:31 smithi040 bash[21483]: audit 2024-04-01T19:43:30.794755+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:32.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:31 smithi040 bash[21483]: audit 2024-04-01T19:43:31.454826+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:32.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:31 smithi040 bash[21483]: audit 2024-04-01T19:43:31.460721+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:32.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:31 smithi040 bash[21483]: audit 2024-04-01T19:43:31.468117+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:32.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:31 smithi063 bash[22079]: cluster 2024-04-01T19:43:29.154128+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-01T19:43:32.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:31 smithi063 bash[22079]: cluster 2024-04-01T19:43:29.154187+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-01T19:43:32.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:31 smithi063 bash[22079]: cluster 2024-04-01T19:43:30.766412+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-01T19:43:32.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:31 smithi063 bash[22079]: cluster 2024-04-01T19:43:30.794369+0000 mon.a (mon.0) 419 : cluster [INF] osd.0 [v2:172.21.15.40:6802/2996866757,v1:172.21.15.40:6803/2996866757] boot 2024-04-01T19:43:32.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:31 smithi063 bash[22079]: cluster 2024-04-01T19:43:30.794472+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-01T19:43:32.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:31 smithi063 bash[22079]: audit 2024-04-01T19:43:30.794755+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:43:32.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:31 smithi063 bash[22079]: audit 2024-04-01T19:43:31.454826+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:32.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:31 smithi063 bash[22079]: audit 2024-04-01T19:43:31.460721+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:32.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:31 smithi063 bash[22079]: audit 2024-04-01T19:43:31.468117+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:32.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:32 smithi063 bash[22079]: cluster 2024-04-01T19:43:31.798326+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-01T19:43:33.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:32 smithi046 bash[22057]: cluster 2024-04-01T19:43:31.798326+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-01T19:43:33.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:32 smithi040 bash[21483]: cluster 2024-04-01T19:43:31.798326+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-01T19:43:33.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:33 smithi063 bash[22079]: cluster 2024-04-01T19:43:32.766858+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:34.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:33 smithi040 bash[21483]: cluster 2024-04-01T19:43:32.766858+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:34.252 INFO:teuthology.orchestra.run.smithi040.stdout:Created osd(s) 0 on host 'smithi040' 2024-04-01T19:43:34.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:33 smithi046 bash[22057]: cluster 2024-04-01T19:43:32.766858+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:34.843 DEBUG:teuthology.orchestra.run.smithi040:osd.0> sudo journalctl -f -n 0 -u ceph-59788392-f05f-11ee-b647-cb9ed24678a4@osd.0.service 2024-04-01T19:43:34.845 INFO:tasks.cephadm:Deploying osd.1 on smithi046 with /dev/vg_nvme/lv_4... 2024-04-01T19:43:34.846 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-01T19:43:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:35 smithi046 bash[22057]: audit 2024-04-01T19:43:34.198304+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:35 smithi046 bash[22057]: audit 2024-04-01T19:43:34.207003+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:35 smithi046 bash[22057]: audit 2024-04-01T19:43:34.216457+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:43:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:35 smithi046 bash[22057]: audit 2024-04-01T19:43:34.221466+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:43:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:35 smithi046 bash[22057]: cephadm 2024-04-01T19:43:34.222868+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 16245M 2024-04-01T19:43:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:35 smithi046 bash[22057]: audit 2024-04-01T19:43:34.228551+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:35 smithi046 bash[22057]: audit 2024-04-01T19:43:34.232248+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:35 smithi046 bash[22057]: audit 2024-04-01T19:43:34.233784+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:43:35.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:35 smithi046 bash[22057]: audit 2024-04-01T19:43:34.243721+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:35 smithi040 bash[21483]: audit 2024-04-01T19:43:34.198304+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:35 smithi040 bash[21483]: audit 2024-04-01T19:43:34.207003+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:35 smithi040 bash[21483]: audit 2024-04-01T19:43:34.216457+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:43:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:35 smithi040 bash[21483]: audit 2024-04-01T19:43:34.221466+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:43:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:35 smithi040 bash[21483]: cephadm 2024-04-01T19:43:34.222868+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 16245M 2024-04-01T19:43:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:35 smithi040 bash[21483]: audit 2024-04-01T19:43:34.228551+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:35 smithi040 bash[21483]: audit 2024-04-01T19:43:34.232248+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:35 smithi040 bash[21483]: audit 2024-04-01T19:43:34.233784+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:43:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:35 smithi040 bash[21483]: audit 2024-04-01T19:43:34.243721+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:35 smithi063 bash[22079]: audit 2024-04-01T19:43:34.198304+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:35 smithi063 bash[22079]: audit 2024-04-01T19:43:34.207003+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:35 smithi063 bash[22079]: audit 2024-04-01T19:43:34.216457+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:43:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:35 smithi063 bash[22079]: audit 2024-04-01T19:43:34.221466+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:43:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:35 smithi063 bash[22079]: cephadm 2024-04-01T19:43:34.222868+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 16245M 2024-04-01T19:43:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:35 smithi063 bash[22079]: audit 2024-04-01T19:43:34.228551+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:35 smithi063 bash[22079]: audit 2024-04-01T19:43:34.232248+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:35 smithi063 bash[22079]: audit 2024-04-01T19:43:34.233784+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:43:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:35 smithi063 bash[22079]: audit 2024-04-01T19:43:34.243721+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:36.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:36 smithi046 bash[22057]: cluster 2024-04-01T19:43:34.767331+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:36.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:36 smithi040 bash[21483]: cluster 2024-04-01T19:43:34.767331+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:36.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:36 smithi063 bash[22079]: cluster 2024-04-01T19:43:34.767331+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:38.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:37 smithi063 bash[22079]: cluster 2024-04-01T19:43:36.767806+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:38.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:37 smithi063 bash[22079]: audit 2024-04-01T19:43:36.849205+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:38.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:37 smithi063 bash[22079]: audit 2024-04-01T19:43:36.857914+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:38.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:37 smithi063 bash[22079]: audit 2024-04-01T19:43:36.868455+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:38.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:37 smithi063 bash[22079]: audit 2024-04-01T19:43:36.869338+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:43:38.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:37 smithi063 bash[22079]: audit 2024-04-01T19:43:36.876718+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:38.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:37 smithi063 bash[22079]: audit 2024-04-01T19:43:36.878399+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:43:38.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:37 smithi063 bash[22079]: cluster 2024-04-01T19:43:36.882310+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:38.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:37 smithi063 bash[22079]: audit 2024-04-01T19:43:36.889003+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:38.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:37 smithi063 bash[22079]: cluster 2024-04-01T19:43:37.245073+0000 mon.a (mon.0) 441 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-01T19:43:38.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:37 smithi046 bash[22057]: cluster 2024-04-01T19:43:36.767806+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:38.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:37 smithi046 bash[22057]: audit 2024-04-01T19:43:36.849205+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:38.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:37 smithi046 bash[22057]: audit 2024-04-01T19:43:36.857914+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:38.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:37 smithi046 bash[22057]: audit 2024-04-01T19:43:36.868455+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:38.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:37 smithi046 bash[22057]: audit 2024-04-01T19:43:36.869338+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:43:38.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:37 smithi046 bash[22057]: audit 2024-04-01T19:43:36.876718+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:38.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:37 smithi046 bash[22057]: audit 2024-04-01T19:43:36.878399+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:43:38.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:37 smithi046 bash[22057]: cluster 2024-04-01T19:43:36.882310+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:38.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:37 smithi046 bash[22057]: audit 2024-04-01T19:43:36.889003+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:38.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:37 smithi046 bash[22057]: cluster 2024-04-01T19:43:37.245073+0000 mon.a (mon.0) 441 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-01T19:43:38.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:37 smithi040 bash[21483]: cluster 2024-04-01T19:43:36.767806+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:38.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:37 smithi040 bash[21483]: audit 2024-04-01T19:43:36.849205+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:38.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:37 smithi040 bash[21483]: audit 2024-04-01T19:43:36.857914+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:38.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:37 smithi040 bash[21483]: audit 2024-04-01T19:43:36.868455+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:38.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:37 smithi040 bash[21483]: audit 2024-04-01T19:43:36.869338+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:43:38.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:37 smithi040 bash[21483]: audit 2024-04-01T19:43:36.876718+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:38.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:37 smithi040 bash[21483]: audit 2024-04-01T19:43:36.878399+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:43:38.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:37 smithi040 bash[21483]: cluster 2024-04-01T19:43:36.882310+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:38.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:37 smithi040 bash[21483]: audit 2024-04-01T19:43:36.889003+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:38.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:37 smithi040 bash[21483]: cluster 2024-04-01T19:43:37.245073+0000 mon.a (mon.0) 441 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-01T19:43:39.564 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.b/config 2024-04-01T19:43:40.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:39 smithi046 bash[22057]: cluster 2024-04-01T19:43:38.882726+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:40.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:39 smithi046 bash[22057]: audit 2024-04-01T19:43:39.507856+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:40.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:39 smithi046 bash[22057]: audit 2024-04-01T19:43:39.516361+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:40.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:39 smithi046 bash[22057]: audit 2024-04-01T19:43:39.526906+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:40.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:39 smithi040 bash[21483]: cluster 2024-04-01T19:43:38.882726+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:40.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:39 smithi040 bash[21483]: audit 2024-04-01T19:43:39.507856+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:40.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:39 smithi040 bash[21483]: audit 2024-04-01T19:43:39.516361+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:40.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:39 smithi040 bash[21483]: audit 2024-04-01T19:43:39.526906+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:40.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:39 smithi063 bash[22079]: cluster 2024-04-01T19:43:38.882726+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:40.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:39 smithi063 bash[22079]: audit 2024-04-01T19:43:39.507856+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:40.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:39 smithi063 bash[22079]: audit 2024-04-01T19:43:39.516361+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:40.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:39 smithi063 bash[22079]: audit 2024-04-01T19:43:39.526906+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:42.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:41 smithi063 bash[22079]: audit 2024-04-01T19:43:40.854029+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:42.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:41 smithi063 bash[22079]: audit 2024-04-01T19:43:40.860904+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:42.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:41 smithi063 bash[22079]: audit 2024-04-01T19:43:40.868862+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:42.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:41 smithi063 bash[22079]: audit 2024-04-01T19:43:40.873871+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:43:42.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:41 smithi063 bash[22079]: audit 2024-04-01T19:43:40.878180+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:42.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:41 smithi063 bash[22079]: audit 2024-04-01T19:43:40.879399+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:43:42.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:41 smithi063 bash[22079]: cluster 2024-04-01T19:43:40.881912+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:42.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:41 smithi063 bash[22079]: audit 2024-04-01T19:43:40.888124+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:42.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:41 smithi046 bash[22057]: audit 2024-04-01T19:43:40.854029+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:42.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:41 smithi046 bash[22057]: audit 2024-04-01T19:43:40.860904+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:42.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:41 smithi046 bash[22057]: audit 2024-04-01T19:43:40.868862+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:42.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:41 smithi046 bash[22057]: audit 2024-04-01T19:43:40.873871+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:43:42.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:41 smithi046 bash[22057]: audit 2024-04-01T19:43:40.878180+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:42.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:41 smithi046 bash[22057]: audit 2024-04-01T19:43:40.879399+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:43:42.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:41 smithi046 bash[22057]: cluster 2024-04-01T19:43:40.881912+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:42.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:41 smithi046 bash[22057]: audit 2024-04-01T19:43:40.888124+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:42.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:41 smithi040 bash[21483]: audit 2024-04-01T19:43:40.854029+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:42.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:41 smithi040 bash[21483]: audit 2024-04-01T19:43:40.860904+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:42.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:41 smithi040 bash[21483]: audit 2024-04-01T19:43:40.868862+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:42.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:41 smithi040 bash[21483]: audit 2024-04-01T19:43:40.873871+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:43:42.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:41 smithi040 bash[21483]: audit 2024-04-01T19:43:40.878180+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:42.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:41 smithi040 bash[21483]: audit 2024-04-01T19:43:40.879399+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:43:42.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:41 smithi040 bash[21483]: cluster 2024-04-01T19:43:40.881912+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:42.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:41 smithi040 bash[21483]: audit 2024-04-01T19:43:40.888124+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:42.636 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-01T19:43:42.636 INFO:teuthology.orchestra.run.smithi046.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-01T19:43:42.636 INFO:teuthology.orchestra.run.smithi046.stderr: stderr: 10+0 records in 2024-04-01T19:43:42.636 INFO:teuthology.orchestra.run.smithi046.stderr:10+0 records out 2024-04-01T19:43:42.636 INFO:teuthology.orchestra.run.smithi046.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0124717 s, 841 MB/s 2024-04-01T19:43:42.637 INFO:teuthology.orchestra.run.smithi046.stderr:--> Zapping successful for: 2024-04-01T19:43:43.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:42 smithi046 bash[22057]: cluster 2024-04-01T19:43:41.865502+0000 mon.a (mon.0) 452 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-01T19:43:43.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:42 smithi046 bash[22057]: cluster 2024-04-01T19:43:41.865556+0000 mon.a (mon.0) 453 : cluster [INF] Cluster is now healthy 2024-04-01T19:43:43.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:42 smithi063 bash[22079]: cluster 2024-04-01T19:43:41.865502+0000 mon.a (mon.0) 452 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-01T19:43:43.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:42 smithi063 bash[22079]: cluster 2024-04-01T19:43:41.865556+0000 mon.a (mon.0) 453 : cluster [INF] Cluster is now healthy 2024-04-01T19:43:43.287 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi046:vg_nvme/lv_4 2024-04-01T19:43:43.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:42 smithi040 bash[21483]: cluster 2024-04-01T19:43:41.865502+0000 mon.a (mon.0) 452 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-01T19:43:43.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:42 smithi040 bash[21483]: cluster 2024-04-01T19:43:41.865556+0000 mon.a (mon.0) 453 : cluster [INF] Cluster is now healthy 2024-04-01T19:43:44.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:43 smithi063 bash[22079]: cluster 2024-04-01T19:43:42.882365+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:44.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:43 smithi046 bash[22057]: cluster 2024-04-01T19:43:42.882365+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:44.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:43 smithi040 bash[21483]: cluster 2024-04-01T19:43:42.882365+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:46.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:45 smithi046 bash[22057]: cluster 2024-04-01T19:43:44.882759+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:46.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:45 smithi040 bash[21483]: cluster 2024-04-01T19:43:44.882759+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:46.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:45 smithi063 bash[22079]: cluster 2024-04-01T19:43:44.882759+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:48.005 INFO:teuthology.orchestra.run.smithi046.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.b/config 2024-04-01T19:43:48.226 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:47 smithi040 bash[21483]: cluster 2024-04-01T19:43:46.883143+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:48.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:47 smithi046 bash[22057]: cluster 2024-04-01T19:43:46.883143+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:48.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:47 smithi063 bash[22079]: cluster 2024-04-01T19:43:46.883143+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:50.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:49 smithi040 bash[21483]: cluster 2024-04-01T19:43:48.883640+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:50.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:49 smithi046 bash[22057]: cluster 2024-04-01T19:43:48.883640+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:50.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:49 smithi063 bash[22079]: cluster 2024-04-01T19:43:48.883640+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:52.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:51 smithi046 bash[22057]: cluster 2024-04-01T19:43:50.883946+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:52.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:51 smithi046 bash[22057]: audit 2024-04-01T19:43:51.170190+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:43:52.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:51 smithi046 bash[22057]: audit 2024-04-01T19:43:51.174450+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-01T19:43:52.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:51 smithi046 bash[22057]: audit 2024-04-01T19:43:51.178280+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-01T19:43:52.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:51 smithi046 bash[22057]: audit 2024-04-01T19:43:51.179234+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:52.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:51 smithi046 bash[22057]: audit 2024-04-01T19:43:51.640288+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:52.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:51 smithi046 bash[22057]: audit 2024-04-01T19:43:51.648573+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:52.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:51 smithi046 bash[22057]: audit 2024-04-01T19:43:51.659170+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:51 smithi040 bash[21483]: cluster 2024-04-01T19:43:50.883946+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:51 smithi040 bash[21483]: audit 2024-04-01T19:43:51.170190+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:43:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:51 smithi040 bash[21483]: audit 2024-04-01T19:43:51.174450+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-01T19:43:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:51 smithi040 bash[21483]: audit 2024-04-01T19:43:51.178280+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-01T19:43:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:51 smithi040 bash[21483]: audit 2024-04-01T19:43:51.179234+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:51 smithi040 bash[21483]: audit 2024-04-01T19:43:51.640288+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:51 smithi040 bash[21483]: audit 2024-04-01T19:43:51.648573+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:52.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:51 smithi040 bash[21483]: audit 2024-04-01T19:43:51.659170+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:52.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:51 smithi063 bash[22079]: cluster 2024-04-01T19:43:50.883946+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:52.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:51 smithi063 bash[22079]: audit 2024-04-01T19:43:51.170190+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi046:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:43:52.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:51 smithi063 bash[22079]: audit 2024-04-01T19:43:51.174450+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-01T19:43:52.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:51 smithi063 bash[22079]: audit 2024-04-01T19:43:51.178280+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-01T19:43:52.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:51 smithi063 bash[22079]: audit 2024-04-01T19:43:51.179234+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:43:52.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:51 smithi063 bash[22079]: audit 2024-04-01T19:43:51.640288+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:52.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:51 smithi063 bash[22079]: audit 2024-04-01T19:43:51.648573+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:52.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:51 smithi063 bash[22079]: audit 2024-04-01T19:43:51.659170+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:43:54.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:53 smithi063 bash[22079]: cluster 2024-04-01T19:43:52.884323+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:54.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:53 smithi046 bash[22057]: cluster 2024-04-01T19:43:52.884323+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:54.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:53 smithi040 bash[21483]: cluster 2024-04-01T19:43:52.884323+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:56.285 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:55 smithi063 bash[22079]: cluster 2024-04-01T19:43:54.884771+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:56.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:55 smithi046 bash[22057]: cluster 2024-04-01T19:43:54.884771+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:56.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:55 smithi040 bash[21483]: cluster 2024-04-01T19:43:54.884771+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:58.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:57 smithi046 bash[22057]: cluster 2024-04-01T19:43:56.885264+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:58.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:57 smithi040 bash[21483]: cluster 2024-04-01T19:43:56.885264+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:43:58.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:57 smithi063 bash[22079]: cluster 2024-04-01T19:43:56.885264+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:59 smithi046 bash[22057]: cluster 2024-04-01T19:43:58.885723+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:59 smithi046 bash[22057]: audit 2024-04-01T19:43:59.297957+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.46:0/2420704015' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "333dae14-14a3-4d74-bfd8-34929999db6c"}]: dispatch 2024-04-01T19:44:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:59 smithi046 bash[22057]: audit 2024-04-01T19:43:59.299217+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "333dae14-14a3-4d74-bfd8-34929999db6c"}]: dispatch 2024-04-01T19:44:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:59 smithi046 bash[22057]: audit 2024-04-01T19:43:59.302461+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "333dae14-14a3-4d74-bfd8-34929999db6c"}]': finished 2024-04-01T19:44:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:59 smithi046 bash[22057]: cluster 2024-04-01T19:43:59.307512+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-01T19:44:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:59 smithi046 bash[22057]: audit 2024-04-01T19:43:59.308047+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:59 smithi046 bash[22057]: audit 2024-04-01T19:43:59.685657+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:59 smithi046 bash[22057]: audit 2024-04-01T19:43:59.693689+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:43:59 smithi046 bash[22057]: audit 2024-04-01T19:43:59.703397+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:59 smithi040 bash[21483]: cluster 2024-04-01T19:43:58.885723+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:59 smithi040 bash[21483]: audit 2024-04-01T19:43:59.297957+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.46:0/2420704015' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "333dae14-14a3-4d74-bfd8-34929999db6c"}]: dispatch 2024-04-01T19:44:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:59 smithi040 bash[21483]: audit 2024-04-01T19:43:59.299217+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "333dae14-14a3-4d74-bfd8-34929999db6c"}]: dispatch 2024-04-01T19:44:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:59 smithi040 bash[21483]: audit 2024-04-01T19:43:59.302461+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "333dae14-14a3-4d74-bfd8-34929999db6c"}]': finished 2024-04-01T19:44:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:59 smithi040 bash[21483]: cluster 2024-04-01T19:43:59.307512+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-01T19:44:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:59 smithi040 bash[21483]: audit 2024-04-01T19:43:59.308047+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:59 smithi040 bash[21483]: audit 2024-04-01T19:43:59.685657+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:59 smithi040 bash[21483]: audit 2024-04-01T19:43:59.693689+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:43:59 smithi040 bash[21483]: audit 2024-04-01T19:43:59.703397+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:00.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:59 smithi063 bash[22079]: cluster 2024-04-01T19:43:58.885723+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:00.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:59 smithi063 bash[22079]: audit 2024-04-01T19:43:59.297957+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.46:0/2420704015' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "333dae14-14a3-4d74-bfd8-34929999db6c"}]: dispatch 2024-04-01T19:44:00.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:59 smithi063 bash[22079]: audit 2024-04-01T19:43:59.299217+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "333dae14-14a3-4d74-bfd8-34929999db6c"}]: dispatch 2024-04-01T19:44:00.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:59 smithi063 bash[22079]: audit 2024-04-01T19:43:59.302461+0000 mon.a (mon.0) 461 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "333dae14-14a3-4d74-bfd8-34929999db6c"}]': finished 2024-04-01T19:44:00.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:59 smithi063 bash[22079]: cluster 2024-04-01T19:43:59.307512+0000 mon.a (mon.0) 462 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-01T19:44:00.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:59 smithi063 bash[22079]: audit 2024-04-01T19:43:59.308047+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:00.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:59 smithi063 bash[22079]: audit 2024-04-01T19:43:59.685657+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:00.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:59 smithi063 bash[22079]: audit 2024-04-01T19:43:59.693689+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:00.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:43:59 smithi063 bash[22079]: audit 2024-04-01T19:43:59.703397+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:01.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:00 smithi046 bash[22057]: audit 2024-04-01T19:44:00.029028+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.46:0/686909781' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-01T19:44:01.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:00 smithi046 bash[22057]: audit 2024-04-01T19:44:00.480343+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:01.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:00 smithi046 bash[22057]: audit 2024-04-01T19:44:00.486564+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:01.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:00 smithi046 bash[22057]: audit 2024-04-01T19:44:00.492067+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:01.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:00 smithi040 bash[21483]: audit 2024-04-01T19:44:00.029028+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.46:0/686909781' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-01T19:44:01.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:00 smithi040 bash[21483]: audit 2024-04-01T19:44:00.480343+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:01.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:00 smithi040 bash[21483]: audit 2024-04-01T19:44:00.486564+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:01.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:00 smithi040 bash[21483]: audit 2024-04-01T19:44:00.492067+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:01.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:00 smithi063 bash[22079]: audit 2024-04-01T19:44:00.029028+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.46:0/686909781' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-01T19:44:01.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:00 smithi063 bash[22079]: audit 2024-04-01T19:44:00.480343+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:01.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:00 smithi063 bash[22079]: audit 2024-04-01T19:44:00.486564+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:01.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:00 smithi063 bash[22079]: audit 2024-04-01T19:44:00.492067+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:02.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:01 smithi046 bash[22057]: cluster 2024-04-01T19:44:00.886162+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:02.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:01 smithi040 bash[21483]: cluster 2024-04-01T19:44:00.886162+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:02.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:01 smithi063 bash[22079]: cluster 2024-04-01T19:44:00.886162+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:04.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:03 smithi046 bash[22057]: cluster 2024-04-01T19:44:02.886724+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:04.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:03 smithi040 bash[21483]: cluster 2024-04-01T19:44:02.886724+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:04.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:03 smithi063 bash[22079]: cluster 2024-04-01T19:44:02.886724+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:06.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:05 smithi046 bash[22057]: cluster 2024-04-01T19:44:04.887206+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:06.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:05 smithi040 bash[21483]: cluster 2024-04-01T19:44:04.887206+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:06.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:05 smithi063 bash[22079]: cluster 2024-04-01T19:44:04.887206+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:08.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:07 smithi040 bash[21483]: cluster 2024-04-01T19:44:06.887677+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:08.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:08 smithi046 bash[22057]: cluster 2024-04-01T19:44:06.887677+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:08.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:07 smithi063 bash[22079]: cluster 2024-04-01T19:44:06.887677+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:10.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:09 smithi040 bash[21483]: cluster 2024-04-01T19:44:08.888070+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:10.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:09 smithi046 bash[22057]: cluster 2024-04-01T19:44:08.888070+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:10.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:09 smithi063 bash[22079]: cluster 2024-04-01T19:44:08.888070+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:12.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:11 smithi046 bash[22057]: cluster 2024-04-01T19:44:10.888508+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:12.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:11 smithi046 bash[22057]: audit 2024-04-01T19:44:11.785001+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:12.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:11 smithi046 bash[22057]: audit 2024-04-01T19:44:11.793496+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:12.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:11 smithi046 bash[22057]: audit 2024-04-01T19:44:11.803952+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:12.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:11 smithi040 bash[21483]: cluster 2024-04-01T19:44:10.888508+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:12.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:11 smithi040 bash[21483]: audit 2024-04-01T19:44:11.785001+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:12.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:11 smithi040 bash[21483]: audit 2024-04-01T19:44:11.793496+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:12.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:11 smithi040 bash[21483]: audit 2024-04-01T19:44:11.803952+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:12.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:11 smithi063 bash[22079]: cluster 2024-04-01T19:44:10.888508+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:12.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:11 smithi063 bash[22079]: audit 2024-04-01T19:44:11.785001+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:12.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:11 smithi063 bash[22079]: audit 2024-04-01T19:44:11.793496+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:12.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:11 smithi063 bash[22079]: audit 2024-04-01T19:44:11.803952+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:13.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:13 smithi046 bash[22057]: cephadm 2024-04-01T19:44:11.796747+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi046 2024-04-01T19:44:13.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:13 smithi046 bash[22057]: audit 2024-04-01T19:44:12.268571+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-01T19:44:13.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:13 smithi046 bash[22057]: audit 2024-04-01T19:44:12.270380+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:13.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:13 smithi046 bash[22057]: cephadm 2024-04-01T19:44:12.272044+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Deploying daemon osd.1 on smithi046 2024-04-01T19:44:13.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:13 smithi040 bash[21483]: cephadm 2024-04-01T19:44:11.796747+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi046 2024-04-01T19:44:13.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:13 smithi040 bash[21483]: audit 2024-04-01T19:44:12.268571+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-01T19:44:13.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:13 smithi040 bash[21483]: audit 2024-04-01T19:44:12.270380+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:13.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:13 smithi040 bash[21483]: cephadm 2024-04-01T19:44:12.272044+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Deploying daemon osd.1 on smithi046 2024-04-01T19:44:13.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:13 smithi063 bash[22079]: cephadm 2024-04-01T19:44:11.796747+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi046 2024-04-01T19:44:13.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:13 smithi063 bash[22079]: audit 2024-04-01T19:44:12.268571+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-01T19:44:13.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:13 smithi063 bash[22079]: audit 2024-04-01T19:44:12.270380+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:13.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:13 smithi063 bash[22079]: cephadm 2024-04-01T19:44:12.272044+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Deploying daemon osd.1 on smithi046 2024-04-01T19:44:14.268 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:14 smithi046 bash[22057]: cluster 2024-04-01T19:44:12.888977+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:14.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:14 smithi040 bash[21483]: cluster 2024-04-01T19:44:12.888977+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:14.379 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:14 smithi063 bash[22079]: cluster 2024-04-01T19:44:12.888977+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:16.258 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:44:16 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:44:16.258 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:16 smithi046 bash[22057]: cluster 2024-04-01T19:44:14.889407+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:16.258 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:16 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:44:16.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:16 smithi040 bash[21483]: cluster 2024-04-01T19:44:14.889407+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:16.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:16 smithi063 bash[22079]: cluster 2024-04-01T19:44:14.889407+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:16.542 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:16 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:44:16.542 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:44:16 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:44:17.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:17 smithi046 bash[22057]: audit 2024-04-01T19:44:16.547559+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:17.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:17 smithi046 bash[22057]: audit 2024-04-01T19:44:16.552027+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:44:17.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:17 smithi046 bash[22057]: audit 2024-04-01T19:44:16.556690+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:17.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:17 smithi046 bash[22057]: audit 2024-04-01T19:44:16.564499+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:17.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:17 smithi046 bash[22057]: audit 2024-04-01T19:44:16.566997+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:44:17.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:17 smithi046 bash[22057]: audit 2024-04-01T19:44:16.578558+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:17.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:17 smithi046 bash[22057]: cluster 2024-04-01T19:44:16.889859+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:17.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:17 smithi040 bash[21483]: audit 2024-04-01T19:44:16.547559+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:17.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:17 smithi040 bash[21483]: audit 2024-04-01T19:44:16.552027+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:44:17.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:17 smithi040 bash[21483]: audit 2024-04-01T19:44:16.556690+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:17.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:17 smithi040 bash[21483]: audit 2024-04-01T19:44:16.564499+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:17.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:17 smithi040 bash[21483]: audit 2024-04-01T19:44:16.566997+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:44:17.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:17 smithi040 bash[21483]: audit 2024-04-01T19:44:16.578558+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:17.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:17 smithi040 bash[21483]: cluster 2024-04-01T19:44:16.889859+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:17.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:17 smithi063 bash[22079]: audit 2024-04-01T19:44:16.547559+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:17.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:17 smithi063 bash[22079]: audit 2024-04-01T19:44:16.552027+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:44:17.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:17 smithi063 bash[22079]: audit 2024-04-01T19:44:16.556690+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:17.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:17 smithi063 bash[22079]: audit 2024-04-01T19:44:16.564499+0000 mon.a (mon.0) 478 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:17.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:17 smithi063 bash[22079]: audit 2024-04-01T19:44:16.566997+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:44:17.930 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:17 smithi063 bash[22079]: audit 2024-04-01T19:44:16.578558+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:17.930 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:17 smithi063 bash[22079]: cluster 2024-04-01T19:44:16.889859+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:20.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:19 smithi063 bash[22079]: cluster 2024-04-01T19:44:18.890315+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:20.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:19 smithi063 bash[22079]: audit 2024-04-01T19:44:19.908893+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:20.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:19 smithi063 bash[22079]: audit 2024-04-01T19:44:19.916890+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:20.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:19 smithi063 bash[22079]: audit 2024-04-01T19:44:19.924164+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:20.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:19 smithi046 bash[22057]: cluster 2024-04-01T19:44:18.890315+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:20.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:19 smithi046 bash[22057]: audit 2024-04-01T19:44:19.908893+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:20.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:19 smithi046 bash[22057]: audit 2024-04-01T19:44:19.916890+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:20.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:19 smithi046 bash[22057]: audit 2024-04-01T19:44:19.924164+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:20.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:19 smithi040 bash[21483]: cluster 2024-04-01T19:44:18.890315+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:20.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:19 smithi040 bash[21483]: audit 2024-04-01T19:44:19.908893+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:20.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:19 smithi040 bash[21483]: audit 2024-04-01T19:44:19.916890+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:20.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:19 smithi040 bash[21483]: audit 2024-04-01T19:44:19.924164+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:22.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:21 smithi046 bash[22057]: audit 2024-04-01T19:44:20.700260+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:22.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:21 smithi046 bash[22057]: audit 2024-04-01T19:44:20.709572+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:22.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:21 smithi046 bash[22057]: audit 2024-04-01T19:44:20.719870+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:22.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:21 smithi046 bash[22057]: cluster 2024-04-01T19:44:20.890766+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:22.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:21 smithi040 bash[21483]: audit 2024-04-01T19:44:20.700260+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:22.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:21 smithi040 bash[21483]: audit 2024-04-01T19:44:20.709572+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:22.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:21 smithi040 bash[21483]: audit 2024-04-01T19:44:20.719870+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:22.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:21 smithi040 bash[21483]: cluster 2024-04-01T19:44:20.890766+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:22.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:21 smithi063 bash[22079]: audit 2024-04-01T19:44:20.700260+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:22.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:21 smithi063 bash[22079]: audit 2024-04-01T19:44:20.709572+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:22.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:21 smithi063 bash[22079]: audit 2024-04-01T19:44:20.719870+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:22.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:21 smithi063 bash[22079]: cluster 2024-04-01T19:44:20.890766+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:23.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:22 smithi046 bash[22057]: audit 2024-04-01T19:44:22.803964+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.46:6800/3470495214,v1:172.21.15.46:6801/3470495214]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-01T19:44:23.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:22 smithi046 bash[22057]: audit 2024-04-01T19:44:22.805094+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"]}]: dispatch 2024-04-01T19:44:23.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:22 smithi063 bash[22079]: audit 2024-04-01T19:44:22.803964+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.46:6800/3470495214,v1:172.21.15.46:6801/3470495214]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-01T19:44:23.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:22 smithi063 bash[22079]: audit 2024-04-01T19:44:22.805094+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"]}]: dispatch 2024-04-01T19:44:23.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:22 smithi040 bash[21483]: audit 2024-04-01T19:44:22.803964+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.46:6800/3470495214,v1:172.21.15.46:6801/3470495214]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-01T19:44:23.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:22 smithi040 bash[21483]: audit 2024-04-01T19:44:22.805094+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"]}]: dispatch 2024-04-01T19:44:24.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:23 smithi046 bash[22057]: audit 2024-04-01T19:44:22.858118+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-01T19:44:24.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:23 smithi046 bash[22057]: cluster 2024-04-01T19:44:22.863191+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-01T19:44:24.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:23 smithi046 bash[22057]: audit 2024-04-01T19:44:22.863430+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.46:6800/3470495214,v1:172.21.15.46:6801/3470495214]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-01T19:44:24.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:23 smithi046 bash[22057]: audit 2024-04-01T19:44:22.864157+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:24.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:23 smithi046 bash[22057]: audit 2024-04-01T19:44:22.864923+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=smithi046", "root=default"]}]: dispatch 2024-04-01T19:44:24.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:23 smithi046 bash[22057]: cluster 2024-04-01T19:44:22.891215+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:24.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:23 smithi046 bash[22057]: audit 2024-04-01T19:44:23.860428+0000 mon.a (mon.0) 492 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-01T19:44:24.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:23 smithi063 bash[22079]: audit 2024-04-01T19:44:22.858118+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-01T19:44:24.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:23 smithi063 bash[22079]: cluster 2024-04-01T19:44:22.863191+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-01T19:44:24.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:23 smithi063 bash[22079]: audit 2024-04-01T19:44:22.863430+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.46:6800/3470495214,v1:172.21.15.46:6801/3470495214]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-01T19:44:24.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:23 smithi063 bash[22079]: audit 2024-04-01T19:44:22.864157+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:24.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:23 smithi063 bash[22079]: audit 2024-04-01T19:44:22.864923+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=smithi046", "root=default"]}]: dispatch 2024-04-01T19:44:24.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:23 smithi063 bash[22079]: cluster 2024-04-01T19:44:22.891215+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:24.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:23 smithi063 bash[22079]: audit 2024-04-01T19:44:23.860428+0000 mon.a (mon.0) 492 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-01T19:44:24.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:23 smithi040 bash[21483]: audit 2024-04-01T19:44:22.858118+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-01T19:44:24.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:23 smithi040 bash[21483]: cluster 2024-04-01T19:44:22.863191+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-01T19:44:24.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:23 smithi040 bash[21483]: audit 2024-04-01T19:44:22.863430+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.46:6800/3470495214,v1:172.21.15.46:6801/3470495214]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]: dispatch 2024-04-01T19:44:24.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:23 smithi040 bash[21483]: audit 2024-04-01T19:44:22.864157+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:24.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:23 smithi040 bash[21483]: audit 2024-04-01T19:44:22.864923+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=smithi046", "root=default"]}]: dispatch 2024-04-01T19:44:24.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:23 smithi040 bash[21483]: cluster 2024-04-01T19:44:22.891215+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:24.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:23 smithi040 bash[21483]: audit 2024-04-01T19:44:23.860428+0000 mon.a (mon.0) 492 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi046", "root=default"]}]': finished 2024-04-01T19:44:25.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:24 smithi046 bash[22057]: cluster 2024-04-01T19:44:23.865456+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-01T19:44:25.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:24 smithi046 bash[22057]: audit 2024-04-01T19:44:23.866698+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:25.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:24 smithi046 bash[22057]: audit 2024-04-01T19:44:23.872121+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:25.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:24 smithi046 bash[22057]: audit 2024-04-01T19:44:24.162523+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-01T19:44:25.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:24 smithi046 bash[22057]: audit 2024-04-01T19:44:24.869234+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:25.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:24 smithi063 bash[22079]: cluster 2024-04-01T19:44:23.865456+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-01T19:44:25.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:24 smithi063 bash[22079]: audit 2024-04-01T19:44:23.866698+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:25.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:24 smithi063 bash[22079]: audit 2024-04-01T19:44:23.872121+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:25.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:24 smithi063 bash[22079]: audit 2024-04-01T19:44:24.162523+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-01T19:44:25.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:24 smithi063 bash[22079]: audit 2024-04-01T19:44:24.869234+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:25.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:24 smithi040 bash[21483]: cluster 2024-04-01T19:44:23.865456+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-01T19:44:25.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:24 smithi040 bash[21483]: audit 2024-04-01T19:44:23.866698+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:25.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:24 smithi040 bash[21483]: audit 2024-04-01T19:44:23.872121+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:25.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:24 smithi040 bash[21483]: audit 2024-04-01T19:44:24.162523+0000 mon.a (mon.0) 496 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-01T19:44:25.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:24 smithi040 bash[21483]: audit 2024-04-01T19:44:24.869234+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:26.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:26 smithi046 bash[22057]: cluster 2024-04-01T19:44:23.823648+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-01T19:44:26.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:26 smithi046 bash[22057]: cluster 2024-04-01T19:44:23.823733+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-01T19:44:26.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:26 smithi046 bash[22057]: cluster 2024-04-01T19:44:24.891649+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:26.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:26 smithi046 bash[22057]: cluster 2024-04-01T19:44:25.166798+0000 mon.a (mon.0) 498 : cluster [INF] osd.1 [v2:172.21.15.46:6800/3470495214,v1:172.21.15.46:6801/3470495214] boot 2024-04-01T19:44:26.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:26 smithi046 bash[22057]: cluster 2024-04-01T19:44:25.166868+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-01T19:44:26.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:26 smithi046 bash[22057]: audit 2024-04-01T19:44:25.167172+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:26.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:26 smithi063 bash[22079]: cluster 2024-04-01T19:44:23.823648+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-01T19:44:26.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:26 smithi063 bash[22079]: cluster 2024-04-01T19:44:23.823733+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-01T19:44:26.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:26 smithi063 bash[22079]: cluster 2024-04-01T19:44:24.891649+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:26.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:26 smithi063 bash[22079]: cluster 2024-04-01T19:44:25.166798+0000 mon.a (mon.0) 498 : cluster [INF] osd.1 [v2:172.21.15.46:6800/3470495214,v1:172.21.15.46:6801/3470495214] boot 2024-04-01T19:44:26.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:26 smithi063 bash[22079]: cluster 2024-04-01T19:44:25.166868+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-01T19:44:26.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:26 smithi063 bash[22079]: audit 2024-04-01T19:44:25.167172+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:26.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:26 smithi040 bash[21483]: cluster 2024-04-01T19:44:23.823648+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-01T19:44:26.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:26 smithi040 bash[21483]: cluster 2024-04-01T19:44:23.823733+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-01T19:44:26.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:26 smithi040 bash[21483]: cluster 2024-04-01T19:44:24.891649+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-04-01T19:44:26.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:26 smithi040 bash[21483]: cluster 2024-04-01T19:44:25.166798+0000 mon.a (mon.0) 498 : cluster [INF] osd.1 [v2:172.21.15.46:6800/3470495214,v1:172.21.15.46:6801/3470495214] boot 2024-04-01T19:44:26.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:26 smithi040 bash[21483]: cluster 2024-04-01T19:44:25.166868+0000 mon.a (mon.0) 499 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-01T19:44:26.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:26 smithi040 bash[21483]: audit 2024-04-01T19:44:25.167172+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:44:26.735 INFO:teuthology.orchestra.run.smithi046.stdout:Created osd(s) 1 on host 'smithi046' 2024-04-01T19:44:27.273 DEBUG:teuthology.orchestra.run.smithi046:osd.1> sudo journalctl -f -n 0 -u ceph-59788392-f05f-11ee-b647-cb9ed24678a4@osd.1.service 2024-04-01T19:44:27.276 INFO:tasks.cephadm:Deploying osd.2 on smithi063 with /dev/vg_nvme/lv_4... 2024-04-01T19:44:27.276 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-01T19:44:27.426 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:27 smithi046 bash[22057]: cluster 2024-04-01T19:44:26.174631+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-01T19:44:27.427 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:27 smithi046 bash[22057]: audit 2024-04-01T19:44:26.692230+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:27.427 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:27 smithi046 bash[22057]: audit 2024-04-01T19:44:26.700973+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:27.427 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:27 smithi046 bash[22057]: audit 2024-04-01T19:44:26.710915+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:44:27.427 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:27 smithi046 bash[22057]: audit 2024-04-01T19:44:26.716579+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:44:27.427 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:27 smithi046 bash[22057]: audit 2024-04-01T19:44:26.724627+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:27.427 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:27 smithi046 bash[22057]: audit 2024-04-01T19:44:26.729115+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:27.427 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:27 smithi046 bash[22057]: audit 2024-04-01T19:44:26.730934+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:44:27.427 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:27 smithi046 bash[22057]: audit 2024-04-01T19:44:26.741191+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:27.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:27 smithi063 bash[22079]: cluster 2024-04-01T19:44:26.174631+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-01T19:44:27.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:27 smithi063 bash[22079]: audit 2024-04-01T19:44:26.692230+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:27.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:27 smithi063 bash[22079]: audit 2024-04-01T19:44:26.700973+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:27.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:27 smithi063 bash[22079]: audit 2024-04-01T19:44:26.710915+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:44:27.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:27 smithi063 bash[22079]: audit 2024-04-01T19:44:26.716579+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:44:27.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:27 smithi063 bash[22079]: audit 2024-04-01T19:44:26.724627+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:27.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:27 smithi063 bash[22079]: audit 2024-04-01T19:44:26.729115+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:27.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:27 smithi063 bash[22079]: audit 2024-04-01T19:44:26.730934+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:44:27.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:27 smithi063 bash[22079]: audit 2024-04-01T19:44:26.741191+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:27.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:27 smithi040 bash[21483]: cluster 2024-04-01T19:44:26.174631+0000 mon.a (mon.0) 501 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-01T19:44:27.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:27 smithi040 bash[21483]: audit 2024-04-01T19:44:26.692230+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:27.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:27 smithi040 bash[21483]: audit 2024-04-01T19:44:26.700973+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:27.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:27 smithi040 bash[21483]: audit 2024-04-01T19:44:26.710915+0000 mon.a (mon.0) 504 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:44:27.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:27 smithi040 bash[21483]: audit 2024-04-01T19:44:26.716579+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:44:27.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:27 smithi040 bash[21483]: audit 2024-04-01T19:44:26.724627+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:27.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:27 smithi040 bash[21483]: audit 2024-04-01T19:44:26.729115+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:27.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:27 smithi040 bash[21483]: audit 2024-04-01T19:44:26.730934+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:44:27.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:27 smithi040 bash[21483]: audit 2024-04-01T19:44:26.741191+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:28.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:28 smithi063 bash[22079]: cephadm 2024-04-01T19:44:26.717932+0000 mgr.a (mgr.14152) 175 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 16245M 2024-04-01T19:44:28.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:28 smithi063 bash[22079]: cluster 2024-04-01T19:44:26.892132+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:28.454 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:28 smithi046 bash[22057]: cephadm 2024-04-01T19:44:26.717932+0000 mgr.a (mgr.14152) 175 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 16245M 2024-04-01T19:44:28.454 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:28 smithi046 bash[22057]: cluster 2024-04-01T19:44:26.892132+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:28.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:28 smithi040 bash[21483]: cephadm 2024-04-01T19:44:26.717932+0000 mgr.a (mgr.14152) 175 : cephadm [INF] Adjusting osd_memory_target on smithi046 to 16245M 2024-04-01T19:44:28.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:28 smithi040 bash[21483]: cluster 2024-04-01T19:44:26.892132+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:30.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:30 smithi063 bash[22079]: cluster 2024-04-01T19:44:28.892616+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:30.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:30 smithi046 bash[22057]: cluster 2024-04-01T19:44:28.892616+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:30.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:30 smithi040 bash[21483]: cluster 2024-04-01T19:44:28.892616+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:30.984 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.c/config 2024-04-01T19:44:32.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:32 smithi046 bash[22057]: cluster 2024-04-01T19:44:30.893080+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:32.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:32 smithi046 bash[22057]: audit 2024-04-01T19:44:32.022737+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:32.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:32 smithi046 bash[22057]: audit 2024-04-01T19:44:32.031374+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:32.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:32 smithi046 bash[22057]: audit 2024-04-01T19:44:32.041560+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:32.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:32 smithi046 bash[22057]: audit 2024-04-01T19:44:32.074245+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:44:32.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:32 smithi046 bash[22057]: audit 2024-04-01T19:44:32.080120+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:32.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:32 smithi046 bash[22057]: audit 2024-04-01T19:44:32.081901+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:44:32.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:32 smithi046 bash[22057]: audit 2024-04-01T19:44:32.092427+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:32.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:32 smithi063 bash[22079]: cluster 2024-04-01T19:44:30.893080+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:32.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:32 smithi063 bash[22079]: audit 2024-04-01T19:44:32.022737+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:32.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:32 smithi063 bash[22079]: audit 2024-04-01T19:44:32.031374+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:32.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:32 smithi063 bash[22079]: audit 2024-04-01T19:44:32.041560+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:32.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:32 smithi063 bash[22079]: audit 2024-04-01T19:44:32.074245+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:44:32.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:32 smithi063 bash[22079]: audit 2024-04-01T19:44:32.080120+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:32.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:32 smithi063 bash[22079]: audit 2024-04-01T19:44:32.081901+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:44:32.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:32 smithi063 bash[22079]: audit 2024-04-01T19:44:32.092427+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:32.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:32 smithi040 bash[21483]: cluster 2024-04-01T19:44:30.893080+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:32.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:32 smithi040 bash[21483]: audit 2024-04-01T19:44:32.022737+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:32.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:32 smithi040 bash[21483]: audit 2024-04-01T19:44:32.031374+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:32.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:32 smithi040 bash[21483]: audit 2024-04-01T19:44:32.041560+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:32.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:32 smithi040 bash[21483]: audit 2024-04-01T19:44:32.074245+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:44:32.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:32 smithi040 bash[21483]: audit 2024-04-01T19:44:32.080120+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:32.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:32 smithi040 bash[21483]: audit 2024-04-01T19:44:32.081901+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:44:32.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:32 smithi040 bash[21483]: audit 2024-04-01T19:44:32.092427+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:33.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:33 smithi063 bash[22079]: cluster 2024-04-01T19:44:32.085684+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:33.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:33 smithi063 bash[22079]: cluster 2024-04-01T19:44:33.038040+0000 mon.a (mon.0) 517 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-01T19:44:33.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:33 smithi046 bash[22057]: cluster 2024-04-01T19:44:32.085684+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:33.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:33 smithi046 bash[22057]: cluster 2024-04-01T19:44:33.038040+0000 mon.a (mon.0) 517 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-01T19:44:33.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:33 smithi040 bash[21483]: cluster 2024-04-01T19:44:32.085684+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:33.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:33 smithi040 bash[21483]: cluster 2024-04-01T19:44:33.038040+0000 mon.a (mon.0) 517 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-01T19:44:33.800 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-01T19:44:33.800 INFO:teuthology.orchestra.run.smithi063.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-01T19:44:33.800 INFO:teuthology.orchestra.run.smithi063.stderr: stderr: 10+0 records in 2024-04-01T19:44:33.801 INFO:teuthology.orchestra.run.smithi063.stderr:10+0 records out 2024-04-01T19:44:33.801 INFO:teuthology.orchestra.run.smithi063.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0160391 s, 654 MB/s 2024-04-01T19:44:33.801 INFO:teuthology.orchestra.run.smithi063.stderr:--> Zapping successful for: 2024-04-01T19:44:34.580 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph orch daemon add osd smithi063:vg_nvme/lv_4 2024-04-01T19:44:35.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:35 smithi063 bash[22079]: cluster 2024-04-01T19:44:34.086223+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:35.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:35 smithi063 bash[22079]: audit 2024-04-01T19:44:35.099771+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:35.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:35 smithi063 bash[22079]: audit 2024-04-01T19:44:35.109402+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:35.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:35 smithi063 bash[22079]: audit 2024-04-01T19:44:35.120568+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:35.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:35 smithi063 bash[22079]: audit 2024-04-01T19:44:35.121544+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:44:35.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:35 smithi063 bash[22079]: audit 2024-04-01T19:44:35.127634+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:35.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:35 smithi063 bash[22079]: audit 2024-04-01T19:44:35.129260+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:44:35.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:35 smithi063 bash[22079]: audit 2024-04-01T19:44:35.139922+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:35 smithi046 bash[22057]: cluster 2024-04-01T19:44:34.086223+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:35 smithi046 bash[22057]: audit 2024-04-01T19:44:35.099771+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:35 smithi046 bash[22057]: audit 2024-04-01T19:44:35.109402+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:35 smithi046 bash[22057]: audit 2024-04-01T19:44:35.120568+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:35 smithi046 bash[22057]: audit 2024-04-01T19:44:35.121544+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:44:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:35 smithi046 bash[22057]: audit 2024-04-01T19:44:35.127634+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:35 smithi046 bash[22057]: audit 2024-04-01T19:44:35.129260+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:44:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:35 smithi046 bash[22057]: audit 2024-04-01T19:44:35.139922+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:35.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:35 smithi040 bash[21483]: cluster 2024-04-01T19:44:34.086223+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:35 smithi040 bash[21483]: audit 2024-04-01T19:44:35.099771+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:35 smithi040 bash[21483]: audit 2024-04-01T19:44:35.109402+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:35 smithi040 bash[21483]: audit 2024-04-01T19:44:35.120568+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:35 smithi040 bash[21483]: audit 2024-04-01T19:44:35.121544+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:44:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:35 smithi040 bash[21483]: audit 2024-04-01T19:44:35.127634+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:35 smithi040 bash[21483]: audit 2024-04-01T19:44:35.129260+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:44:35.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:35 smithi040 bash[21483]: audit 2024-04-01T19:44:35.139922+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:36.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:36 smithi046 bash[22057]: cluster 2024-04-01T19:44:35.132764+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:36.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:36 smithi046 bash[22057]: cluster 2024-04-01T19:44:36.116709+0000 mon.a (mon.0) 525 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-01T19:44:36.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:36 smithi046 bash[22057]: cluster 2024-04-01T19:44:36.116766+0000 mon.a (mon.0) 526 : cluster [INF] Cluster is now healthy 2024-04-01T19:44:36.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:36 smithi040 bash[21483]: cluster 2024-04-01T19:44:35.132764+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:36.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:36 smithi040 bash[21483]: cluster 2024-04-01T19:44:36.116709+0000 mon.a (mon.0) 525 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-01T19:44:36.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:36 smithi040 bash[21483]: cluster 2024-04-01T19:44:36.116766+0000 mon.a (mon.0) 526 : cluster [INF] Cluster is now healthy 2024-04-01T19:44:36.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:36 smithi063 bash[22079]: cluster 2024-04-01T19:44:35.132764+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:36.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:36 smithi063 bash[22079]: cluster 2024-04-01T19:44:36.116709+0000 mon.a (mon.0) 525 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-01T19:44:36.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:36 smithi063 bash[22079]: cluster 2024-04-01T19:44:36.116766+0000 mon.a (mon.0) 526 : cluster [INF] Cluster is now healthy 2024-04-01T19:44:38.284 INFO:teuthology.orchestra.run.smithi063.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.c/config 2024-04-01T19:44:38.527 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:38 smithi040 bash[21483]: cluster 2024-04-01T19:44:37.133265+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:38.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:38 smithi046 bash[22057]: cluster 2024-04-01T19:44:37.133265+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:38.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:38 smithi063 bash[22079]: cluster 2024-04-01T19:44:37.133265+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:40.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:40 smithi063 bash[22079]: cluster 2024-04-01T19:44:39.133724+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:40.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:40 smithi063 bash[22079]: audit 2024-04-01T19:44:40.095480+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:40.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:40 smithi063 bash[22079]: audit 2024-04-01T19:44:40.103930+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:40.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:40 smithi063 bash[22079]: audit 2024-04-01T19:44:40.114522+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:40.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:40 smithi046 bash[22057]: cluster 2024-04-01T19:44:39.133724+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:40.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:40 smithi046 bash[22057]: audit 2024-04-01T19:44:40.095480+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:40.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:40 smithi046 bash[22057]: audit 2024-04-01T19:44:40.103930+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:40.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:40 smithi046 bash[22057]: audit 2024-04-01T19:44:40.114522+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:40.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:40 smithi040 bash[21483]: cluster 2024-04-01T19:44:39.133724+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:40.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:40 smithi040 bash[21483]: audit 2024-04-01T19:44:40.095480+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:40.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:40 smithi040 bash[21483]: audit 2024-04-01T19:44:40.103930+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:40.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:40 smithi040 bash[21483]: audit 2024-04-01T19:44:40.114522+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:41.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:41 smithi046 bash[22057]: audit 2024-04-01T19:44:40.542103+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-01T19:44:41.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:41 smithi046 bash[22057]: audit 2024-04-01T19:44:40.549091+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-01T19:44:41.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:41 smithi046 bash[22057]: audit 2024-04-01T19:44:40.550978+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:41.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:41 smithi046 bash[22057]: audit 2024-04-01T19:44:40.910111+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:41.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:41 smithi046 bash[22057]: audit 2024-04-01T19:44:40.920018+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:41.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:41 smithi046 bash[22057]: audit 2024-04-01T19:44:40.930212+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:41.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:41 smithi040 bash[21483]: audit 2024-04-01T19:44:40.542103+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-01T19:44:41.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:41 smithi040 bash[21483]: audit 2024-04-01T19:44:40.549091+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-01T19:44:41.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:41 smithi040 bash[21483]: audit 2024-04-01T19:44:40.550978+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:41.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:41 smithi040 bash[21483]: audit 2024-04-01T19:44:40.910111+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:41.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:41 smithi040 bash[21483]: audit 2024-04-01T19:44:40.920018+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:41.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:41 smithi040 bash[21483]: audit 2024-04-01T19:44:40.930212+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:41.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:41 smithi063 bash[22079]: audit 2024-04-01T19:44:40.542103+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-01T19:44:41.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:41 smithi063 bash[22079]: audit 2024-04-01T19:44:40.549091+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-01T19:44:41.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:41 smithi063 bash[22079]: audit 2024-04-01T19:44:40.550978+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:44:41.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:41 smithi063 bash[22079]: audit 2024-04-01T19:44:40.910111+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:41.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:41 smithi063 bash[22079]: audit 2024-04-01T19:44:40.920018+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:41.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:41 smithi063 bash[22079]: audit 2024-04-01T19:44:40.930212+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:42.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:42 smithi046 bash[22057]: audit 2024-04-01T19:44:40.534565+0000 mgr.a (mgr.14152) 184 : audit [DBG] from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:44:42.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:42 smithi046 bash[22057]: cluster 2024-04-01T19:44:41.134200+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:42.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:42 smithi040 bash[21483]: audit 2024-04-01T19:44:40.534565+0000 mgr.a (mgr.14152) 184 : audit [DBG] from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:44:42.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:42 smithi040 bash[21483]: cluster 2024-04-01T19:44:41.134200+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:42.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:42 smithi063 bash[22079]: audit 2024-04-01T19:44:40.534565+0000 mgr.a (mgr.14152) 184 : audit [DBG] from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi063:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:44:42.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:42 smithi063 bash[22079]: cluster 2024-04-01T19:44:41.134200+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:44.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:44 smithi046 bash[22057]: cluster 2024-04-01T19:44:43.134633+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:44.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:44 smithi040 bash[21483]: cluster 2024-04-01T19:44:43.134633+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:44.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:44 smithi063 bash[22079]: cluster 2024-04-01T19:44:43.134633+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:46.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:46 smithi063 bash[22079]: cluster 2024-04-01T19:44:45.135053+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:46.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:46 smithi046 bash[22057]: cluster 2024-04-01T19:44:45.135053+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:46.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:46 smithi040 bash[21483]: cluster 2024-04-01T19:44:45.135053+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:48.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:48 smithi046 bash[22057]: cluster 2024-04-01T19:44:47.135505+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:48.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:48 smithi046 bash[22057]: audit 2024-04-01T19:44:47.753987+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.63:0/3868851848' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "827cc9c9-b8c3-46fe-b438-cf10b1ff011d"}]: dispatch 2024-04-01T19:44:48.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:48 smithi046 bash[22057]: audit 2024-04-01T19:44:47.755635+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "827cc9c9-b8c3-46fe-b438-cf10b1ff011d"}]: dispatch 2024-04-01T19:44:48.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:48 smithi046 bash[22057]: audit 2024-04-01T19:44:47.758816+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "827cc9c9-b8c3-46fe-b438-cf10b1ff011d"}]': finished 2024-04-01T19:44:48.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:48 smithi046 bash[22057]: cluster 2024-04-01T19:44:47.763850+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-01T19:44:48.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:48 smithi046 bash[22057]: audit 2024-04-01T19:44:47.764351+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:44:48.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:48 smithi040 bash[21483]: cluster 2024-04-01T19:44:47.135505+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:48.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:48 smithi040 bash[21483]: audit 2024-04-01T19:44:47.753987+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.63:0/3868851848' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "827cc9c9-b8c3-46fe-b438-cf10b1ff011d"}]: dispatch 2024-04-01T19:44:48.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:48 smithi040 bash[21483]: audit 2024-04-01T19:44:47.755635+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "827cc9c9-b8c3-46fe-b438-cf10b1ff011d"}]: dispatch 2024-04-01T19:44:48.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:48 smithi040 bash[21483]: audit 2024-04-01T19:44:47.758816+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "827cc9c9-b8c3-46fe-b438-cf10b1ff011d"}]': finished 2024-04-01T19:44:48.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:48 smithi040 bash[21483]: cluster 2024-04-01T19:44:47.763850+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-01T19:44:48.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:48 smithi040 bash[21483]: audit 2024-04-01T19:44:47.764351+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:44:48.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:48 smithi063 bash[22079]: cluster 2024-04-01T19:44:47.135505+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:48.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:48 smithi063 bash[22079]: audit 2024-04-01T19:44:47.753987+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.63:0/3868851848' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "827cc9c9-b8c3-46fe-b438-cf10b1ff011d"}]: dispatch 2024-04-01T19:44:48.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:48 smithi063 bash[22079]: audit 2024-04-01T19:44:47.755635+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "827cc9c9-b8c3-46fe-b438-cf10b1ff011d"}]: dispatch 2024-04-01T19:44:48.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:48 smithi063 bash[22079]: audit 2024-04-01T19:44:47.758816+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "827cc9c9-b8c3-46fe-b438-cf10b1ff011d"}]': finished 2024-04-01T19:44:48.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:48 smithi063 bash[22079]: cluster 2024-04-01T19:44:47.763850+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-01T19:44:48.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:48 smithi063 bash[22079]: audit 2024-04-01T19:44:47.764351+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:44:49.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:49 smithi046 bash[22057]: audit 2024-04-01T19:44:48.426558+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.63:0/2240055648' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-01T19:44:49.550 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:49 smithi040 bash[21483]: audit 2024-04-01T19:44:48.426558+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.63:0/2240055648' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-01T19:44:49.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:49 smithi063 bash[22079]: audit 2024-04-01T19:44:48.426558+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.63:0/2240055648' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-01T19:44:50.490 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:50 smithi046 bash[22057]: cluster 2024-04-01T19:44:49.135890+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:50.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:50 smithi040 bash[21483]: cluster 2024-04-01T19:44:49.135890+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:50.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:50 smithi063 bash[22079]: cluster 2024-04-01T19:44:49.135890+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:52.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:52 smithi046 bash[22057]: cluster 2024-04-01T19:44:51.136203+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:52.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:52 smithi040 bash[21483]: cluster 2024-04-01T19:44:51.136203+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:52.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:52 smithi063 bash[22079]: cluster 2024-04-01T19:44:51.136203+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:54.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:54 smithi046 bash[22057]: cluster 2024-04-01T19:44:53.136662+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:54.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:54 smithi046 bash[22057]: audit 2024-04-01T19:44:53.723175+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:54.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:54 smithi046 bash[22057]: audit 2024-04-01T19:44:53.732398+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:54.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:54 smithi046 bash[22057]: audit 2024-04-01T19:44:53.743048+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:54.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:54 smithi040 bash[21483]: cluster 2024-04-01T19:44:53.136662+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:54.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:54 smithi040 bash[21483]: audit 2024-04-01T19:44:53.723175+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:54.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:54 smithi040 bash[21483]: audit 2024-04-01T19:44:53.732398+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:54.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:54 smithi040 bash[21483]: audit 2024-04-01T19:44:53.743048+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:54.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:54 smithi063 bash[22079]: cluster 2024-04-01T19:44:53.136662+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:54.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:54 smithi063 bash[22079]: audit 2024-04-01T19:44:53.723175+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:54.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:54 smithi063 bash[22079]: audit 2024-04-01T19:44:53.732398+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:54.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:54 smithi063 bash[22079]: audit 2024-04-01T19:44:53.743048+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:44:56.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:56 smithi046 bash[22057]: cluster 2024-04-01T19:44:55.137106+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:56.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:56 smithi040 bash[21483]: cluster 2024-04-01T19:44:55.137106+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:56.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:56 smithi063 bash[22079]: cluster 2024-04-01T19:44:55.137106+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:58.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:44:58 smithi063 bash[22079]: cluster 2024-04-01T19:44:57.137583+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:58.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:44:58 smithi046 bash[22057]: cluster 2024-04-01T19:44:57.137583+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:44:58.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:44:58 smithi040 bash[21483]: cluster 2024-04-01T19:44:57.137583+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:00.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:00 smithi046 bash[22057]: cluster 2024-04-01T19:44:59.137996+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:00.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:00 smithi040 bash[21483]: cluster 2024-04-01T19:44:59.137996+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:00.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:00 smithi063 bash[22079]: cluster 2024-04-01T19:44:59.137996+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:01 smithi046 bash[22057]: audit 2024-04-01T19:45:00.297086+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:01 smithi046 bash[22057]: audit 2024-04-01T19:45:00.306925+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:01 smithi046 bash[22057]: cephadm 2024-04-01T19:45:00.310136+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Detected new or changed devices on smithi063 2024-04-01T19:45:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:01 smithi046 bash[22057]: audit 2024-04-01T19:45:00.317771+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:01 smithi046 bash[22057]: audit 2024-04-01T19:45:00.472645+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-01T19:45:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:01 smithi046 bash[22057]: audit 2024-04-01T19:45:00.474652+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:45:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:01 smithi046 bash[22057]: audit 2024-04-01T19:45:01.145491+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:01 smithi046 bash[22057]: audit 2024-04-01T19:45:01.155320+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:01 smithi046 bash[22057]: audit 2024-04-01T19:45:01.167036+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:01 smithi040 bash[21483]: audit 2024-04-01T19:45:00.297086+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:01 smithi040 bash[21483]: audit 2024-04-01T19:45:00.306925+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:01 smithi040 bash[21483]: cephadm 2024-04-01T19:45:00.310136+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Detected new or changed devices on smithi063 2024-04-01T19:45:01.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:01 smithi040 bash[21483]: audit 2024-04-01T19:45:00.317771+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:01 smithi040 bash[21483]: audit 2024-04-01T19:45:00.472645+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-01T19:45:01.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:01 smithi040 bash[21483]: audit 2024-04-01T19:45:00.474652+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:45:01.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:01 smithi040 bash[21483]: audit 2024-04-01T19:45:01.145491+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:01 smithi040 bash[21483]: audit 2024-04-01T19:45:01.155320+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:01 smithi040 bash[21483]: audit 2024-04-01T19:45:01.167036+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.639 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:01 smithi063 bash[22079]: audit 2024-04-01T19:45:00.297086+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.639 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:01 smithi063 bash[22079]: audit 2024-04-01T19:45:00.306925+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.640 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:01 smithi063 bash[22079]: cephadm 2024-04-01T19:45:00.310136+0000 mgr.a (mgr.14152) 195 : cephadm [INF] Detected new or changed devices on smithi063 2024-04-01T19:45:01.640 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:01 smithi063 bash[22079]: audit 2024-04-01T19:45:00.317771+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.640 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:01 smithi063 bash[22079]: audit 2024-04-01T19:45:00.472645+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-01T19:45:01.640 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:01 smithi063 bash[22079]: audit 2024-04-01T19:45:00.474652+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:45:01.640 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:01 smithi063 bash[22079]: audit 2024-04-01T19:45:01.145491+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.640 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:01 smithi063 bash[22079]: audit 2024-04-01T19:45:01.155320+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:01.640 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:01 smithi063 bash[22079]: audit 2024-04-01T19:45:01.167036+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:02.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:02 smithi063 bash[22079]: cephadm 2024-04-01T19:45:00.476477+0000 mgr.a (mgr.14152) 196 : cephadm [INF] Deploying daemon osd.2 on smithi063 2024-04-01T19:45:02.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:02 smithi063 bash[22079]: cluster 2024-04-01T19:45:01.138446+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:02.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:02 smithi040 bash[21483]: cephadm 2024-04-01T19:45:00.476477+0000 mgr.a (mgr.14152) 196 : cephadm [INF] Deploying daemon osd.2 on smithi063 2024-04-01T19:45:02.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:02 smithi040 bash[21483]: cluster 2024-04-01T19:45:01.138446+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:02.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:02 smithi046 bash[22057]: cephadm 2024-04-01T19:45:00.476477+0000 mgr.a (mgr.14152) 196 : cephadm [INF] Deploying daemon osd.2 on smithi063 2024-04-01T19:45:02.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:02 smithi046 bash[22057]: cluster 2024-04-01T19:45:01.138446+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:04.568 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:04 smithi063 bash[22079]: cluster 2024-04-01T19:45:03.138934+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:04.568 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:04 smithi063 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:45:04.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:04 smithi040 bash[21483]: cluster 2024-04-01T19:45:03.138934+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:04.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:04 smithi046 bash[22057]: cluster 2024-04-01T19:45:03.138934+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:04.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:04 smithi063 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:45:05.817 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:05 smithi063 bash[22079]: audit 2024-04-01T19:45:04.821625+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:05.817 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:05 smithi063 bash[22079]: audit 2024-04-01T19:45:04.829873+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:05.817 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:05 smithi063 bash[22079]: audit 2024-04-01T19:45:04.848041+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:45:05.817 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:05 smithi063 bash[22079]: audit 2024-04-01T19:45:04.860264+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:45:05.817 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:05 smithi063 bash[22079]: audit 2024-04-01T19:45:04.862878+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:45:05.818 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:05 smithi063 bash[22079]: audit 2024-04-01T19:45:04.875829+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:06.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:05 smithi040 bash[21483]: audit 2024-04-01T19:45:04.821625+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:06.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:05 smithi040 bash[21483]: audit 2024-04-01T19:45:04.829873+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:06.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:05 smithi040 bash[21483]: audit 2024-04-01T19:45:04.848041+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:45:06.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:05 smithi040 bash[21483]: audit 2024-04-01T19:45:04.860264+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:45:06.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:05 smithi040 bash[21483]: audit 2024-04-01T19:45:04.862878+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:45:06.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:05 smithi040 bash[21483]: audit 2024-04-01T19:45:04.875829+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:06.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:05 smithi040 bash[21483]: cluster 2024-04-01T19:45:05.139390+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:06.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:05 smithi063 bash[22079]: cluster 2024-04-01T19:45:05.139390+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:06.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:05 smithi046 bash[22057]: audit 2024-04-01T19:45:04.821625+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:06.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:05 smithi046 bash[22057]: audit 2024-04-01T19:45:04.829873+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:06.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:05 smithi046 bash[22057]: audit 2024-04-01T19:45:04.848041+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:45:06.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:05 smithi046 bash[22057]: audit 2024-04-01T19:45:04.860264+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:45:06.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:05 smithi046 bash[22057]: audit 2024-04-01T19:45:04.862878+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:45:06.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:05 smithi046 bash[22057]: audit 2024-04-01T19:45:04.875829+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:06.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:05 smithi046 bash[22057]: cluster 2024-04-01T19:45:05.139390+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:08.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:08 smithi063 bash[22079]: cluster 2024-04-01T19:45:07.139857+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:08.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:08 smithi046 bash[22057]: cluster 2024-04-01T19:45:07.139857+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:08.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:08 smithi040 bash[21483]: cluster 2024-04-01T19:45:07.139857+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:10.405 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:10 smithi040 bash[21483]: cluster 2024-04-01T19:45:09.140252+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:10.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:10 smithi046 bash[22057]: cluster 2024-04-01T19:45:09.140252+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:10.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:10 smithi063 bash[22079]: cluster 2024-04-01T19:45:09.140252+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:11.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:11 smithi046 bash[22057]: audit 2024-04-01T19:45:10.947602+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.63:6800/3130827242,v1:172.21.15.63:6801/3130827242]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-01T19:45:11.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:11 smithi046 bash[22057]: audit 2024-04-01T19:45:10.949163+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-04-01T19:45:11.462 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:11 smithi040 bash[21483]: audit 2024-04-01T19:45:10.947602+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.63:6800/3130827242,v1:172.21.15.63:6801/3130827242]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-01T19:45:11.463 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:11 smithi040 bash[21483]: audit 2024-04-01T19:45:10.949163+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-04-01T19:45:11.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:11 smithi063 bash[22079]: audit 2024-04-01T19:45:10.947602+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.63:6800/3130827242,v1:172.21.15.63:6801/3130827242]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-01T19:45:11.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:11 smithi063 bash[22079]: audit 2024-04-01T19:45:10.949163+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-04-01T19:45:12.385 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:12 smithi063 bash[22079]: cluster 2024-04-01T19:45:11.140683+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:12.385 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:12 smithi063 bash[22079]: audit 2024-04-01T19:45:11.208772+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-04-01T19:45:12.386 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:12 smithi063 bash[22079]: cluster 2024-04-01T19:45:11.213830+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-01T19:45:12.386 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:12 smithi063 bash[22079]: audit 2024-04-01T19:45:11.214339+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:45:12.386 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:12 smithi063 bash[22079]: audit 2024-04-01T19:45:11.216600+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.63:6800/3130827242,v1:172.21.15.63:6801/3130827242]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-01T19:45:12.386 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:12 smithi063 bash[22079]: audit 2024-04-01T19:45:11.218189+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=smithi063", "root=default"]}]: dispatch 2024-04-01T19:45:12.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:12 smithi046 bash[22057]: cluster 2024-04-01T19:45:11.140683+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:12.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:12 smithi046 bash[22057]: audit 2024-04-01T19:45:11.208772+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-04-01T19:45:12.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:12 smithi046 bash[22057]: cluster 2024-04-01T19:45:11.213830+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-01T19:45:12.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:12 smithi046 bash[22057]: audit 2024-04-01T19:45:11.214339+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:45:12.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:12 smithi046 bash[22057]: audit 2024-04-01T19:45:11.216600+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.63:6800/3130827242,v1:172.21.15.63:6801/3130827242]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-01T19:45:12.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:12 smithi046 bash[22057]: audit 2024-04-01T19:45:11.218189+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=smithi063", "root=default"]}]: dispatch 2024-04-01T19:45:12.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:12 smithi040 bash[21483]: cluster 2024-04-01T19:45:11.140683+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:12.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:12 smithi040 bash[21483]: audit 2024-04-01T19:45:11.208772+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-04-01T19:45:12.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:12 smithi040 bash[21483]: cluster 2024-04-01T19:45:11.213830+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-01T19:45:12.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:12 smithi040 bash[21483]: audit 2024-04-01T19:45:11.214339+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:45:12.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:12 smithi040 bash[21483]: audit 2024-04-01T19:45:11.216600+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.63:6800/3130827242,v1:172.21.15.63:6801/3130827242]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi063", "root=default"]}]: dispatch 2024-04-01T19:45:12.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:12 smithi040 bash[21483]: audit 2024-04-01T19:45:11.218189+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=smithi063", "root=default"]}]: dispatch 2024-04-01T19:45:13.483 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:13 smithi063 bash[22079]: audit 2024-04-01T19:45:12.210736+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=smithi063", "root=default"]}]': finished 2024-04-01T19:45:13.483 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:13 smithi063 bash[22079]: cluster 2024-04-01T19:45:12.214418+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-01T19:45:13.483 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:13 smithi063 bash[22079]: audit 2024-04-01T19:45:12.215067+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:45:13.483 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:13 smithi063 bash[22079]: audit 2024-04-01T19:45:12.221593+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:45:13.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:13 smithi046 bash[22057]: audit 2024-04-01T19:45:12.210736+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=smithi063", "root=default"]}]': finished 2024-04-01T19:45:13.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:13 smithi046 bash[22057]: cluster 2024-04-01T19:45:12.214418+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-01T19:45:13.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:13 smithi046 bash[22057]: audit 2024-04-01T19:45:12.215067+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:45:13.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:13 smithi046 bash[22057]: audit 2024-04-01T19:45:12.221593+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:45:13.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:13 smithi040 bash[21483]: audit 2024-04-01T19:45:12.210736+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=smithi063", "root=default"]}]': finished 2024-04-01T19:45:13.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:13 smithi040 bash[21483]: cluster 2024-04-01T19:45:12.214418+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-01T19:45:13.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:13 smithi040 bash[21483]: audit 2024-04-01T19:45:12.215067+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:45:13.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:13 smithi040 bash[21483]: audit 2024-04-01T19:45:12.221593+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:45:14.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:14 smithi046 bash[22057]: cluster 2024-04-01T19:45:11.908115+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-01T19:45:14.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:14 smithi046 bash[22057]: cluster 2024-04-01T19:45:11.908230+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-01T19:45:14.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:14 smithi046 bash[22057]: cluster 2024-04-01T19:45:13.141123+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:14.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:14 smithi046 bash[22057]: audit 2024-04-01T19:45:13.218652+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:45:14.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:14 smithi046 bash[22057]: cluster 2024-04-01T19:45:13.225335+0000 mon.a (mon.0) 567 : cluster [INF] osd.2 [v2:172.21.15.63:6800/3130827242,v1:172.21.15.63:6801/3130827242] boot 2024-04-01T19:45:14.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:14 smithi046 bash[22057]: cluster 2024-04-01T19:45:13.225418+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-01T19:45:14.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:14 smithi046 bash[22057]: audit 2024-04-01T19:45:13.226034+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:45:14.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:14 smithi046 bash[22057]: audit 2024-04-01T19:45:13.967181+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:14.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:14 smithi046 bash[22057]: audit 2024-04-01T19:45:13.977234+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:14.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:14 smithi046 bash[22057]: audit 2024-04-01T19:45:13.987432+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:14.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:14 smithi063 bash[22079]: cluster 2024-04-01T19:45:11.908115+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-01T19:45:14.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:14 smithi063 bash[22079]: cluster 2024-04-01T19:45:11.908230+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-01T19:45:14.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:14 smithi063 bash[22079]: cluster 2024-04-01T19:45:13.141123+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:14.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:14 smithi063 bash[22079]: audit 2024-04-01T19:45:13.218652+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:45:14.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:14 smithi063 bash[22079]: cluster 2024-04-01T19:45:13.225335+0000 mon.a (mon.0) 567 : cluster [INF] osd.2 [v2:172.21.15.63:6800/3130827242,v1:172.21.15.63:6801/3130827242] boot 2024-04-01T19:45:14.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:14 smithi063 bash[22079]: cluster 2024-04-01T19:45:13.225418+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-01T19:45:14.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:14 smithi063 bash[22079]: audit 2024-04-01T19:45:13.226034+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:45:14.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:14 smithi063 bash[22079]: audit 2024-04-01T19:45:13.967181+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:14.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:14 smithi063 bash[22079]: audit 2024-04-01T19:45:13.977234+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:14.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:14 smithi063 bash[22079]: audit 2024-04-01T19:45:13.987432+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:14.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:14 smithi040 bash[21483]: cluster 2024-04-01T19:45:11.908115+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-01T19:45:14.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:14 smithi040 bash[21483]: cluster 2024-04-01T19:45:11.908230+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-01T19:45:14.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:14 smithi040 bash[21483]: cluster 2024-04-01T19:45:13.141123+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 61 MiB used, 179 GiB / 179 GiB avail 2024-04-01T19:45:14.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:14 smithi040 bash[21483]: audit 2024-04-01T19:45:13.218652+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:45:14.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:14 smithi040 bash[21483]: cluster 2024-04-01T19:45:13.225335+0000 mon.a (mon.0) 567 : cluster [INF] osd.2 [v2:172.21.15.63:6800/3130827242,v1:172.21.15.63:6801/3130827242] boot 2024-04-01T19:45:14.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:14 smithi040 bash[21483]: cluster 2024-04-01T19:45:13.225418+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-01T19:45:14.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:14 smithi040 bash[21483]: audit 2024-04-01T19:45:13.226034+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:45:14.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:14 smithi040 bash[21483]: audit 2024-04-01T19:45:13.967181+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:14.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:14 smithi040 bash[21483]: audit 2024-04-01T19:45:13.977234+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:14.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:14 smithi040 bash[21483]: audit 2024-04-01T19:45:13.987432+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:14.799 INFO:teuthology.orchestra.run.smithi063.stdout:Created osd(s) 2 on host 'smithi063' 2024-04-01T19:45:15.418 DEBUG:teuthology.orchestra.run.smithi063:osd.2> sudo journalctl -f -n 0 -u ceph-59788392-f05f-11ee-b647-cb9ed24678a4@osd.2.service 2024-04-01T19:45:15.420 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-04-01T19:45:15.420 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph osd stat -f json 2024-04-01T19:45:15.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:15 smithi046 bash[22057]: cluster 2024-04-01T19:45:14.247602+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-01T19:45:15.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:15 smithi046 bash[22057]: audit 2024-04-01T19:45:14.765724+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:15.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:15 smithi046 bash[22057]: audit 2024-04-01T19:45:14.775380+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:15.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:15 smithi046 bash[22057]: audit 2024-04-01T19:45:14.806196+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:45:15.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:15 smithi046 bash[22057]: audit 2024-04-01T19:45:14.812395+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:45:15.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:15 smithi046 bash[22057]: audit 2024-04-01T19:45:14.821414+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:15.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:15 smithi046 bash[22057]: audit 2024-04-01T19:45:14.825553+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:45:15.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:15 smithi046 bash[22057]: audit 2024-04-01T19:45:14.827458+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:45:15.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:15 smithi046 bash[22057]: audit 2024-04-01T19:45:14.838733+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:15.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:15 smithi046 bash[22057]: audit 2024-04-01T19:45:14.936889+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-01T19:45:15.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:15 smithi040 bash[21483]: cluster 2024-04-01T19:45:14.247602+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-01T19:45:15.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:15 smithi040 bash[21483]: audit 2024-04-01T19:45:14.765724+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:15.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:15 smithi040 bash[21483]: audit 2024-04-01T19:45:14.775380+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:15.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:15 smithi040 bash[21483]: audit 2024-04-01T19:45:14.806196+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:45:15.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:15 smithi040 bash[21483]: audit 2024-04-01T19:45:14.812395+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:45:15.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:15 smithi040 bash[21483]: audit 2024-04-01T19:45:14.821414+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:15.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:15 smithi040 bash[21483]: audit 2024-04-01T19:45:14.825553+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:45:15.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:15 smithi040 bash[21483]: audit 2024-04-01T19:45:14.827458+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:45:15.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:15 smithi040 bash[21483]: audit 2024-04-01T19:45:14.838733+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:15.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:15 smithi040 bash[21483]: audit 2024-04-01T19:45:14.936889+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-01T19:45:15.643 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:15 smithi063 bash[22079]: cluster 2024-04-01T19:45:14.247602+0000 mon.a (mon.0) 573 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-01T19:45:15.643 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:15 smithi063 bash[22079]: audit 2024-04-01T19:45:14.765724+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:15.643 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:15 smithi063 bash[22079]: audit 2024-04-01T19:45:14.775380+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:15.643 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:15 smithi063 bash[22079]: audit 2024-04-01T19:45:14.806196+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:45:15.643 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:15 smithi063 bash[22079]: audit 2024-04-01T19:45:14.812395+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:45:15.643 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:15 smithi063 bash[22079]: audit 2024-04-01T19:45:14.821414+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:15.643 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:15 smithi063 bash[22079]: audit 2024-04-01T19:45:14.825553+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:45:15.643 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:15 smithi063 bash[22079]: audit 2024-04-01T19:45:14.827458+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:45:15.643 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:15 smithi063 bash[22079]: audit 2024-04-01T19:45:14.838733+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:15.644 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:15 smithi063 bash[22079]: audit 2024-04-01T19:45:14.936889+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-01T19:45:16.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:16 smithi046 bash[22057]: cephadm 2024-04-01T19:45:14.813747+0000 mgr.a (mgr.14152) 204 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 20337M 2024-04-01T19:45:16.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:16 smithi046 bash[22057]: cluster 2024-04-01T19:45:15.141578+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:16.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:16 smithi046 bash[22057]: audit 2024-04-01T19:45:15.843808+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-01T19:45:16.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:16 smithi046 bash[22057]: cluster 2024-04-01T19:45:15.848677+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-01T19:45:16.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:16 smithi046 bash[22057]: audit 2024-04-01T19:45:15.850514+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-01T19:45:16.570 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:16 smithi063 bash[22079]: cephadm 2024-04-01T19:45:14.813747+0000 mgr.a (mgr.14152) 204 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 20337M 2024-04-01T19:45:16.570 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:16 smithi063 bash[22079]: cluster 2024-04-01T19:45:15.141578+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:16.571 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:16 smithi063 bash[22079]: audit 2024-04-01T19:45:15.843808+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-01T19:45:16.571 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:16 smithi063 bash[22079]: cluster 2024-04-01T19:45:15.848677+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-01T19:45:16.571 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:16 smithi063 bash[22079]: audit 2024-04-01T19:45:15.850514+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-01T19:45:16.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:16 smithi040 bash[21483]: cephadm 2024-04-01T19:45:14.813747+0000 mgr.a (mgr.14152) 204 : cephadm [INF] Adjusting osd_memory_target on smithi063 to 20337M 2024-04-01T19:45:16.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:16 smithi040 bash[21483]: cluster 2024-04-01T19:45:15.141578+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:16.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:16 smithi040 bash[21483]: audit 2024-04-01T19:45:15.843808+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-01T19:45:16.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:16 smithi040 bash[21483]: cluster 2024-04-01T19:45:15.848677+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-01T19:45:16.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:16 smithi040 bash[21483]: audit 2024-04-01T19:45:15.850514+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-01T19:45:18.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:16.846525+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-01T19:45:18.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: cluster 2024-04-01T19:45:16.851886+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-01T19:45:18.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: cluster 2024-04-01T19:45:17.142004+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v152: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:18.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.151428+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:18.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.246752+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:18.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.341012+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:18.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.343861+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-01T19:45:18.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.401830+0000 mon.a (mon.0) 592 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-01T19:45:18.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.402588+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:45:18.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.402859+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:45:18.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.403153+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:45:18.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.405384+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-01T19:45:18.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.406516+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:45:18.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.407011+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:45:18.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.407437+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:45:18.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.459820+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-01T19:45:18.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.464818+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-01T19:45:18.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.465704+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:45:18.181 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.466232+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:45:18.181 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.466718+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:45:18.181 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:17 smithi063 bash[22079]: audit 2024-04-01T19:45:17.522788+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-01T19:45:18.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:16.846525+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-01T19:45:18.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: cluster 2024-04-01T19:45:16.851886+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-01T19:45:18.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: cluster 2024-04-01T19:45:17.142004+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v152: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:18.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.151428+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:18.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.246752+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:18.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.341012+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:18.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.343861+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-01T19:45:18.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.401830+0000 mon.a (mon.0) 592 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-01T19:45:18.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.402588+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:45:18.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.402859+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:45:18.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.403153+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:45:18.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.405384+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-01T19:45:18.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.406516+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:45:18.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.407011+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:45:18.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.407437+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:45:18.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.459820+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-01T19:45:18.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.464818+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-01T19:45:18.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.465704+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:45:18.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.466232+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:45:18.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.466718+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:45:18.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:17 smithi046 bash[22057]: audit 2024-04-01T19:45:17.522788+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-01T19:45:18.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:16.846525+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-01T19:45:18.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: cluster 2024-04-01T19:45:16.851886+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-01T19:45:18.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: cluster 2024-04-01T19:45:17.142004+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v152: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:18.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.151428+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:18.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.246752+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:18.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.341012+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:18.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.343861+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-01T19:45:18.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.401830+0000 mon.a (mon.0) 592 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-01T19:45:18.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.402588+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:45:18.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.402859+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:45:18.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.403153+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:45:18.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.405384+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-01T19:45:18.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.406516+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:45:18.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.407011+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:45:18.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.407437+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:45:18.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.459820+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-01T19:45:18.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.464818+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-01T19:45:18.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.465704+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:45:18.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.466232+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:45:18.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.466718+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:45:18.330 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:17 smithi040 bash[21483]: audit 2024-04-01T19:45:17.522788+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-01T19:45:19.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:18 smithi063 bash[22079]: cluster 2024-04-01T19:45:17.869437+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-01T19:45:19.187 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:18 smithi040 bash[21483]: cluster 2024-04-01T19:45:17.869437+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-01T19:45:19.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:18 smithi046 bash[22057]: cluster 2024-04-01T19:45:17.869437+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-01T19:45:20.151 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:45:20.173 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:19 smithi040 bash[21483]: cluster 2024-04-01T19:45:19.142622+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v154: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:20.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:19 smithi063 bash[22079]: cluster 2024-04-01T19:45:19.142622+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v154: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:20.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:19 smithi046 bash[22057]: cluster 2024-04-01T19:45:19.142622+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v154: 1 pgs: 1 creating+peering; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:21.143 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:20 smithi040 bash[21483]: cluster 2024-04-01T19:45:19.884918+0000 mon.a (mon.0) 603 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-01T19:45:21.143 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:20 smithi040 bash[21483]: audit 2024-04-01T19:45:20.531009+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:21.143 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:20 smithi040 bash[21483]: audit 2024-04-01T19:45:20.540615+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:21.143 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:20 smithi040 bash[21483]: audit 2024-04-01T19:45:20.552484+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:21.143 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:20 smithi040 bash[21483]: audit 2024-04-01T19:45:20.573790+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:45:21.143 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:20 smithi040 bash[21483]: audit 2024-04-01T19:45:20.579443+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:45:21.143 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:20 smithi040 bash[21483]: audit 2024-04-01T19:45:20.581151+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:45:21.143 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:20 smithi040 bash[21483]: audit 2024-04-01T19:45:20.592771+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:21.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:20 smithi063 bash[22079]: cluster 2024-04-01T19:45:19.884918+0000 mon.a (mon.0) 603 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-01T19:45:21.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:20 smithi063 bash[22079]: audit 2024-04-01T19:45:20.531009+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:21.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:20 smithi063 bash[22079]: audit 2024-04-01T19:45:20.540615+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:21.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:20 smithi063 bash[22079]: audit 2024-04-01T19:45:20.552484+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:21.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:20 smithi063 bash[22079]: audit 2024-04-01T19:45:20.573790+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:45:21.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:20 smithi063 bash[22079]: audit 2024-04-01T19:45:20.579443+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:45:21.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:20 smithi063 bash[22079]: audit 2024-04-01T19:45:20.581151+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:45:21.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:20 smithi063 bash[22079]: audit 2024-04-01T19:45:20.592771+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:21.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:20 smithi046 bash[22057]: cluster 2024-04-01T19:45:19.884918+0000 mon.a (mon.0) 603 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-01T19:45:21.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:20 smithi046 bash[22057]: audit 2024-04-01T19:45:20.531009+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:21.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:20 smithi046 bash[22057]: audit 2024-04-01T19:45:20.540615+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:21.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:20 smithi046 bash[22057]: audit 2024-04-01T19:45:20.552484+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:21.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:20 smithi046 bash[22057]: audit 2024-04-01T19:45:20.573790+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:45:21.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:20 smithi046 bash[22057]: audit 2024-04-01T19:45:20.579443+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:45:21.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:20 smithi046 bash[22057]: audit 2024-04-01T19:45:20.581151+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:45:21.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:20 smithi046 bash[22057]: audit 2024-04-01T19:45:20.592771+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:22.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:22 smithi046 bash[22057]: cluster 2024-04-01T19:45:20.584509+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v155: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:22.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:22 smithi046 bash[22057]: audit 2024-04-01T19:45:21.298967+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:22.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:22 smithi046 bash[22057]: audit 2024-04-01T19:45:21.306049+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:22.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:22 smithi046 bash[22057]: audit 2024-04-01T19:45:21.314937+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:22.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:22 smithi046 bash[22057]: cluster 2024-04-01T19:45:21.548806+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-01T19:45:22.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:22 smithi040 bash[21483]: cluster 2024-04-01T19:45:20.584509+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v155: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:22.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:22 smithi040 bash[21483]: audit 2024-04-01T19:45:21.298967+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:22.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:22 smithi040 bash[21483]: audit 2024-04-01T19:45:21.306049+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:22.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:22 smithi040 bash[21483]: audit 2024-04-01T19:45:21.314937+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:22.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:22 smithi040 bash[21483]: cluster 2024-04-01T19:45:21.548806+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-01T19:45:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:22 smithi063 bash[22079]: cluster 2024-04-01T19:45:20.584509+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v155: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:22 smithi063 bash[22079]: audit 2024-04-01T19:45:21.298967+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:22 smithi063 bash[22079]: audit 2024-04-01T19:45:21.306049+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:22 smithi063 bash[22079]: audit 2024-04-01T19:45:21.314937+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:22.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:22 smithi063 bash[22079]: cluster 2024-04-01T19:45:21.548806+0000 mon.a (mon.0) 614 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-01T19:45:22.838 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:45:23.452 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1712000713,"num_in_osds":3,"osd_in_since":1712000687,"num_remapped_pgs":0} 2024-04-01T19:45:23.453 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph osd dump --format=json 2024-04-01T19:45:23.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:23 smithi046 bash[22057]: audit 2024-04-01T19:45:22.841647+0000 mon.a (mon.0) 615 : audit [DBG] from='client.? 172.21.15.40:0/3950926123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-01T19:45:23.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:23 smithi040 bash[21483]: audit 2024-04-01T19:45:22.841647+0000 mon.a (mon.0) 615 : audit [DBG] from='client.? 172.21.15.40:0/3950926123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-01T19:45:23.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:23 smithi063 bash[22079]: audit 2024-04-01T19:45:22.841647+0000 mon.a (mon.0) 615 : audit [DBG] from='client.? 172.21.15.40:0/3950926123' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-01T19:45:24.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:24 smithi046 bash[22057]: cluster 2024-04-01T19:45:22.585034+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:24.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:24 smithi040 bash[21483]: cluster 2024-04-01T19:45:22.585034+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:24.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:24 smithi063 bash[22079]: cluster 2024-04-01T19:45:22.585034+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:26.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:26 smithi046 bash[22057]: cluster 2024-04-01T19:45:24.585585+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:26.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:26 smithi040 bash[21483]: cluster 2024-04-01T19:45:24.585585+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:26.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:26 smithi063 bash[22079]: cluster 2024-04-01T19:45:24.585585+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:28.175 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:45:28.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:28 smithi040 bash[21483]: cluster 2024-04-01T19:45:26.586220+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:28.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:28 smithi040 bash[21483]: audit 2024-04-01T19:45:28.258833+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:28.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:28 smithi040 bash[21483]: audit 2024-04-01T19:45:28.267604+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:28.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:28 smithi040 bash[21483]: audit 2024-04-01T19:45:28.278059+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:28.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:28 smithi040 bash[21483]: audit 2024-04-01T19:45:28.282838+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:45:28.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:28 smithi040 bash[21483]: audit 2024-04-01T19:45:28.288792+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:45:28.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:28 smithi040 bash[21483]: audit 2024-04-01T19:45:28.290610+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:45:28.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:28 smithi040 bash[21483]: audit 2024-04-01T19:45:28.301159+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:28.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:28 smithi063 bash[22079]: cluster 2024-04-01T19:45:26.586220+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:28.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:28 smithi063 bash[22079]: audit 2024-04-01T19:45:28.258833+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:28.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:28 smithi063 bash[22079]: audit 2024-04-01T19:45:28.267604+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:28.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:28 smithi063 bash[22079]: audit 2024-04-01T19:45:28.278059+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:28.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:28 smithi063 bash[22079]: audit 2024-04-01T19:45:28.282838+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:45:28.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:28 smithi063 bash[22079]: audit 2024-04-01T19:45:28.288792+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:45:28.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:28 smithi063 bash[22079]: audit 2024-04-01T19:45:28.290610+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:45:28.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:28 smithi063 bash[22079]: audit 2024-04-01T19:45:28.301159+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:28.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:28 smithi046 bash[22057]: cluster 2024-04-01T19:45:26.586220+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:28.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:28 smithi046 bash[22057]: audit 2024-04-01T19:45:28.258833+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:28.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:28 smithi046 bash[22057]: audit 2024-04-01T19:45:28.267604+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:28.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:28 smithi046 bash[22057]: audit 2024-04-01T19:45:28.278059+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:28.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:28 smithi046 bash[22057]: audit 2024-04-01T19:45:28.282838+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:45:28.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:28 smithi046 bash[22057]: audit 2024-04-01T19:45:28.288792+0000 mon.a (mon.0) 620 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:45:28.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:28 smithi046 bash[22057]: audit 2024-04-01T19:45:28.290610+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:45:28.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:28 smithi046 bash[22057]: audit 2024-04-01T19:45:28.301159+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:29.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:29 smithi040 bash[21483]: cluster 2024-04-01T19:45:28.294192+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:29.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:29 smithi040 bash[21483]: cluster 2024-04-01T19:45:29.274462+0000 mon.a (mon.0) 623 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-01T19:45:29.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:29 smithi040 bash[21483]: cluster 2024-04-01T19:45:29.274527+0000 mon.a (mon.0) 624 : cluster [INF] Cluster is now healthy 2024-04-01T19:45:29.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:29 smithi063 bash[22079]: cluster 2024-04-01T19:45:28.294192+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:29.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:29 smithi063 bash[22079]: cluster 2024-04-01T19:45:29.274462+0000 mon.a (mon.0) 623 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-01T19:45:29.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:29 smithi063 bash[22079]: cluster 2024-04-01T19:45:29.274527+0000 mon.a (mon.0) 624 : cluster [INF] Cluster is now healthy 2024-04-01T19:45:29.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:29 smithi046 bash[22057]: cluster 2024-04-01T19:45:28.294192+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:29.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:29 smithi046 bash[22057]: cluster 2024-04-01T19:45:29.274462+0000 mon.a (mon.0) 623 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-01T19:45:29.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:29 smithi046 bash[22057]: cluster 2024-04-01T19:45:29.274527+0000 mon.a (mon.0) 624 : cluster [INF] Cluster is now healthy 2024-04-01T19:45:31.151 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:45:31.151 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":22,"fsid":"59788392-f05f-11ee-b647-cb9ed24678a4","created":"2024-04-01T19:39:33.075559+0000","modified":"2024-04-01T19:45:17.847127+0000","last_up_change":"2024-04-01T19:45:13.216977+0000","last_in_change":"2024-04-01T19:44:47.756595+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-01T19:45:14.944621+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":"e6ff2790-ea9a-444d-96c1-bf851031cf47","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.40:6802","nonce":2996866757},{"type":"v1","addr":"172.21.15.40:6803","nonce":2996866757}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":2996866757},{"type":"v1","addr":"172.21.15.40:6805","nonce":2996866757}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":2996866757},{"type":"v1","addr":"172.21.15.40:6809","nonce":2996866757}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":2996866757},{"type":"v1","addr":"172.21.15.40:6807","nonce":2996866757}]},"public_addr":"172.21.15.40:6803/2996866757","cluster_addr":"172.21.15.40:6805/2996866757","heartbeat_back_addr":"172.21.15.40:6809/2996866757","heartbeat_front_addr":"172.21.15.40:6807/2996866757","state":["exists","up"]},{"osd":1,"uuid":"333dae14-14a3-4d74-bfd8-34929999db6c","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.46:6800","nonce":3470495214},{"type":"v1","addr":"172.21.15.46:6801","nonce":3470495214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":3470495214},{"type":"v1","addr":"172.21.15.46:6803","nonce":3470495214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":3470495214},{"type":"v1","addr":"172.21.15.46:6807","nonce":3470495214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":3470495214},{"type":"v1","addr":"172.21.15.46:6805","nonce":3470495214}]},"public_addr":"172.21.15.46:6801/3470495214","cluster_addr":"172.21.15.46:6803/3470495214","heartbeat_back_addr":"172.21.15.46:6807/3470495214","heartbeat_front_addr":"172.21.15.46:6805/3470495214","state":["exists","up"]},{"osd":2,"uuid":"827cc9c9-b8c3-46fe-b438-cf10b1ff011d","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.63:6800","nonce":3130827242},{"type":"v1","addr":"172.21.15.63:6801","nonce":3130827242}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":3130827242},{"type":"v1","addr":"172.21.15.63:6803","nonce":3130827242}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":3130827242},{"type":"v1","addr":"172.21.15.63:6807","nonce":3130827242}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":3130827242},{"type":"v1","addr":"172.21.15.63:6805","nonce":3130827242}]},"public_addr":"172.21.15.63:6801/3130827242","cluster_addr":"172.21.15.63:6803/3130827242","heartbeat_back_addr":"172.21.15.63:6807/3130827242","heartbeat_front_addr":"172.21.15.63:6805/3130827242","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-01T19:43:29.154190+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-01T19:44:23.823740+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-01T19:45:11.908235+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.40:0/3354188532":"2024-04-02T19:40:38.720654+0000","172.21.15.40:6800/2167194088":"2024-04-02T19:40:38.720654+0000","172.21.15.40:0/2005612225":"2024-04-02T19:40:38.720654+0000","172.21.15.40:6801/2167194088":"2024-04-02T19:40:38.720654+0000","172.21.15.40:6801/2247018871":"2024-04-02T19:40:04.544601+0000","172.21.15.40:0/2424936656":"2024-04-02T19:40:04.544601+0000","172.21.15.40:0/2149946076":"2024-04-02T19:40:04.544601+0000","172.21.15.40:6800/2247018871":"2024-04-02T19:40:04.544601+0000","172.21.15.40:0/3881272042":"2024-04-02T19:40:04.544601+0000","172.21.15.40:0/1220071316":"2024-04-02T19:40:38.720654+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-01T19:45:31.495 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:31 smithi040 bash[21483]: cluster 2024-04-01T19:45:30.294569+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:31.495 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:31 smithi040 bash[21483]: audit 2024-04-01T19:45:31.154555+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.40:0/2239466055' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-01T19:45:31.664 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:31 smithi046 bash[22057]: cluster 2024-04-01T19:45:30.294569+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:31.664 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:31 smithi046 bash[22057]: audit 2024-04-01T19:45:31.154555+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.40:0/2239466055' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-01T19:45:31.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:31 smithi063 bash[22079]: cluster 2024-04-01T19:45:30.294569+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:31.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:31 smithi063 bash[22079]: audit 2024-04-01T19:45:31.154555+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.40:0/2239466055' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-01T19:45:32.065 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-01T19:45:14.944621+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-04-01T19:45:32.066 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph osd pool get .mgr pg_num 2024-04-01T19:45:33.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:33 smithi040 bash[21483]: cluster 2024-04-01T19:45:32.295014+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:33.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:33 smithi063 bash[22079]: cluster 2024-04-01T19:45:32.295014+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:33.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:33 smithi046 bash[22057]: cluster 2024-04-01T19:45:32.295014+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:35 smithi046 bash[22057]: audit 2024-04-01T19:45:34.202795+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:35 smithi046 bash[22057]: audit 2024-04-01T19:45:34.213050+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:35 smithi046 bash[22057]: audit 2024-04-01T19:45:34.224907+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:35.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:35 smithi046 bash[22057]: cluster 2024-04-01T19:45:34.295543+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:35.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:35 smithi040 bash[21483]: audit 2024-04-01T19:45:34.202795+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:35.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:35 smithi040 bash[21483]: audit 2024-04-01T19:45:34.213050+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:35.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:35 smithi040 bash[21483]: audit 2024-04-01T19:45:34.224907+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:35.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:35 smithi040 bash[21483]: cluster 2024-04-01T19:45:34.295543+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:35 smithi063 bash[22079]: audit 2024-04-01T19:45:34.202795+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:35 smithi063 bash[22079]: audit 2024-04-01T19:45:34.213050+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:35 smithi063 bash[22079]: audit 2024-04-01T19:45:34.224907+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:35.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:35 smithi063 bash[22079]: cluster 2024-04-01T19:45:34.295543+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:37.218 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:45:37.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:37 smithi040 bash[21483]: cluster 2024-04-01T19:45:36.296088+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:37.648 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:37 smithi063 bash[22079]: cluster 2024-04-01T19:45:36.296088+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:37.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:37 smithi046 bash[22057]: cluster 2024-04-01T19:45:36.296088+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:39.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:39 smithi040 bash[21483]: cluster 2024-04-01T19:45:38.296648+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:39.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:39 smithi063 bash[22079]: cluster 2024-04-01T19:45:38.296648+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:39.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:39 smithi046 bash[22057]: cluster 2024-04-01T19:45:38.296648+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:39.882 INFO:teuthology.orchestra.run.smithi040.stdout:pg_num: 1 2024-04-01T19:45:40.521 INFO:tasks.cephadm:Setting up client nodes... 2024-04-01T19:45:40.521 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-01T19:45:40.521 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-01T19:45:40.522 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph mgr dump --format=json 2024-04-01T19:45:40.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:40 smithi063 bash[22079]: audit 2024-04-01T19:45:39.886188+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.40:0/3576514139' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-01T19:45:40.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:40 smithi046 bash[22057]: audit 2024-04-01T19:45:39.886188+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.40:0/3576514139' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-01T19:45:40.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:40 smithi040 bash[21483]: audit 2024-04-01T19:45:39.886188+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.40:0/3576514139' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-01T19:45:41.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:41 smithi063 bash[22079]: cluster 2024-04-01T19:45:40.297218+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:41.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:41 smithi046 bash[22057]: cluster 2024-04-01T19:45:40.297218+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:41.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:41 smithi040 bash[21483]: cluster 2024-04-01T19:45:40.297218+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:42.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:42 smithi046 bash[22057]: audit 2024-04-01T19:45:41.514630+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:42.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:42 smithi046 bash[22057]: audit 2024-04-01T19:45:41.524175+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:42.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:42 smithi046 bash[22057]: audit 2024-04-01T19:45:41.533157+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:42.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:42 smithi046 bash[22057]: cluster 2024-04-01T19:45:42.297788+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:42.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:42 smithi040 bash[21483]: audit 2024-04-01T19:45:41.514630+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:42.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:42 smithi040 bash[21483]: audit 2024-04-01T19:45:41.524175+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:42.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:42 smithi040 bash[21483]: audit 2024-04-01T19:45:41.533157+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:42.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:42 smithi040 bash[21483]: cluster 2024-04-01T19:45:42.297788+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:42.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:42 smithi063 bash[22079]: audit 2024-04-01T19:45:41.514630+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:42.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:42 smithi063 bash[22079]: audit 2024-04-01T19:45:41.524175+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:42.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:42 smithi063 bash[22079]: audit 2024-04-01T19:45:41.533157+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:42.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:42 smithi063 bash[22079]: cluster 2024-04-01T19:45:42.297788+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:45.247 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:45:45.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:45 smithi040 bash[21483]: cluster 2024-04-01T19:45:44.298323+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:45.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:45 smithi063 bash[22079]: cluster 2024-04-01T19:45:44.298323+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:45.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:45 smithi046 bash[22057]: cluster 2024-04-01T19:45:44.298323+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:47.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:47 smithi063 bash[22079]: cluster 2024-04-01T19:45:46.298714+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:47.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:47 smithi046 bash[22057]: cluster 2024-04-01T19:45:46.298714+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:47.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:47 smithi040 bash[21483]: cluster 2024-04-01T19:45:46.298714+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:47.896 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:45:48.640 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6800","nonce":2474781095},{"type":"v1","addr":"172.21.15.40:6801","nonce":2474781095}]},"active_addr":"172.21.15.40:6801/2474781095","active_change":"2024-04-01T19:40:38.721003+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.40: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.40:0","nonce":3620488390}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.40:0","nonce":3512803613}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.40:0","nonce":3058671549}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.40:0","nonce":836678287}]}]} 2024-04-01T19:45:48.646 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-01T19:45:48.646 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-01T19:45:48.647 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph osd dump --format=json 2024-04-01T19:45:49.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:48 smithi040 bash[21483]: audit 2024-04-01T19:45:47.871961+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:49.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:48 smithi040 bash[21483]: audit 2024-04-01T19:45:47.880257+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:49.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:48 smithi040 bash[21483]: audit 2024-04-01T19:45:47.889226+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:49.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:48 smithi040 bash[21483]: audit 2024-04-01T19:45:47.889727+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.40:0/3517547973' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-01T19:45:49.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:48 smithi040 bash[21483]: cluster 2024-04-01T19:45:48.299193+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:49.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:48 smithi063 bash[22079]: audit 2024-04-01T19:45:47.871961+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:49.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:48 smithi063 bash[22079]: audit 2024-04-01T19:45:47.880257+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:49.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:48 smithi063 bash[22079]: audit 2024-04-01T19:45:47.889226+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:49.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:48 smithi063 bash[22079]: audit 2024-04-01T19:45:47.889727+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.40:0/3517547973' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-01T19:45:49.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:48 smithi063 bash[22079]: cluster 2024-04-01T19:45:48.299193+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:49.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:48 smithi046 bash[22057]: audit 2024-04-01T19:45:47.871961+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:49.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:48 smithi046 bash[22057]: audit 2024-04-01T19:45:47.880257+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:49.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:48 smithi046 bash[22057]: audit 2024-04-01T19:45:47.889226+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:49.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:48 smithi046 bash[22057]: audit 2024-04-01T19:45:47.889727+0000 mon.a (mon.0) 636 : audit [DBG] from='client.? 172.21.15.40:0/3517547973' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-01T19:45:49.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:48 smithi046 bash[22057]: cluster 2024-04-01T19:45:48.299193+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:51.614 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:51 smithi040 bash[21483]: cluster 2024-04-01T19:45:50.299716+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:51.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:51 smithi063 bash[22079]: cluster 2024-04-01T19:45:50.299716+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:51.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:51 smithi046 bash[22057]: cluster 2024-04-01T19:45:50.299716+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:53.374 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:45:53.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:53 smithi063 bash[22079]: cluster 2024-04-01T19:45:52.300152+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:53.710 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:53 smithi040 bash[21483]: cluster 2024-04-01T19:45:52.300152+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:53.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:53 smithi046 bash[22057]: cluster 2024-04-01T19:45:52.300152+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:55.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:55 smithi063 bash[22079]: cluster 2024-04-01T19:45:54.300643+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:55.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:55 smithi063 bash[22079]: audit 2024-04-01T19:45:54.443088+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:55.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:55 smithi063 bash[22079]: audit 2024-04-01T19:45:54.453233+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:55.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:55 smithi063 bash[22079]: audit 2024-04-01T19:45:54.463351+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:55.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:55 smithi046 bash[22057]: cluster 2024-04-01T19:45:54.300643+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:55.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:55 smithi046 bash[22057]: audit 2024-04-01T19:45:54.443088+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:55.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:55 smithi046 bash[22057]: audit 2024-04-01T19:45:54.453233+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:55.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:55 smithi046 bash[22057]: audit 2024-04-01T19:45:54.463351+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:55.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:55 smithi040 bash[21483]: cluster 2024-04-01T19:45:54.300643+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:55.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:55 smithi040 bash[21483]: audit 2024-04-01T19:45:54.443088+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:55.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:55 smithi040 bash[21483]: audit 2024-04-01T19:45:54.453233+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:55.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:55 smithi040 bash[21483]: audit 2024-04-01T19:45:54.463351+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:45:56.608 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:45:56.609 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":22,"fsid":"59788392-f05f-11ee-b647-cb9ed24678a4","created":"2024-04-01T19:39:33.075559+0000","modified":"2024-04-01T19:45:17.847127+0000","last_up_change":"2024-04-01T19:45:13.216977+0000","last_in_change":"2024-04-01T19:44:47.756595+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-01T19:45:14.944621+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":"e6ff2790-ea9a-444d-96c1-bf851031cf47","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.40:6802","nonce":2996866757},{"type":"v1","addr":"172.21.15.40:6803","nonce":2996866757}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":2996866757},{"type":"v1","addr":"172.21.15.40:6805","nonce":2996866757}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":2996866757},{"type":"v1","addr":"172.21.15.40:6809","nonce":2996866757}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":2996866757},{"type":"v1","addr":"172.21.15.40:6807","nonce":2996866757}]},"public_addr":"172.21.15.40:6803/2996866757","cluster_addr":"172.21.15.40:6805/2996866757","heartbeat_back_addr":"172.21.15.40:6809/2996866757","heartbeat_front_addr":"172.21.15.40:6807/2996866757","state":["exists","up"]},{"osd":1,"uuid":"333dae14-14a3-4d74-bfd8-34929999db6c","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.46:6800","nonce":3470495214},{"type":"v1","addr":"172.21.15.46:6801","nonce":3470495214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":3470495214},{"type":"v1","addr":"172.21.15.46:6803","nonce":3470495214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":3470495214},{"type":"v1","addr":"172.21.15.46:6807","nonce":3470495214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":3470495214},{"type":"v1","addr":"172.21.15.46:6805","nonce":3470495214}]},"public_addr":"172.21.15.46:6801/3470495214","cluster_addr":"172.21.15.46:6803/3470495214","heartbeat_back_addr":"172.21.15.46:6807/3470495214","heartbeat_front_addr":"172.21.15.46:6805/3470495214","state":["exists","up"]},{"osd":2,"uuid":"827cc9c9-b8c3-46fe-b438-cf10b1ff011d","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.63:6800","nonce":3130827242},{"type":"v1","addr":"172.21.15.63:6801","nonce":3130827242}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":3130827242},{"type":"v1","addr":"172.21.15.63:6803","nonce":3130827242}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":3130827242},{"type":"v1","addr":"172.21.15.63:6807","nonce":3130827242}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":3130827242},{"type":"v1","addr":"172.21.15.63:6805","nonce":3130827242}]},"public_addr":"172.21.15.63:6801/3130827242","cluster_addr":"172.21.15.63:6803/3130827242","heartbeat_back_addr":"172.21.15.63:6807/3130827242","heartbeat_front_addr":"172.21.15.63:6805/3130827242","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-01T19:43:29.154190+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-01T19:44:23.823740+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-01T19:45:11.908235+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.40:0/3354188532":"2024-04-02T19:40:38.720654+0000","172.21.15.40:6800/2167194088":"2024-04-02T19:40:38.720654+0000","172.21.15.40:0/2005612225":"2024-04-02T19:40:38.720654+0000","172.21.15.40:6801/2167194088":"2024-04-02T19:40:38.720654+0000","172.21.15.40:6801/2247018871":"2024-04-02T19:40:04.544601+0000","172.21.15.40:0/2424936656":"2024-04-02T19:40:04.544601+0000","172.21.15.40:0/2149946076":"2024-04-02T19:40:04.544601+0000","172.21.15.40:6800/2247018871":"2024-04-02T19:40:04.544601+0000","172.21.15.40:0/3881272042":"2024-04-02T19:40:04.544601+0000","172.21.15.40:0/1220071316":"2024-04-02T19:40:38.720654+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-01T19:45:57.234 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-01T19:45:57.235 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph osd dump --format=json 2024-04-01T19:45:57.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:57 smithi063 bash[22079]: cluster 2024-04-01T19:45:56.301017+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:57.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:57 smithi063 bash[22079]: audit 2024-04-01T19:45:56.611614+0000 mon.a (mon.0) 640 : audit [DBG] from='client.? 172.21.15.40:0/4140376769' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-01T19:45:57.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:57 smithi040 bash[21483]: cluster 2024-04-01T19:45:56.301017+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:57.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:57 smithi040 bash[21483]: audit 2024-04-01T19:45:56.611614+0000 mon.a (mon.0) 640 : audit [DBG] from='client.? 172.21.15.40:0/4140376769' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-01T19:45:57.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:57 smithi046 bash[22057]: cluster 2024-04-01T19:45:56.301017+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:57.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:57 smithi046 bash[22057]: audit 2024-04-01T19:45:56.611614+0000 mon.a (mon.0) 640 : audit [DBG] from='client.? 172.21.15.40:0/4140376769' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-01T19:45:59.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:45:59 smithi063 bash[22079]: cluster 2024-04-01T19:45:58.301514+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:59.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:45:59 smithi046 bash[22057]: cluster 2024-04-01T19:45:58.301514+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:45:59.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:45:59 smithi040 bash[21483]: cluster 2024-04-01T19:45:58.301514+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:01.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:01 smithi063 bash[22079]: cluster 2024-04-01T19:46:00.302049+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:01.739 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:01 smithi040 bash[21483]: cluster 2024-04-01T19:46:00.302049+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:01.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:01 smithi046 bash[22057]: cluster 2024-04-01T19:46:00.302049+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:01.851 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:46:02.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:02 smithi040 bash[21483]: audit 2024-04-01T19:46:01.720891+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:02.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:02 smithi040 bash[21483]: audit 2024-04-01T19:46:01.730208+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:02.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:02 smithi040 bash[21483]: audit 2024-04-01T19:46:01.741390+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:02.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:02 smithi040 bash[21483]: cluster 2024-04-01T19:46:02.302610+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:03.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:02 smithi046 bash[22057]: audit 2024-04-01T19:46:01.720891+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:03.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:02 smithi046 bash[22057]: audit 2024-04-01T19:46:01.730208+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:03.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:02 smithi046 bash[22057]: audit 2024-04-01T19:46:01.741390+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:03.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:02 smithi046 bash[22057]: cluster 2024-04-01T19:46:02.302610+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:03.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:02 smithi063 bash[22079]: audit 2024-04-01T19:46:01.720891+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:03.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:02 smithi063 bash[22079]: audit 2024-04-01T19:46:01.730208+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:03.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:02 smithi063 bash[22079]: audit 2024-04-01T19:46:01.741390+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:03.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:02 smithi063 bash[22079]: cluster 2024-04-01T19:46:02.302610+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:04.357 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:46:04.357 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":22,"fsid":"59788392-f05f-11ee-b647-cb9ed24678a4","created":"2024-04-01T19:39:33.075559+0000","modified":"2024-04-01T19:45:17.847127+0000","last_up_change":"2024-04-01T19:45:13.216977+0000","last_in_change":"2024-04-01T19:44:47.756595+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-01T19:45:14.944621+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":"e6ff2790-ea9a-444d-96c1-bf851031cf47","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.40:6802","nonce":2996866757},{"type":"v1","addr":"172.21.15.40:6803","nonce":2996866757}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":2996866757},{"type":"v1","addr":"172.21.15.40:6805","nonce":2996866757}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":2996866757},{"type":"v1","addr":"172.21.15.40:6809","nonce":2996866757}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":2996866757},{"type":"v1","addr":"172.21.15.40:6807","nonce":2996866757}]},"public_addr":"172.21.15.40:6803/2996866757","cluster_addr":"172.21.15.40:6805/2996866757","heartbeat_back_addr":"172.21.15.40:6809/2996866757","heartbeat_front_addr":"172.21.15.40:6807/2996866757","state":["exists","up"]},{"osd":1,"uuid":"333dae14-14a3-4d74-bfd8-34929999db6c","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.46:6800","nonce":3470495214},{"type":"v1","addr":"172.21.15.46:6801","nonce":3470495214}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6802","nonce":3470495214},{"type":"v1","addr":"172.21.15.46:6803","nonce":3470495214}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6806","nonce":3470495214},{"type":"v1","addr":"172.21.15.46:6807","nonce":3470495214}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.46:6804","nonce":3470495214},{"type":"v1","addr":"172.21.15.46:6805","nonce":3470495214}]},"public_addr":"172.21.15.46:6801/3470495214","cluster_addr":"172.21.15.46:6803/3470495214","heartbeat_back_addr":"172.21.15.46:6807/3470495214","heartbeat_front_addr":"172.21.15.46:6805/3470495214","state":["exists","up"]},{"osd":2,"uuid":"827cc9c9-b8c3-46fe-b438-cf10b1ff011d","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.63:6800","nonce":3130827242},{"type":"v1","addr":"172.21.15.63:6801","nonce":3130827242}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6802","nonce":3130827242},{"type":"v1","addr":"172.21.15.63:6803","nonce":3130827242}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6806","nonce":3130827242},{"type":"v1","addr":"172.21.15.63:6807","nonce":3130827242}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.63:6804","nonce":3130827242},{"type":"v1","addr":"172.21.15.63:6805","nonce":3130827242}]},"public_addr":"172.21.15.63:6801/3130827242","cluster_addr":"172.21.15.63:6803/3130827242","heartbeat_back_addr":"172.21.15.63:6807/3130827242","heartbeat_front_addr":"172.21.15.63:6805/3130827242","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-01T19:43:29.154190+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-01T19:44:23.823740+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-01T19:45:11.908235+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.40:0/3354188532":"2024-04-02T19:40:38.720654+0000","172.21.15.40:6800/2167194088":"2024-04-02T19:40:38.720654+0000","172.21.15.40:0/2005612225":"2024-04-02T19:40:38.720654+0000","172.21.15.40:6801/2167194088":"2024-04-02T19:40:38.720654+0000","172.21.15.40:6801/2247018871":"2024-04-02T19:40:04.544601+0000","172.21.15.40:0/2424936656":"2024-04-02T19:40:04.544601+0000","172.21.15.40:0/2149946076":"2024-04-02T19:40:04.544601+0000","172.21.15.40:6800/2247018871":"2024-04-02T19:40:04.544601+0000","172.21.15.40:0/3881272042":"2024-04-02T19:40:04.544601+0000","172.21.15.40:0/1220071316":"2024-04-02T19:40:38.720654+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-01T19:46:04.932 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph tell osd.0 flush_pg_stats 2024-04-01T19:46:04.933 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph tell osd.1 flush_pg_stats 2024-04-01T19:46:04.933 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph tell osd.2 flush_pg_stats 2024-04-01T19:46:05.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:05 smithi063 bash[22079]: cluster 2024-04-01T19:46:04.303062+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:05.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:05 smithi063 bash[22079]: audit 2024-04-01T19:46:04.360266+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.40:0/292158834' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-01T19:46:05.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:05 smithi046 bash[22057]: cluster 2024-04-01T19:46:04.303062+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:05.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:05 smithi046 bash[22057]: audit 2024-04-01T19:46:04.360266+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.40:0/292158834' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-01T19:46:05.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:05 smithi040 bash[21483]: cluster 2024-04-01T19:46:04.303062+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:05.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:05 smithi040 bash[21483]: audit 2024-04-01T19:46:04.360266+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.40:0/292158834' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-01T19:46:07.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:07 smithi063 bash[22079]: cluster 2024-04-01T19:46:06.303617+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:07.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:07 smithi046 bash[22057]: cluster 2024-04-01T19:46:06.303617+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:07.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:07 smithi040 bash[21483]: cluster 2024-04-01T19:46:06.303617+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:09.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:09 smithi063 bash[22079]: audit 2024-04-01T19:46:08.105105+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:09.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:09 smithi063 bash[22079]: audit 2024-04-01T19:46:08.113698+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:09.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:09 smithi063 bash[22079]: audit 2024-04-01T19:46:08.123954+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:09.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:09 smithi063 bash[22079]: cluster 2024-04-01T19:46:08.304159+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:09.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:09 smithi046 bash[22057]: audit 2024-04-01T19:46:08.105105+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:09.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:09 smithi046 bash[22057]: audit 2024-04-01T19:46:08.113698+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:09.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:09 smithi046 bash[22057]: audit 2024-04-01T19:46:08.123954+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:09.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:09 smithi046 bash[22057]: cluster 2024-04-01T19:46:08.304159+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:09.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:09 smithi040 bash[21483]: audit 2024-04-01T19:46:08.105105+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:09.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:09 smithi040 bash[21483]: audit 2024-04-01T19:46:08.113698+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:09.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:09 smithi040 bash[21483]: audit 2024-04-01T19:46:08.123954+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:09.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:09 smithi040 bash[21483]: cluster 2024-04-01T19:46:08.304159+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:09.657 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:46:09.657 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:46:09.659 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:46:11.505 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:11 smithi046 bash[22057]: cluster 2024-04-01T19:46:10.304811+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:11.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:11 smithi063 bash[22079]: cluster 2024-04-01T19:46:10.304811+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:11.707 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:11 smithi040 bash[21483]: cluster 2024-04-01T19:46:10.304811+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:13.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:13 smithi063 bash[22079]: cluster 2024-04-01T19:46:12.305543+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:13.683 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:13 smithi040 bash[21483]: cluster 2024-04-01T19:46:12.305543+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:13.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:13 smithi046 bash[22057]: cluster 2024-04-01T19:46:12.305543+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:15.678 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:15 smithi040 bash[21483]: cluster 2024-04-01T19:46:14.306228+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:15.678 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:15 smithi040 bash[21483]: audit 2024-04-01T19:46:14.679798+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:15.679 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:15 smithi040 bash[21483]: audit 2024-04-01T19:46:14.689283+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:15.679 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:15 smithi040 bash[21483]: audit 2024-04-01T19:46:14.699813+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:15.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:15 smithi063 bash[22079]: cluster 2024-04-01T19:46:14.306228+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:15.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:15 smithi063 bash[22079]: audit 2024-04-01T19:46:14.679798+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:15.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:15 smithi063 bash[22079]: audit 2024-04-01T19:46:14.689283+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:15.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:15 smithi063 bash[22079]: audit 2024-04-01T19:46:14.699813+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:15.807 INFO:teuthology.orchestra.run.smithi040.stdout:55834574873 2024-04-01T19:46:15.808 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.1 2024-04-01T19:46:15.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:15 smithi046 bash[22057]: cluster 2024-04-01T19:46:14.306228+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:15.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:15 smithi046 bash[22057]: audit 2024-04-01T19:46:14.679798+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:15.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:15 smithi046 bash[22057]: audit 2024-04-01T19:46:14.689283+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:15.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:15 smithi046 bash[22057]: audit 2024-04-01T19:46:14.699813+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:16.532 INFO:teuthology.orchestra.run.smithi040.stdout:77309411343 2024-04-01T19:46:16.532 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.2 2024-04-01T19:46:16.729 INFO:teuthology.orchestra.run.smithi040.stdout:34359738404 2024-04-01T19:46:16.729 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph osd last-stat-seq osd.0 2024-04-01T19:46:17.627 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:17 smithi040 bash[21483]: cluster 2024-04-01T19:46:16.306796+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:17.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:17 smithi063 bash[22079]: cluster 2024-04-01T19:46:16.306796+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:17.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:17 smithi046 bash[22057]: cluster 2024-04-01T19:46:16.306796+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:19.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:19 smithi063 bash[22079]: cluster 2024-04-01T19:46:18.307412+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:19.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:19 smithi046 bash[22057]: cluster 2024-04-01T19:46:18.307412+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:19.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:19 smithi040 bash[21483]: cluster 2024-04-01T19:46:18.307412+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:20.833 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:46:20.834 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:46:20.834 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:46:21.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:21 smithi063 bash[22079]: cluster 2024-04-01T19:46:20.308056+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:21.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:21 smithi046 bash[22057]: cluster 2024-04-01T19:46:20.308056+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:21.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:21 smithi040 bash[21483]: cluster 2024-04-01T19:46:20.308056+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:23.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:22 smithi063 bash[22079]: audit 2024-04-01T19:46:21.912215+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:23.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:22 smithi063 bash[22079]: audit 2024-04-01T19:46:21.919828+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:23.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:22 smithi063 bash[22079]: audit 2024-04-01T19:46:21.928615+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:23.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:22 smithi063 bash[22079]: cluster 2024-04-01T19:46:22.308501+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:23.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:22 smithi040 bash[21483]: audit 2024-04-01T19:46:21.912215+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:23.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:22 smithi040 bash[21483]: audit 2024-04-01T19:46:21.919828+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:23.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:22 smithi040 bash[21483]: audit 2024-04-01T19:46:21.928615+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:23.269 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:22 smithi040 bash[21483]: cluster 2024-04-01T19:46:22.308501+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:23.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:22 smithi046 bash[22057]: audit 2024-04-01T19:46:21.912215+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:23.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:22 smithi046 bash[22057]: audit 2024-04-01T19:46:21.919828+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:23.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:22 smithi046 bash[22057]: audit 2024-04-01T19:46:21.928615+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:23.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:22 smithi046 bash[22057]: cluster 2024-04-01T19:46:22.308501+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:25.142 INFO:teuthology.orchestra.run.smithi040.stdout:77309411345 2024-04-01T19:46:25.270 INFO:teuthology.orchestra.run.smithi040.stdout:55834574875 2024-04-01T19:46:25.435 INFO:teuthology.orchestra.run.smithi040.stdout:34359738406 2024-04-01T19:46:25.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:25 smithi040 bash[21483]: cluster 2024-04-01T19:46:24.308978+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:25.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:25 smithi040 bash[21483]: audit 2024-04-01T19:46:25.146598+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.40:0/2035386231' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-01T19:46:25.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:25 smithi040 bash[21483]: audit 2024-04-01T19:46:25.274462+0000 mon.a (mon.0) 655 : audit [DBG] from='client.? 172.21.15.40:0/2741579640' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-01T19:46:25.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:25 smithi063 bash[22079]: cluster 2024-04-01T19:46:24.308978+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:25.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:25 smithi063 bash[22079]: audit 2024-04-01T19:46:25.146598+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.40:0/2035386231' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-01T19:46:25.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:25 smithi063 bash[22079]: audit 2024-04-01T19:46:25.274462+0000 mon.a (mon.0) 655 : audit [DBG] from='client.? 172.21.15.40:0/2741579640' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-01T19:46:25.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:25 smithi046 bash[22057]: cluster 2024-04-01T19:46:24.308978+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:25.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:25 smithi046 bash[22057]: audit 2024-04-01T19:46:25.146598+0000 mon.a (mon.0) 654 : audit [DBG] from='client.? 172.21.15.40:0/2035386231' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-01T19:46:25.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:25 smithi046 bash[22057]: audit 2024-04-01T19:46:25.274462+0000 mon.a (mon.0) 655 : audit [DBG] from='client.? 172.21.15.40:0/2741579640' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-01T19:46:26.275 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411343 got 77309411345 for osd.2 2024-04-01T19:46:26.275 DEBUG:teuthology.parallel:result is None 2024-04-01T19:46:26.378 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574873 got 55834574875 for osd.1 2024-04-01T19:46:26.378 DEBUG:teuthology.parallel:result is None 2024-04-01T19:46:26.572 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:26 smithi040 bash[21483]: audit 2024-04-01T19:46:25.439329+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.40:0/3972985918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-01T19:46:26.572 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738404 got 34359738406 for osd.0 2024-04-01T19:46:26.573 DEBUG:teuthology.parallel:result is None 2024-04-01T19:46:26.573 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-01T19:46:26.573 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph pg dump --format=json 2024-04-01T19:46:26.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:26 smithi063 bash[22079]: audit 2024-04-01T19:46:25.439329+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.40:0/3972985918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-01T19:46:26.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:26 smithi046 bash[22057]: audit 2024-04-01T19:46:25.439329+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.40:0/3972985918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-01T19:46:27.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:27 smithi063 bash[22079]: cluster 2024-04-01T19:46:26.309625+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:27.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:27 smithi046 bash[22057]: cluster 2024-04-01T19:46:26.309625+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:27.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:27 smithi040 bash[21483]: cluster 2024-04-01T19:46:26.309625+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:29.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:29 smithi063 bash[22079]: cluster 2024-04-01T19:46:28.310244+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:29.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:29 smithi063 bash[22079]: audit 2024-04-01T19:46:28.334699+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:29.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:29 smithi063 bash[22079]: audit 2024-04-01T19:46:28.344633+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:29.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:29 smithi063 bash[22079]: audit 2024-04-01T19:46:28.356193+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:29.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:29 smithi063 bash[22079]: audit 2024-04-01T19:46:28.440849+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:46:29.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:29 smithi063 bash[22079]: audit 2024-04-01T19:46:28.446493+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:46:29.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:29 smithi063 bash[22079]: audit 2024-04-01T19:46:28.448210+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:46:29.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:29 smithi063 bash[22079]: audit 2024-04-01T19:46:28.459395+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:29.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:29 smithi046 bash[22057]: cluster 2024-04-01T19:46:28.310244+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:29.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:29 smithi046 bash[22057]: audit 2024-04-01T19:46:28.334699+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:29.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:29 smithi046 bash[22057]: audit 2024-04-01T19:46:28.344633+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:29.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:29 smithi046 bash[22057]: audit 2024-04-01T19:46:28.356193+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:29.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:29 smithi046 bash[22057]: audit 2024-04-01T19:46:28.440849+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:46:29.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:29 smithi046 bash[22057]: audit 2024-04-01T19:46:28.446493+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:46:29.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:29 smithi046 bash[22057]: audit 2024-04-01T19:46:28.448210+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:46:29.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:29 smithi046 bash[22057]: audit 2024-04-01T19:46:28.459395+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:29.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:29 smithi040 bash[21483]: cluster 2024-04-01T19:46:28.310244+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:29.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:29 smithi040 bash[21483]: audit 2024-04-01T19:46:28.334699+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:29.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:29 smithi040 bash[21483]: audit 2024-04-01T19:46:28.344633+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:29.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:29 smithi040 bash[21483]: audit 2024-04-01T19:46:28.356193+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:29.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:29 smithi040 bash[21483]: audit 2024-04-01T19:46:28.440849+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:46:29.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:29 smithi040 bash[21483]: audit 2024-04-01T19:46:28.446493+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:46:29.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:29 smithi040 bash[21483]: audit 2024-04-01T19:46:28.448210+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:46:29.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:29 smithi040 bash[21483]: audit 2024-04-01T19:46:28.459395+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:31.299 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:46:31.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:31 smithi040 bash[21483]: cluster 2024-04-01T19:46:30.310777+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:31.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:31 smithi063 bash[22079]: cluster 2024-04-01T19:46:30.310777+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:31.749 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:31 smithi046 bash[22057]: cluster 2024-04-01T19:46:30.310777+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:33.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:33 smithi046 bash[22057]: cluster 2024-04-01T19:46:32.311342+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:33.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:33 smithi063 bash[22079]: cluster 2024-04-01T19:46:32.311342+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:33.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:33 smithi040 bash[21483]: cluster 2024-04-01T19:46:32.311342+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:33.855 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:46:33.858 INFO:teuthology.orchestra.run.smithi040.stderr:dumped all 2024-04-01T19:46:34.665 INFO:teuthology.orchestra.run.smithi040.stdout:{"pg_ready":true,"pg_map":{"version":191,"stamp":"2024-04-01T19:46:32.311070+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":93108,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281142348,"statfs":{"total":287985106944,"available":287889764352,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":91483471},"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.003359"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-04-01T19:45:17.861434+0000","last_change":"2024-04-01T19:45:16.853487+0000","last_active":"2024-04-01T19:45:17.861434+0000","last_peered":"2024-04-01T19:45:17.861434+0000","last_clean":"2024-04-01T19:45:17.861434+0000","last_became_active":"2024-04-01T19:45:16.852798+0000","last_became_peered":"2024-04-01T19:45:16.852798+0000","last_unstale":"2024-04-01T19:45:17.861434+0000","last_undegraded":"2024-04-01T19:45:17.861434+0000","last_fullsized":"2024-04-01T19:45:17.861434+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-01T19:45:15.835882+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-01T19:45:15.835882+0000","last_clean_scrub_stamp":"2024-04-01T19:45:15.835882+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-02T21:56:16.284399+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":77309411346,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27972,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738408,"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":[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":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,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-01T19:46:34.666 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph pg dump --format=json 2024-04-01T19:46:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:35 smithi063 bash[22079]: audit 2024-04-01T19:46:33.858719+0000 mgr.a (mgr.14152) 245 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:46:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:35 smithi063 bash[22079]: cluster 2024-04-01T19:46:34.311900+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:35 smithi063 bash[22079]: audit 2024-04-01T19:46:34.871126+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:35 smithi063 bash[22079]: audit 2024-04-01T19:46:34.876666+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:35.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:35 smithi063 bash[22079]: audit 2024-04-01T19:46:34.883122+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:35.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:35 smithi046 bash[22057]: audit 2024-04-01T19:46:33.858719+0000 mgr.a (mgr.14152) 245 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:46:35.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:35 smithi046 bash[22057]: cluster 2024-04-01T19:46:34.311900+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:35.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:35 smithi046 bash[22057]: audit 2024-04-01T19:46:34.871126+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:35.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:35 smithi046 bash[22057]: audit 2024-04-01T19:46:34.876666+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:35.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:35 smithi046 bash[22057]: audit 2024-04-01T19:46:34.883122+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:35.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:35 smithi040 bash[21483]: audit 2024-04-01T19:46:33.858719+0000 mgr.a (mgr.14152) 245 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:46:35.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:35 smithi040 bash[21483]: cluster 2024-04-01T19:46:34.311900+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:35.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:35 smithi040 bash[21483]: audit 2024-04-01T19:46:34.871126+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:35.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:35 smithi040 bash[21483]: audit 2024-04-01T19:46:34.876666+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:35.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:35 smithi040 bash[21483]: audit 2024-04-01T19:46:34.883122+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:37.601 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:37 smithi040 bash[21483]: cluster 2024-04-01T19:46:36.312439+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:37.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:37 smithi063 bash[22079]: cluster 2024-04-01T19:46:36.312439+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:37.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:37 smithi046 bash[22057]: cluster 2024-04-01T19:46:36.312439+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:39.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:39 smithi063 bash[22079]: cluster 2024-04-01T19:46:38.312980+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:39.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:39 smithi046 bash[22057]: cluster 2024-04-01T19:46:38.312980+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:39.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:39 smithi040 bash[21483]: cluster 2024-04-01T19:46:38.312980+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:40.472 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:46:41.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:41 smithi040 bash[21483]: cluster 2024-04-01T19:46:40.313516+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:41.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:41 smithi063 bash[22079]: cluster 2024-04-01T19:46:40.313516+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:41.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:41 smithi046 bash[22057]: cluster 2024-04-01T19:46:40.313516+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:43.118 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:46:43.121 INFO:teuthology.orchestra.run.smithi040.stderr:dumped all 2024-04-01T19:46:43.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:43 smithi063 bash[22079]: audit 2024-04-01T19:46:42.088828+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:43.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:43 smithi063 bash[22079]: audit 2024-04-01T19:46:42.093263+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:43.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:43 smithi063 bash[22079]: audit 2024-04-01T19:46:42.100021+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:43.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:43 smithi063 bash[22079]: cluster 2024-04-01T19:46:42.314101+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:43.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:43 smithi046 bash[22057]: audit 2024-04-01T19:46:42.088828+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:43.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:43 smithi046 bash[22057]: audit 2024-04-01T19:46:42.093263+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:43.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:43 smithi046 bash[22057]: audit 2024-04-01T19:46:42.100021+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:43.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:43 smithi046 bash[22057]: cluster 2024-04-01T19:46:42.314101+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:43.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:43 smithi040 bash[21483]: audit 2024-04-01T19:46:42.088828+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:43.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:43 smithi040 bash[21483]: audit 2024-04-01T19:46:42.093263+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:43.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:43 smithi040 bash[21483]: audit 2024-04-01T19:46:42.100021+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:43.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:43 smithi040 bash[21483]: cluster 2024-04-01T19:46:42.314101+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:43.721 INFO:teuthology.orchestra.run.smithi040.stdout:{"pg_ready":true,"pg_map":{"version":196,"stamp":"2024-04-01T19:46:42.313805+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":93108,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281142348,"statfs":{"total":287985106944,"available":287889764352,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":91483471},"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.003283"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-04-01T19:45:17.861434+0000","last_change":"2024-04-01T19:45:16.853487+0000","last_active":"2024-04-01T19:45:17.861434+0000","last_peered":"2024-04-01T19:45:17.861434+0000","last_clean":"2024-04-01T19:45:17.861434+0000","last_became_active":"2024-04-01T19:45:16.852798+0000","last_became_peered":"2024-04-01T19:45:16.852798+0000","last_unstale":"2024-04-01T19:45:17.861434+0000","last_undegraded":"2024-04-01T19:45:17.861434+0000","last_fullsized":"2024-04-01T19:45:17.861434+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-01T19:45:15.835882+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-01T19:45:15.835882+0000","last_clean_scrub_stamp":"2024-04-01T19:45:15.835882+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-02T21:56:16.284399+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":27972,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717180,"statfs":{"total":95995035648,"available":95966392320,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738410,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574879,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-01T19:46:43.721 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-01T19:46:43.721 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-01T19:46:43.721 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-01T19:46:43.722 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- ceph health --format=json 2024-04-01T19:46:44.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:44 smithi063 bash[22079]: audit 2024-04-01T19:46:43.121323+0000 mgr.a (mgr.14152) 251 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:46:44.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:44 smithi046 bash[22057]: audit 2024-04-01T19:46:43.121323+0000 mgr.a (mgr.14152) 251 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:46:44.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:44 smithi040 bash[21483]: audit 2024-04-01T19:46:43.121323+0000 mgr.a (mgr.14152) 251 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:46:45.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:45 smithi063 bash[22079]: cluster 2024-04-01T19:46:44.314740+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:45.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:45 smithi046 bash[22057]: cluster 2024-04-01T19:46:44.314740+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:45.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:45 smithi040 bash[21483]: cluster 2024-04-01T19:46:44.314740+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:47.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:47 smithi063 bash[22079]: cluster 2024-04-01T19:46:46.315290+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:47.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:47 smithi046 bash[22057]: cluster 2024-04-01T19:46:46.315290+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:47.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:47 smithi040 bash[21483]: cluster 2024-04-01T19:46:46.315290+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:48.449 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:46:49.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:49 smithi040 bash[21483]: cluster 2024-04-01T19:46:48.315792+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:49.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:49 smithi040 bash[21483]: audit 2024-04-01T19:46:48.566615+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:49.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:49 smithi040 bash[21483]: audit 2024-04-01T19:46:48.574538+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:49.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:49 smithi040 bash[21483]: audit 2024-04-01T19:46:48.584314+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:49.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:49 smithi063 bash[22079]: cluster 2024-04-01T19:46:48.315792+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:49.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:49 smithi063 bash[22079]: audit 2024-04-01T19:46:48.566615+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:49.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:49 smithi063 bash[22079]: audit 2024-04-01T19:46:48.574538+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:49.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:49 smithi063 bash[22079]: audit 2024-04-01T19:46:48.584314+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:49.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:49 smithi046 bash[22057]: cluster 2024-04-01T19:46:48.315792+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:49.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:49 smithi046 bash[22057]: audit 2024-04-01T19:46:48.566615+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:49.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:49 smithi046 bash[22057]: audit 2024-04-01T19:46:48.574538+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:49.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:49 smithi046 bash[22057]: audit 2024-04-01T19:46:48.584314+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:51.119 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:46:51.119 INFO:teuthology.orchestra.run.smithi040.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-01T19:46:51.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:51 smithi040 bash[21483]: cluster 2024-04-01T19:46:50.316348+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:51.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:51 smithi040 bash[21483]: audit 2024-04-01T19:46:51.123330+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.40:0/1802466536' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-01T19:46:51.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:51 smithi063 bash[22079]: cluster 2024-04-01T19:46:50.316348+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:51.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:51 smithi063 bash[22079]: audit 2024-04-01T19:46:51.123330+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.40:0/1802466536' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-01T19:46:51.748 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-01T19:46:51.749 INFO:tasks.cephadm:Setup complete, yielding 2024-04-01T19:46:51.749 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-01T19:46:51.762 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi040.front.sepia.ceph.com 2024-04-01T19:46:51.762 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e142085d06ebbedb32196116c9f19e2d28f93430 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 -- bash -c 'set -e 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> set -x 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> ceph orch apply node-exporter 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> ceph orch apply grafana 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> ceph orch apply alertmanager 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> ceph orch apply prometheus 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> sleep 240 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> ceph orch ls 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> ceph orch ps 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> ceph orch host ls 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> # check each host node-exporter metrics endpoint is responsive 2024-04-01T19:46:51.763 DEBUG:teuthology.orchestra.run.smithi040:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> for ip in $ALL_HOST_IPS; do 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> curl -s http://${ip}:9100/metric 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> done 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> # check grafana endpoints are responsive and database health is okay 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> # stop mon daemon in order to trigger an alert 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> ceph orch daemon stop $MON_DAEMON 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> sleep 120 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> # check prometheus endpoints are responsive and mon down alert is firing 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> # check alertmanager endpoints are responsive and mon down alert is active 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-04-01T19:46:51.764 DEBUG:teuthology.orchestra.run.smithi040:> ' 2024-04-01T19:46:51.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:51 smithi046 bash[22057]: cluster 2024-04-01T19:46:50.316348+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:51.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:51 smithi046 bash[22057]: audit 2024-04-01T19:46:51.123330+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.40:0/1802466536' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-01T19:46:53.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:53 smithi063 bash[22079]: cluster 2024-04-01T19:46:52.316913+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:53.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:53 smithi046 bash[22057]: cluster 2024-04-01T19:46:52.316913+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:53.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:53 smithi040 bash[21483]: cluster 2024-04-01T19:46:52.316913+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:55.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:55 smithi063 bash[22079]: cluster 2024-04-01T19:46:54.317447+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:55.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:55 smithi063 bash[22079]: audit 2024-04-01T19:46:55.080271+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:55.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:55 smithi063 bash[22079]: audit 2024-04-01T19:46:55.089158+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:55.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:55 smithi063 bash[22079]: audit 2024-04-01T19:46:55.099142+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:55.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:55 smithi046 bash[22057]: cluster 2024-04-01T19:46:54.317447+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:55.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:55 smithi046 bash[22057]: audit 2024-04-01T19:46:55.080271+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:55.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:55 smithi046 bash[22057]: audit 2024-04-01T19:46:55.089158+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:55.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:55 smithi046 bash[22057]: audit 2024-04-01T19:46:55.099142+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:55.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:55 smithi040 bash[21483]: cluster 2024-04-01T19:46:54.317447+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:55.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:55 smithi040 bash[21483]: audit 2024-04-01T19:46:55.080271+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:55.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:55 smithi040 bash[21483]: audit 2024-04-01T19:46:55.089158+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:55.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:55 smithi040 bash[21483]: audit 2024-04-01T19:46:55.099142+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:56.482 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/mon.a/config 2024-04-01T19:46:57.435 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:57 smithi040 bash[21483]: cluster 2024-04-01T19:46:56.317842+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:57.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:57 smithi063 bash[22079]: cluster 2024-04-01T19:46:56.317842+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:57.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:57 smithi046 bash[22057]: cluster 2024-04-01T19:46:56.317842+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:58.886 INFO:teuthology.orchestra.run.smithi040.stderr:+ ceph orch apply node-exporter 2024-04-01T19:46:59.255 INFO:teuthology.orchestra.run.smithi040.stdout:Scheduled node-exporter update... 2024-04-01T19:46:59.270 INFO:teuthology.orchestra.run.smithi040.stderr:+ ceph orch apply grafana 2024-04-01T19:46:59.636 INFO:teuthology.orchestra.run.smithi040.stdout:Scheduled grafana update... 2024-04-01T19:46:59.649 INFO:teuthology.orchestra.run.smithi040.stderr:+ ceph orch apply alertmanager 2024-04-01T19:46:59.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:59 smithi063 bash[22079]: cluster 2024-04-01T19:46:58.318344+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:59.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:59 smithi063 bash[22079]: audit 2024-04-01T19:46:59.258482+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:59.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:59 smithi063 bash[22079]: audit 2024-04-01T19:46:59.262999+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:46:59.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:59 smithi063 bash[22079]: audit 2024-04-01T19:46:59.266022+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:46:59.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:59 smithi063 bash[22079]: audit 2024-04-01T19:46:59.266827+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:46:59.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:46:59 smithi063 bash[22079]: audit 2024-04-01T19:46:59.273446+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:59.680 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:59 smithi040 bash[21483]: cluster 2024-04-01T19:46:58.318344+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:59.680 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:59 smithi040 bash[21483]: audit 2024-04-01T19:46:59.258482+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:59.680 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:59 smithi040 bash[21483]: audit 2024-04-01T19:46:59.262999+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:46:59.680 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:59 smithi040 bash[21483]: audit 2024-04-01T19:46:59.266022+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:46:59.680 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:59 smithi040 bash[21483]: audit 2024-04-01T19:46:59.266827+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:46:59.680 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:59 smithi040 bash[21483]: audit 2024-04-01T19:46:59.273446+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:59.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:59 smithi046 bash[22057]: cluster 2024-04-01T19:46:58.318344+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:46:59.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:59 smithi046 bash[22057]: audit 2024-04-01T19:46:59.258482+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:59.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:59 smithi046 bash[22057]: audit 2024-04-01T19:46:59.262999+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:46:59.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:59 smithi046 bash[22057]: audit 2024-04-01T19:46:59.266022+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:46:59.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:59 smithi046 bash[22057]: audit 2024-04-01T19:46:59.266827+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:46:59.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:46:59 smithi046 bash[22057]: audit 2024-04-01T19:46:59.273446+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:46:59.999 INFO:teuthology.orchestra.run.smithi040.stdout:Scheduled alertmanager update... 2024-04-01T19:47:00.002 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:46:59 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:00.003 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:46:59 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:00.003 INFO:journalctl@ceph.osd.0.smithi040.stdout:Apr 01 19:46:59 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:00.013 INFO:teuthology.orchestra.run.smithi040.stderr:+ ceph orch apply prometheus 2024-04-01T19:47:00.267 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:00 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:00.267 INFO:journalctl@ceph.osd.0.smithi040.stdout:Apr 01 19:47:00 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:00.267 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:00 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:00.370 INFO:teuthology.orchestra.run.smithi040.stdout:Scheduled prometheus update... 2024-04-01T19:47:00.383 INFO:teuthology.orchestra.run.smithi040.stderr:+ sleep 240 2024-04-01T19:47:00.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:00 smithi040 bash[21483]: audit 2024-04-01T19:46:59.250411+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:47:00.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:00 smithi040 bash[21483]: cephadm 2024-04-01T19:46:59.252106+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-01T19:47:00.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:00 smithi040 bash[21483]: cephadm 2024-04-01T19:46:59.276628+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Deploying daemon node-exporter.smithi040 on smithi040 2024-04-01T19:47:00.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:00 smithi040 bash[21483]: audit 2024-04-01T19:46:59.639800+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:00 smithi040 bash[21483]: audit 2024-04-01T19:47:00.003540+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:00 smithi040 bash[21483]: audit 2024-04-01T19:47:00.267970+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:00 smithi040 bash[21483]: audit 2024-04-01T19:47:00.273637+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:00 smithi040 bash[21483]: audit 2024-04-01T19:47:00.295677+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:00 smithi040 bash[21483]: audit 2024-04-01T19:47:00.374276+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:00 smithi063 bash[22079]: audit 2024-04-01T19:46:59.250411+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:47:00.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:00 smithi063 bash[22079]: cephadm 2024-04-01T19:46:59.252106+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-01T19:47:00.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:00 smithi063 bash[22079]: cephadm 2024-04-01T19:46:59.276628+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Deploying daemon node-exporter.smithi040 on smithi040 2024-04-01T19:47:00.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:00 smithi063 bash[22079]: audit 2024-04-01T19:46:59.639800+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:00 smithi063 bash[22079]: audit 2024-04-01T19:47:00.003540+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:00 smithi063 bash[22079]: audit 2024-04-01T19:47:00.267970+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:00 smithi063 bash[22079]: audit 2024-04-01T19:47:00.273637+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:00 smithi063 bash[22079]: audit 2024-04-01T19:47:00.295677+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:00 smithi063 bash[22079]: audit 2024-04-01T19:47:00.374276+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.707 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:00 smithi046 bash[22057]: audit 2024-04-01T19:46:59.250411+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:47:00.707 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:00 smithi046 bash[22057]: cephadm 2024-04-01T19:46:59.252106+0000 mgr.a (mgr.14152) 261 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-01T19:47:00.707 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:00 smithi046 bash[22057]: cephadm 2024-04-01T19:46:59.276628+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Deploying daemon node-exporter.smithi040 on smithi040 2024-04-01T19:47:00.707 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:00 smithi046 bash[22057]: audit 2024-04-01T19:46:59.639800+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.707 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:00 smithi046 bash[22057]: audit 2024-04-01T19:47:00.003540+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.707 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:00 smithi046 bash[22057]: audit 2024-04-01T19:47:00.267970+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.707 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:00 smithi046 bash[22057]: audit 2024-04-01T19:47:00.273637+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.707 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:00 smithi046 bash[22057]: audit 2024-04-01T19:47:00.295677+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:00.707 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:00 smithi046 bash[22057]: audit 2024-04-01T19:47:00.374276+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:01.247 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:01 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:01.247 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:01 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:01.247 INFO:journalctl@ceph.osd.1.smithi046.stdout:Apr 01 19:47:00 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:01.247 INFO:journalctl@ceph.osd.1.smithi046.stdout:Apr 01 19:47:01 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:01.559 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:01 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:01.575 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:01 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:01.575 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:01 smithi046 bash[22057]: audit 2024-04-01T19:46:59.632853+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:47:01.575 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:01 smithi046 bash[22057]: cephadm 2024-04-01T19:46:59.635915+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-01T19:47:01.575 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:01 smithi046 bash[22057]: audit 2024-04-01T19:46:59.997722+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:47:01.575 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:01 smithi046 bash[22057]: cephadm 2024-04-01T19:46:59.998865+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-01T19:47:01.575 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:01 smithi046 bash[22057]: cephadm 2024-04-01T19:47:00.296381+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon node-exporter.smithi046 on smithi046 2024-04-01T19:47:01.575 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:01 smithi046 bash[22057]: cluster 2024-04-01T19:47:00.318635+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:01.575 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:01 smithi046 bash[22057]: audit 2024-04-01T19:47:00.368938+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:47:01.575 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:01 smithi046 bash[22057]: cephadm 2024-04-01T19:47:00.369969+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-01T19:47:01.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:01 smithi040 bash[21483]: audit 2024-04-01T19:46:59.632853+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:47:01.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:01 smithi040 bash[21483]: cephadm 2024-04-01T19:46:59.635915+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-01T19:47:01.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:01 smithi040 bash[21483]: audit 2024-04-01T19:46:59.997722+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:47:01.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:01 smithi040 bash[21483]: cephadm 2024-04-01T19:46:59.998865+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-01T19:47:01.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:01 smithi040 bash[21483]: cephadm 2024-04-01T19:47:00.296381+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon node-exporter.smithi046 on smithi046 2024-04-01T19:47:01.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:01 smithi040 bash[21483]: cluster 2024-04-01T19:47:00.318635+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:01.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:01 smithi040 bash[21483]: audit 2024-04-01T19:47:00.368938+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:47:01.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:01 smithi040 bash[21483]: cephadm 2024-04-01T19:47:00.369969+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-01T19:47:01.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:01 smithi063 bash[22079]: audit 2024-04-01T19:46:59.632853+0000 mgr.a (mgr.14152) 263 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:47:01.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:01 smithi063 bash[22079]: cephadm 2024-04-01T19:46:59.635915+0000 mgr.a (mgr.14152) 264 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-01T19:47:01.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:01 smithi063 bash[22079]: audit 2024-04-01T19:46:59.997722+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14391 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:47:01.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:01 smithi063 bash[22079]: cephadm 2024-04-01T19:46:59.998865+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-01T19:47:01.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:01 smithi063 bash[22079]: cephadm 2024-04-01T19:47:00.296381+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon node-exporter.smithi046 on smithi046 2024-04-01T19:47:01.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:01 smithi063 bash[22079]: cluster 2024-04-01T19:47:00.318635+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:01.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:01 smithi063 bash[22079]: audit 2024-04-01T19:47:00.368938+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14397 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:47:01.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:01 smithi063 bash[22079]: cephadm 2024-04-01T19:47:00.369969+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-01T19:47:02.529 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 01 19:47:02 smithi063 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:02.529 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 01 19:47:02 smithi063 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:02.529 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:02 smithi063 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:02.529 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:02 smithi063 bash[22079]: audit 2024-04-01T19:47:01.412294+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.529 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:02 smithi063 bash[22079]: audit 2024-04-01T19:47:01.422662+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.529 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:02 smithi063 bash[22079]: audit 2024-04-01T19:47:01.469595+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.530 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:02 smithi063 bash[22079]: cephadm 2024-04-01T19:47:01.471355+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Deploying daemon node-exporter.smithi063 on smithi063 2024-04-01T19:47:02.530 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:02 smithi063 bash[22079]: audit 2024-04-01T19:47:02.206535+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.530 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:02 smithi063 bash[22079]: audit 2024-04-01T19:47:02.211987+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.530 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:02 smithi063 bash[22079]: audit 2024-04-01T19:47:02.218734+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.530 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:02 smithi063 bash[22079]: cluster 2024-04-01T19:47:02.319113+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:02.530 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:02 smithi063 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:02.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:02 smithi046 bash[22057]: audit 2024-04-01T19:47:01.412294+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:02 smithi046 bash[22057]: audit 2024-04-01T19:47:01.422662+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:02 smithi046 bash[22057]: audit 2024-04-01T19:47:01.469595+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:02 smithi046 bash[22057]: cephadm 2024-04-01T19:47:01.471355+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Deploying daemon node-exporter.smithi063 on smithi063 2024-04-01T19:47:02.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:02 smithi046 bash[22057]: audit 2024-04-01T19:47:02.206535+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:02 smithi046 bash[22057]: audit 2024-04-01T19:47:02.211987+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:02 smithi046 bash[22057]: audit 2024-04-01T19:47:02.218734+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:02 smithi046 bash[22057]: cluster 2024-04-01T19:47:02.319113+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:02.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:02 smithi040 bash[21483]: audit 2024-04-01T19:47:01.412294+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:02 smithi040 bash[21483]: audit 2024-04-01T19:47:01.422662+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:02 smithi040 bash[21483]: audit 2024-04-01T19:47:01.469595+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:02 smithi040 bash[21483]: cephadm 2024-04-01T19:47:01.471355+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Deploying daemon node-exporter.smithi063 on smithi063 2024-04-01T19:47:02.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:02 smithi040 bash[21483]: audit 2024-04-01T19:47:02.206535+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:02 smithi040 bash[21483]: audit 2024-04-01T19:47:02.211987+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:02 smithi040 bash[21483]: audit 2024-04-01T19:47:02.218734+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:02.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:02 smithi040 bash[21483]: cluster 2024-04-01T19:47:02.319113+0000 mgr.a (mgr.14152) 272 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:03.922 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:03 smithi063 bash[22079]: audit 2024-04-01T19:47:02.589286+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:03.922 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:03 smithi063 bash[22079]: audit 2024-04-01T19:47:02.595660+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:03.922 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:03 smithi063 bash[22079]: audit 2024-04-01T19:47:02.645465+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:03.922 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:03 smithi063 bash[22079]: audit 2024-04-01T19:47:02.652555+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:03.922 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:03 smithi063 bash[22079]: audit 2024-04-01T19:47:02.755147+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:47:03.922 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:03 smithi063 bash[22079]: audit 2024-04-01T19:47:02.758798+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:47:03.922 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:03 smithi063 bash[22079]: audit 2024-04-01T19:47:02.759719+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:47:03.922 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:03 smithi063 bash[22079]: audit 2024-04-01T19:47:02.766684+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:03.922 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:03 smithi063 bash[22079]: cephadm 2024-04-01T19:47:02.767310+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:47:03.922 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:03 smithi063 bash[22079]: audit 2024-04-01T19:47:02.866815+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:47:03.922 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:03 smithi063 bash[22079]: audit 2024-04-01T19:47:02.869658+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:47:03.922 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:03 smithi063 bash[22079]: audit 2024-04-01T19:47:02.870533+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:47:03.923 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:03 smithi063 bash[22079]: audit 2024-04-01T19:47:02.877091+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:03.923 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:03 smithi063 bash[22079]: cephadm 2024-04-01T19:47:02.877660+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:47:04.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:03 smithi046 bash[22057]: audit 2024-04-01T19:47:02.589286+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:04.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:03 smithi046 bash[22057]: audit 2024-04-01T19:47:02.595660+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:04.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:03 smithi046 bash[22057]: audit 2024-04-01T19:47:02.645465+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:04.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:03 smithi046 bash[22057]: audit 2024-04-01T19:47:02.652555+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:04.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:03 smithi046 bash[22057]: audit 2024-04-01T19:47:02.755147+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:47:04.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:03 smithi046 bash[22057]: audit 2024-04-01T19:47:02.758798+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:47:04.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:03 smithi046 bash[22057]: audit 2024-04-01T19:47:02.759719+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:47:04.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:03 smithi046 bash[22057]: audit 2024-04-01T19:47:02.766684+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:04.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:03 smithi046 bash[22057]: cephadm 2024-04-01T19:47:02.767310+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:47:04.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:03 smithi046 bash[22057]: audit 2024-04-01T19:47:02.866815+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:47:04.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:03 smithi046 bash[22057]: audit 2024-04-01T19:47:02.869658+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:47:04.060 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:03 smithi046 bash[22057]: audit 2024-04-01T19:47:02.870533+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:47:04.060 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:03 smithi046 bash[22057]: audit 2024-04-01T19:47:02.877091+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:04.060 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:03 smithi046 bash[22057]: cephadm 2024-04-01T19:47:02.877660+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:47:04.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:03 smithi040 bash[21483]: audit 2024-04-01T19:47:02.589286+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:04.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:03 smithi040 bash[21483]: audit 2024-04-01T19:47:02.595660+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:04.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:03 smithi040 bash[21483]: audit 2024-04-01T19:47:02.645465+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:04.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:03 smithi040 bash[21483]: audit 2024-04-01T19:47:02.652555+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:04.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:03 smithi040 bash[21483]: audit 2024-04-01T19:47:02.755147+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:47:04.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:03 smithi040 bash[21483]: audit 2024-04-01T19:47:02.758798+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:47:04.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:03 smithi040 bash[21483]: audit 2024-04-01T19:47:02.759719+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:47:04.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:03 smithi040 bash[21483]: audit 2024-04-01T19:47:02.766684+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:04.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:03 smithi040 bash[21483]: cephadm 2024-04-01T19:47:02.767310+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:47:04.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:03 smithi040 bash[21483]: audit 2024-04-01T19:47:02.866815+0000 mon.a (mon.0) 702 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:47:04.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:03 smithi040 bash[21483]: audit 2024-04-01T19:47:02.869658+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:47:04.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:03 smithi040 bash[21483]: audit 2024-04-01T19:47:02.870533+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:47:04.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:03 smithi040 bash[21483]: audit 2024-04-01T19:47:02.877091+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:04.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:03 smithi040 bash[21483]: cephadm 2024-04-01T19:47:02.877660+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:47:04.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:04 smithi040 bash[21483]: cluster 2024-04-01T19:47:04.319451+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:04.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:04 smithi063 bash[22079]: cluster 2024-04-01T19:47:04.319451+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:05.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:04 smithi046 bash[22057]: cluster 2024-04-01T19:47:04.319451+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:07.643 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:07 smithi063 bash[22079]: cluster 2024-04-01T19:47:06.319753+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:07.643 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:07 smithi063 bash[22079]: audit 2024-04-01T19:47:06.413979+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:07.644 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:07 smithi063 bash[22079]: audit 2024-04-01T19:47:06.572761+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:07.644 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:07 smithi063 bash[22079]: audit 2024-04-01T19:47:07.114100+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:07.721 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:07 smithi046 bash[22057]: cluster 2024-04-01T19:47:06.319753+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:07.721 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:07 smithi046 bash[22057]: audit 2024-04-01T19:47:06.413979+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:07.721 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:07 smithi046 bash[22057]: audit 2024-04-01T19:47:06.572761+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:07.721 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:07 smithi046 bash[22057]: audit 2024-04-01T19:47:07.114100+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:07.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:07 smithi040 bash[21483]: cluster 2024-04-01T19:47:06.319753+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:07.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:07 smithi040 bash[21483]: audit 2024-04-01T19:47:06.413979+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:07.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:07 smithi040 bash[21483]: audit 2024-04-01T19:47:06.572761+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:07.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:07 smithi040 bash[21483]: audit 2024-04-01T19:47:07.114100+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:09 smithi063 bash[22079]: cluster 2024-04-01T19:47:08.320134+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:09.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:09 smithi063 bash[22079]: audit 2024-04-01T19:47:08.332712+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:09 smithi063 bash[22079]: audit 2024-04-01T19:47:08.337298+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:09 smithi063 bash[22079]: audit 2024-04-01T19:47:08.342999+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:09 smithi063 bash[22079]: audit 2024-04-01T19:47:08.354834+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:47:09.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:09 smithi063 bash[22079]: audit 2024-04-01T19:47:08.358946+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:47:09.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:09 smithi063 bash[22079]: audit 2024-04-01T19:47:08.359788+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:47:09.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:09 smithi063 bash[22079]: audit 2024-04-01T19:47:08.365618+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:09 smithi063 bash[22079]: cephadm 2024-04-01T19:47:08.366101+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:47:09.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:09 smithi063 bash[22079]: audit 2024-04-01T19:47:08.473543+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:09 smithi063 bash[22079]: audit 2024-04-01T19:47:08.490179+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:09 smithi046 bash[22057]: cluster 2024-04-01T19:47:08.320134+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:09.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:09 smithi046 bash[22057]: audit 2024-04-01T19:47:08.332712+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:09 smithi046 bash[22057]: audit 2024-04-01T19:47:08.337298+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:09 smithi046 bash[22057]: audit 2024-04-01T19:47:08.342999+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:09 smithi046 bash[22057]: audit 2024-04-01T19:47:08.354834+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:47:09.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:09 smithi046 bash[22057]: audit 2024-04-01T19:47:08.358946+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:47:09.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:09 smithi046 bash[22057]: audit 2024-04-01T19:47:08.359788+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:47:09.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:09 smithi046 bash[22057]: audit 2024-04-01T19:47:08.365618+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:09 smithi046 bash[22057]: cephadm 2024-04-01T19:47:08.366101+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:47:09.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:09 smithi046 bash[22057]: audit 2024-04-01T19:47:08.473543+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:09 smithi046 bash[22057]: audit 2024-04-01T19:47:08.490179+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:09 smithi040 bash[21483]: cluster 2024-04-01T19:47:08.320134+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:09.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:09 smithi040 bash[21483]: audit 2024-04-01T19:47:08.332712+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:09 smithi040 bash[21483]: audit 2024-04-01T19:47:08.337298+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:09 smithi040 bash[21483]: audit 2024-04-01T19:47:08.342999+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:09 smithi040 bash[21483]: audit 2024-04-01T19:47:08.354834+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:47:09.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:09 smithi040 bash[21483]: audit 2024-04-01T19:47:08.358946+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:47:09.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:09 smithi040 bash[21483]: audit 2024-04-01T19:47:08.359788+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:47:09.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:09 smithi040 bash[21483]: audit 2024-04-01T19:47:08.365618+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:09 smithi040 bash[21483]: cephadm 2024-04-01T19:47:08.366101+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:47:09.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:09 smithi040 bash[21483]: audit 2024-04-01T19:47:08.473543+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:09.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:09 smithi040 bash[21483]: audit 2024-04-01T19:47:08.490179+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:11.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:11 smithi046 bash[22057]: cluster 2024-04-01T19:47:10.320649+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:11.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:11 smithi063 bash[22079]: cluster 2024-04-01T19:47:10.320649+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:11.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:11 smithi040 bash[21483]: cluster 2024-04-01T19:47:10.320649+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:13.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:12 smithi046 bash[22057]: audit 2024-04-01T19:47:11.810688+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.061 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:12 smithi046 bash[22057]: audit 2024-04-01T19:47:11.819992+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.061 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:12 smithi046 bash[22057]: audit 2024-04-01T19:47:11.830594+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.061 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:12 smithi046 bash[22057]: audit 2024-04-01T19:47:12.259517+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.061 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:12 smithi046 bash[22057]: audit 2024-04-01T19:47:12.268850+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.061 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:12 smithi046 bash[22057]: audit 2024-04-01T19:47:12.279814+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.061 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:12 smithi046 bash[22057]: audit 2024-04-01T19:47:12.296759+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:47:13.061 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:12 smithi046 bash[22057]: audit 2024-04-01T19:47:12.302686+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:47:13.061 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:12 smithi046 bash[22057]: audit 2024-04-01T19:47:12.304596+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:47:13.061 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:12 smithi046 bash[22057]: audit 2024-04-01T19:47:12.314877+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.061 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:12 smithi046 bash[22057]: cluster 2024-04-01T19:47:12.321259+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:13.061 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:12 smithi046 bash[22057]: cephadm 2024-04-01T19:47:12.369343+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-01T19:47:13.061 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:12 smithi046 bash[22057]: audit 2024-04-01T19:47:12.572505+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.061 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:12 smithi046 bash[22057]: audit 2024-04-01T19:47:12.578842+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.062 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:12 smithi046 bash[22057]: audit 2024-04-01T19:47:12.583954+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-01T19:47:13.062 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:12 smithi046 bash[22057]: audit 2024-04-01T19:47:12.591343+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:12 smithi040 bash[21483]: audit 2024-04-01T19:47:11.810688+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:12 smithi040 bash[21483]: audit 2024-04-01T19:47:11.819992+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:12 smithi040 bash[21483]: audit 2024-04-01T19:47:11.830594+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:12 smithi040 bash[21483]: audit 2024-04-01T19:47:12.259517+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:12 smithi040 bash[21483]: audit 2024-04-01T19:47:12.268850+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:12 smithi040 bash[21483]: audit 2024-04-01T19:47:12.279814+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:12 smithi040 bash[21483]: audit 2024-04-01T19:47:12.296759+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:47:13.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:12 smithi040 bash[21483]: audit 2024-04-01T19:47:12.302686+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:47:13.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:12 smithi040 bash[21483]: audit 2024-04-01T19:47:12.304596+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:47:13.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:12 smithi040 bash[21483]: audit 2024-04-01T19:47:12.314877+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:12 smithi040 bash[21483]: cluster 2024-04-01T19:47:12.321259+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:13.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:12 smithi040 bash[21483]: cephadm 2024-04-01T19:47:12.369343+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-01T19:47:13.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:12 smithi040 bash[21483]: audit 2024-04-01T19:47:12.572505+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:12 smithi040 bash[21483]: audit 2024-04-01T19:47:12.578842+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:12 smithi040 bash[21483]: audit 2024-04-01T19:47:12.583954+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-01T19:47:13.079 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:12 smithi040 bash[21483]: audit 2024-04-01T19:47:12.591343+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:12 smithi063 bash[22079]: audit 2024-04-01T19:47:11.810688+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:12 smithi063 bash[22079]: audit 2024-04-01T19:47:11.819992+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:12 smithi063 bash[22079]: audit 2024-04-01T19:47:11.830594+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:12 smithi063 bash[22079]: audit 2024-04-01T19:47:12.259517+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:12 smithi063 bash[22079]: audit 2024-04-01T19:47:12.268850+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:12 smithi063 bash[22079]: audit 2024-04-01T19:47:12.279814+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:12 smithi063 bash[22079]: audit 2024-04-01T19:47:12.296759+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:47:13.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:12 smithi063 bash[22079]: audit 2024-04-01T19:47:12.302686+0000 mon.a (mon.0) 725 : audit [DBG] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:47:13.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:12 smithi063 bash[22079]: audit 2024-04-01T19:47:12.304596+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:47:13.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:12 smithi063 bash[22079]: audit 2024-04-01T19:47:12.314877+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:12 smithi063 bash[22079]: cluster 2024-04-01T19:47:12.321259+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:13.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:12 smithi063 bash[22079]: cephadm 2024-04-01T19:47:12.369343+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-01T19:47:13.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:12 smithi063 bash[22079]: audit 2024-04-01T19:47:12.572505+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:12 smithi063 bash[22079]: audit 2024-04-01T19:47:12.578842+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:13.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:12 smithi063 bash[22079]: audit 2024-04-01T19:47:12.583954+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-01T19:47:13.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:12 smithi063 bash[22079]: audit 2024-04-01T19:47:12.591343+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:14.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:14 smithi040 bash[21483]: audit 2024-04-01T19:47:12.584550+0000 mgr.a (mgr.14152) 282 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-01T19:47:14.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:14 smithi040 bash[21483]: cephadm 2024-04-01T19:47:12.615610+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Deploying daemon grafana.smithi040 on smithi040 2024-04-01T19:47:14.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:14 smithi063 bash[22079]: audit 2024-04-01T19:47:12.584550+0000 mgr.a (mgr.14152) 282 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-01T19:47:14.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:14 smithi063 bash[22079]: cephadm 2024-04-01T19:47:12.615610+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Deploying daemon grafana.smithi040 on smithi040 2024-04-01T19:47:14.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:14 smithi046 bash[22057]: audit 2024-04-01T19:47:12.584550+0000 mgr.a (mgr.14152) 282 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-01T19:47:14.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:14 smithi046 bash[22057]: cephadm 2024-04-01T19:47:12.615610+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Deploying daemon grafana.smithi040 on smithi040 2024-04-01T19:47:15.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:15 smithi040 bash[21483]: cluster 2024-04-01T19:47:14.321772+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:15.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:15 smithi063 bash[22079]: cluster 2024-04-01T19:47:14.321772+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:15.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:15 smithi046 bash[22057]: cluster 2024-04-01T19:47:14.321772+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:17.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:17 smithi063 bash[22079]: cluster 2024-04-01T19:47:16.322172+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:17.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:17 smithi046 bash[22057]: cluster 2024-04-01T19:47:16.322172+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:17.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:17 smithi040 bash[21483]: cluster 2024-04-01T19:47:16.322172+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:19.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:19 smithi063 bash[22079]: cluster 2024-04-01T19:47:18.322453+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:19.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:19 smithi046 bash[22057]: cluster 2024-04-01T19:47:18.322453+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:19.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:19 smithi040 bash[21483]: cluster 2024-04-01T19:47:18.322453+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:21.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:21 smithi063 bash[22079]: cluster 2024-04-01T19:47:20.322908+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:21.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:21 smithi046 bash[22057]: cluster 2024-04-01T19:47:20.322908+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:21.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:21 smithi040 bash[21483]: cluster 2024-04-01T19:47:20.322908+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:23.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:23 smithi063 bash[22079]: cluster 2024-04-01T19:47:22.323463+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:23.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:23 smithi046 bash[22057]: cluster 2024-04-01T19:47:22.323463+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:23.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:23 smithi040 bash[21483]: cluster 2024-04-01T19:47:22.323463+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:25.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:25 smithi040 bash[21483]: cluster 2024-04-01T19:47:24.323980+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:25.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:25 smithi063 bash[22079]: cluster 2024-04-01T19:47:24.323980+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:25.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:25 smithi046 bash[22057]: cluster 2024-04-01T19:47:24.323980+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:27.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:27 smithi063 bash[22079]: cluster 2024-04-01T19:47:26.324565+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:27.688 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:27 smithi040 bash[21483]: cluster 2024-04-01T19:47:26.324565+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:27.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:27 smithi046 bash[22057]: cluster 2024-04-01T19:47:26.324565+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:28.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:27 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:28.030 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:27 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:28.030 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:27 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:28.030 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:27 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:28.031 INFO:journalctl@ceph.osd.0.smithi040.stdout:Apr 01 19:47:27 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:28.031 INFO:journalctl@ceph.osd.0.smithi040.stdout:Apr 01 19:47:27 smithi040 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:29.323 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:29 smithi040 bash[21483]: audit 2024-04-01T19:47:28.079828+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.323 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:29 smithi040 bash[21483]: audit 2024-04-01T19:47:28.084725+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.323 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:29 smithi040 bash[21483]: audit 2024-04-01T19:47:28.129651+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.323 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:29 smithi040 bash[21483]: audit 2024-04-01T19:47:28.134188+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.323 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:29 smithi040 bash[21483]: cephadm 2024-04-01T19:47:28.146433+0000 mgr.a (mgr.14152) 291 : cephadm [INF] Deploying daemon alertmanager.smithi063 on smithi063 2024-04-01T19:47:29.323 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:29 smithi040 bash[21483]: cluster 2024-04-01T19:47:28.325054+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:29.323 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:29 smithi040 bash[21483]: audit 2024-04-01T19:47:28.502688+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.323 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:29 smithi040 bash[21483]: audit 2024-04-01T19:47:28.508229+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.323 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:29 smithi040 bash[21483]: audit 2024-04-01T19:47:28.514868+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:29 smithi063 bash[22079]: audit 2024-04-01T19:47:28.079828+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:29 smithi063 bash[22079]: audit 2024-04-01T19:47:28.084725+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:29 smithi063 bash[22079]: audit 2024-04-01T19:47:28.129651+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:29 smithi063 bash[22079]: audit 2024-04-01T19:47:28.134188+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:29 smithi063 bash[22079]: cephadm 2024-04-01T19:47:28.146433+0000 mgr.a (mgr.14152) 291 : cephadm [INF] Deploying daemon alertmanager.smithi063 on smithi063 2024-04-01T19:47:29.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:29 smithi063 bash[22079]: cluster 2024-04-01T19:47:28.325054+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:29.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:29 smithi063 bash[22079]: audit 2024-04-01T19:47:28.502688+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:29 smithi063 bash[22079]: audit 2024-04-01T19:47:28.508229+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:29 smithi063 bash[22079]: audit 2024-04-01T19:47:28.514868+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:29 smithi046 bash[22057]: audit 2024-04-01T19:47:28.079828+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:29 smithi046 bash[22057]: audit 2024-04-01T19:47:28.084725+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:29 smithi046 bash[22057]: audit 2024-04-01T19:47:28.129651+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:29 smithi046 bash[22057]: audit 2024-04-01T19:47:28.134188+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:29 smithi046 bash[22057]: cephadm 2024-04-01T19:47:28.146433+0000 mgr.a (mgr.14152) 291 : cephadm [INF] Deploying daemon alertmanager.smithi063 on smithi063 2024-04-01T19:47:29.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:29 smithi046 bash[22057]: cluster 2024-04-01T19:47:28.325054+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:29.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:29 smithi046 bash[22057]: audit 2024-04-01T19:47:28.502688+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:29 smithi046 bash[22057]: audit 2024-04-01T19:47:28.508229+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:29.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:29 smithi046 bash[22057]: audit 2024-04-01T19:47:28.514868+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.654 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:31 smithi040 bash[21483]: cluster 2024-04-01T19:47:30.325603+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:31.654 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:31 smithi040 bash[21483]: audit 2024-04-01T19:47:30.745127+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.654 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:31 smithi040 bash[21483]: audit 2024-04-01T19:47:30.754557+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.654 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:31 smithi040 bash[21483]: audit 2024-04-01T19:47:30.765412+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.654 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:31 smithi040 bash[21483]: audit 2024-04-01T19:47:30.893644+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.654 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:31 smithi040 bash[21483]: audit 2024-04-01T19:47:30.898735+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.654 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:31 smithi040 bash[21483]: audit 2024-04-01T19:47:30.907499+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:31 smithi063 bash[22079]: cluster 2024-04-01T19:47:30.325603+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:31.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:31 smithi063 bash[22079]: audit 2024-04-01T19:47:30.745127+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:31 smithi063 bash[22079]: audit 2024-04-01T19:47:30.754557+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:31 smithi063 bash[22079]: audit 2024-04-01T19:47:30.765412+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:31 smithi063 bash[22079]: audit 2024-04-01T19:47:30.893644+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:31 smithi063 bash[22079]: audit 2024-04-01T19:47:30.898735+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:31 smithi063 bash[22079]: audit 2024-04-01T19:47:30.907499+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:31 smithi046 bash[22057]: cluster 2024-04-01T19:47:30.325603+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:31.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:31 smithi046 bash[22057]: audit 2024-04-01T19:47:30.745127+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:31 smithi046 bash[22057]: audit 2024-04-01T19:47:30.754557+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:31 smithi046 bash[22057]: audit 2024-04-01T19:47:30.765412+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:31 smithi046 bash[22057]: audit 2024-04-01T19:47:30.893644+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:31 smithi046 bash[22057]: audit 2024-04-01T19:47:30.898735+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:31.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:31 smithi046 bash[22057]: audit 2024-04-01T19:47:30.907499+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:32.549 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:32 smithi040 bash[21483]: audit 2024-04-01T19:47:31.423018+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:32.549 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:32 smithi040 bash[21483]: cluster 2024-04-01T19:47:32.326160+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:32.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:32 smithi063 bash[22079]: audit 2024-04-01T19:47:31.423018+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:32.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:32 smithi063 bash[22079]: cluster 2024-04-01T19:47:32.326160+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:32.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:32 smithi046 bash[22057]: audit 2024-04-01T19:47:31.423018+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:32.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:32 smithi046 bash[22057]: cluster 2024-04-01T19:47:32.326160+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:34.813 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:34 smithi040 bash[21483]: cluster 2024-04-01T19:47:34.326679+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:35.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:34 smithi046 bash[22057]: cluster 2024-04-01T19:47:34.326679+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:35.177 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:34 smithi063 bash[22079]: cluster 2024-04-01T19:47:34.326679+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:35.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:35 smithi063 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:35.429 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 01 19:47:35 smithi063 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:35.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:35 smithi063 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:35.929 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 01 19:47:35 smithi063 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:36.739 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:36 smithi040 bash[21483]: audit 2024-04-01T19:47:35.712470+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:36.739 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:36 smithi040 bash[21483]: audit 2024-04-01T19:47:35.722633+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:36.739 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:36 smithi040 bash[21483]: audit 2024-04-01T19:47:35.733450+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:36.739 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:36 smithi040 bash[21483]: audit 2024-04-01T19:47:35.744058+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:36.739 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:36 smithi040 bash[21483]: cephadm 2024-04-01T19:47:36.062088+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Deploying daemon prometheus.smithi046 on smithi046 2024-04-01T19:47:36.739 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:36 smithi040 bash[21483]: cluster 2024-04-01T19:47:36.327265+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:36.739 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:36 smithi040 bash[21483]: audit 2024-04-01T19:47:36.429607+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:36.740 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:36 smithi040 bash[21483]: audit 2024-04-01T19:47:36.494195+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:36.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:36 smithi046 bash[22057]: audit 2024-04-01T19:47:35.712470+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:36.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:36 smithi046 bash[22057]: audit 2024-04-01T19:47:35.722633+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:36.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:36 smithi046 bash[22057]: audit 2024-04-01T19:47:35.733450+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:36.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:36 smithi046 bash[22057]: audit 2024-04-01T19:47:35.744058+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:36.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:36 smithi046 bash[22057]: cephadm 2024-04-01T19:47:36.062088+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Deploying daemon prometheus.smithi046 on smithi046 2024-04-01T19:47:36.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:36 smithi046 bash[22057]: cluster 2024-04-01T19:47:36.327265+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:36.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:36 smithi046 bash[22057]: audit 2024-04-01T19:47:36.429607+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:36.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:36 smithi046 bash[22057]: audit 2024-04-01T19:47:36.494195+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:37.079 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:36 smithi063 bash[22079]: audit 2024-04-01T19:47:35.712470+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:37.079 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:36 smithi063 bash[22079]: audit 2024-04-01T19:47:35.722633+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:37.079 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:36 smithi063 bash[22079]: audit 2024-04-01T19:47:35.733450+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:37.079 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:36 smithi063 bash[22079]: audit 2024-04-01T19:47:35.744058+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:37.079 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:36 smithi063 bash[22079]: cephadm 2024-04-01T19:47:36.062088+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Deploying daemon prometheus.smithi046 on smithi046 2024-04-01T19:47:37.080 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:36 smithi063 bash[22079]: cluster 2024-04-01T19:47:36.327265+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:37.080 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:36 smithi063 bash[22079]: audit 2024-04-01T19:47:36.429607+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:37.080 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:36 smithi063 bash[22079]: audit 2024-04-01T19:47:36.494195+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:38.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:38 smithi040 bash[21483]: audit 2024-04-01T19:47:37.544391+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:38.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:38 smithi040 bash[21483]: audit 2024-04-01T19:47:37.551921+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:38.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:38 smithi040 bash[21483]: audit 2024-04-01T19:47:37.562555+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:38.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:38 smithi040 bash[21483]: cluster 2024-04-01T19:47:38.327936+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:38.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:38 smithi046 bash[22057]: audit 2024-04-01T19:47:37.544391+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:38.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:38 smithi046 bash[22057]: audit 2024-04-01T19:47:37.551921+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:38.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:38 smithi046 bash[22057]: audit 2024-04-01T19:47:37.562555+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:38.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:38 smithi046 bash[22057]: cluster 2024-04-01T19:47:38.327936+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:38.928 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:38 smithi063 bash[22079]: audit 2024-04-01T19:47:37.544391+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:38.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:38 smithi063 bash[22079]: audit 2024-04-01T19:47:37.551921+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:38.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:38 smithi063 bash[22079]: audit 2024-04-01T19:47:37.562555+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:38.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:38 smithi063 bash[22079]: cluster 2024-04-01T19:47:38.327936+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:41.229 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:41 smithi040 bash[21483]: audit 2024-04-01T19:47:40.112570+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:41.229 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:41 smithi040 bash[21483]: cluster 2024-04-01T19:47:40.328550+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:41.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:41 smithi063 bash[22079]: audit 2024-04-01T19:47:40.112570+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:41.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:41 smithi063 bash[22079]: cluster 2024-04-01T19:47:40.328550+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:41.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:41 smithi046 bash[22057]: audit 2024-04-01T19:47:40.112570+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:41.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:41 smithi046 bash[22057]: cluster 2024-04-01T19:47:40.328550+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:43.601 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:43 smithi040 bash[21483]: cluster 2024-04-01T19:47:42.329182+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:43.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:43 smithi063 bash[22079]: cluster 2024-04-01T19:47:42.329182+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:43.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:43 smithi046 bash[22057]: cluster 2024-04-01T19:47:42.329182+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:45.443 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:45 smithi040 bash[21483]: cluster 2024-04-01T19:47:44.329837+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:45.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:45 smithi063 bash[22079]: cluster 2024-04-01T19:47:44.329837+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:45.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:45 smithi046 bash[22057]: cluster 2024-04-01T19:47:44.329837+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:46.796 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:46 smithi040 bash[21483]: audit 2024-04-01T19:47:45.608463+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:46.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:46 smithi040 bash[21483]: audit 2024-04-01T19:47:45.619127+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:46.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:46 smithi040 bash[21483]: audit 2024-04-01T19:47:45.629856+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:46.797 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:46 smithi040 bash[21483]: cluster 2024-04-01T19:47:46.330418+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:46.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:46 smithi063 bash[22079]: audit 2024-04-01T19:47:45.608463+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:46.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:46 smithi063 bash[22079]: audit 2024-04-01T19:47:45.619127+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:46.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:46 smithi063 bash[22079]: audit 2024-04-01T19:47:45.629856+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:46.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:46 smithi063 bash[22079]: cluster 2024-04-01T19:47:46.330418+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:47.031 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:46 smithi046 bash[22057]: audit 2024-04-01T19:47:45.608463+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:47.031 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:46 smithi046 bash[22057]: audit 2024-04-01T19:47:45.619127+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:47.031 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:46 smithi046 bash[22057]: audit 2024-04-01T19:47:45.629856+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:47.031 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:46 smithi046 bash[22057]: cluster 2024-04-01T19:47:46.330418+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:49.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:48 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:49.059 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:48 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:49.059 INFO:journalctl@ceph.osd.1.smithi046.stdout:Apr 01 19:47:48 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:49.558 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:49 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:49.559 INFO:journalctl@ceph.osd.1.smithi046.stdout:Apr 01 19:47:49 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:49.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:49 smithi046 systemd[1]: /etc/systemd/system/ceph-59788392-f05f-11ee-b647-cb9ed24678a4@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-01T19:47:49.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:49 smithi046 bash[22057]: cluster 2024-04-01T19:47:48.330932+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:49.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:49 smithi046 bash[22057]: audit 2024-04-01T19:47:49.345565+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:49.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:49 smithi046 bash[22057]: audit 2024-04-01T19:47:49.355381+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:49.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:49 smithi046 bash[22057]: audit 2024-04-01T19:47:49.377254+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:49.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:49 smithi040 bash[21483]: cluster 2024-04-01T19:47:48.330932+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:49.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:49 smithi040 bash[21483]: audit 2024-04-01T19:47:49.345565+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:49.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:49 smithi040 bash[21483]: audit 2024-04-01T19:47:49.355381+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:49.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:49 smithi040 bash[21483]: audit 2024-04-01T19:47:49.377254+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:49.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:49 smithi063 bash[22079]: cluster 2024-04-01T19:47:48.330932+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:47:49.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:49 smithi063 bash[22079]: audit 2024-04-01T19:47:49.345565+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:49.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:49 smithi063 bash[22079]: audit 2024-04-01T19:47:49.355381+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:49.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:49 smithi063 bash[22079]: audit 2024-04-01T19:47:49.377254+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' 2024-04-01T19:47:50.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:50 smithi063 bash[22079]: audit 2024-04-01T19:47:49.392617+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-01T19:47:50.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:50 smithi046 bash[22057]: audit 2024-04-01T19:47:49.392617+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-01T19:47:50.808 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:50 smithi046 bash[23078]: ignoring --setuser ceph since I am not root 2024-04-01T19:47:50.808 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:50 smithi046 bash[23078]: ignoring --setgroup ceph since I am not root 2024-04-01T19:47:50.808 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:50 smithi046 bash[23078]: debug 2024-04-01T19:47:50.475+0000 7f4b33571700 1 -- 172.21.15.46:0/1645428726 <== mon.2 v2:172.21.15.46:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5654903965a0 con 0x56549049e400 2024-04-01T19:47:50.808 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:50 smithi046 bash[23078]: debug 2024-04-01T19:47:50.643+0000 7f4b3d363200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-01T19:47:50.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:50 smithi040 bash[21483]: audit 2024-04-01T19:47:49.392617+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-01T19:47:50.828 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:50 smithi040 bash[21737]: ignoring --setuser ceph since I am not root 2024-04-01T19:47:50.828 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:50 smithi040 bash[21737]: ignoring --setgroup ceph since I am not root 2024-04-01T19:47:50.828 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:50 smithi040 bash[21737]: debug 2024-04-01T19:47:50.617+0000 7f2843c77200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-01T19:47:51.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:51 smithi063 bash[22079]: audit 2024-04-01T19:47:50.398714+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-01T19:47:51.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:51 smithi063 bash[22079]: cluster 2024-04-01T19:47:50.408817+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-01T19:47:51.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:51 smithi046 bash[22057]: audit 2024-04-01T19:47:50.398714+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-01T19:47:51.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:51 smithi046 bash[22057]: cluster 2024-04-01T19:47:50.408817+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-01T19:47:51.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:51 smithi040 bash[21483]: audit 2024-04-01T19:47:50.398714+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.40:0/945497670' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-01T19:47:51.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:51 smithi040 bash[21483]: cluster 2024-04-01T19:47:50.408817+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-01T19:47:52.523 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:52 smithi040 bash[21737]: debug 2024-04-01T19:47:52.245+0000 7f2843c77200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-01T19:47:52.523 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:52 smithi040 bash[21737]: debug 2024-04-01T19:47:52.357+0000 7f2843c77200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-01T19:47:52.667 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:52 smithi046 bash[23078]: debug 2024-04-01T19:47:52.307+0000 7f4b3d363200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-01T19:47:52.667 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:52 smithi046 bash[23078]: debug 2024-04-01T19:47:52.411+0000 7f4b3d363200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-01T19:47:52.828 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:52 smithi040 bash[21737]: debug 2024-04-01T19:47:52.617+0000 7f2843c77200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-01T19:47:53.058 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:52 smithi046 bash[23078]: debug 2024-04-01T19:47:52.667+0000 7f4b3d363200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-01T19:47:53.808 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:53 smithi046 bash[23078]: debug 2024-04-01T19:47:53.495+0000 7f4b3d363200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-01T19:47:53.808 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:53 smithi046 bash[23078]: debug 2024-04-01T19:47:53.607+0000 7f4b3d363200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-01T19:47:53.808 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:53 smithi046 bash[23078]: debug 2024-04-01T19:47:53.715+0000 7f4b3d363200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-01T19:47:53.827 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:53 smithi040 bash[21737]: debug 2024-04-01T19:47:53.453+0000 7f2843c77200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-01T19:47:53.828 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:53 smithi040 bash[21737]: debug 2024-04-01T19:47:53.565+0000 7f2843c77200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-01T19:47:53.828 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:53 smithi040 bash[21737]: debug 2024-04-01T19:47:53.673+0000 7f2843c77200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-01T19:47:54.328 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:54 smithi040 bash[21737]: debug 2024-04-01T19:47:54.049+0000 7f2843c77200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-01T19:47:54.328 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:54 smithi040 bash[21737]: debug 2024-04-01T19:47:54.169+0000 7f2843c77200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-01T19:47:54.328 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:54 smithi040 bash[21737]: debug 2024-04-01T19:47:54.281+0000 7f2843c77200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-01T19:47:54.554 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:54 smithi046 bash[23078]: debug 2024-04-01T19:47:54.083+0000 7f4b3d363200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-01T19:47:54.555 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:54 smithi046 bash[23078]: debug 2024-04-01T19:47:54.203+0000 7f4b3d363200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-01T19:47:54.555 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:54 smithi046 bash[23078]: debug 2024-04-01T19:47:54.311+0000 7f4b3d363200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-01T19:47:54.808 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:54 smithi046 bash[23078]: debug 2024-04-01T19:47:54.691+0000 7f4b3d363200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-01T19:47:54.827 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:54 smithi040 bash[21737]: debug 2024-04-01T19:47:54.661+0000 7f2843c77200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-01T19:47:55.180 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:54 smithi040 bash[21737]: debug 2024-04-01T19:47:54.905+0000 7f2843c77200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-01T19:47:55.217 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:54 smithi046 bash[23078]: debug 2024-04-01T19:47:54.943+0000 7f4b3d363200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-01T19:47:55.558 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:55 smithi046 bash[23078]: debug 2024-04-01T19:47:55.219+0000 7f4b3d363200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-01T19:47:55.558 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:55 smithi046 bash[23078]: debug 2024-04-01T19:47:55.335+0000 7f4b3d363200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-01T19:47:55.578 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:55 smithi040 bash[21737]: debug 2024-04-01T19:47:55.181+0000 7f2843c77200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-01T19:47:55.578 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:55 smithi040 bash[21737]: debug 2024-04-01T19:47:55.301+0000 7f2843c77200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-01T19:47:55.987 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:55 smithi040 bash[21737]: debug 2024-04-01T19:47:55.589+0000 7f2843c77200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-01T19:47:56.049 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:55 smithi046 bash[23078]: debug 2024-04-01T19:47:55.623+0000 7f4b3d363200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-01T19:47:56.283 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:56 smithi040 bash[21737]: debug 2024-04-01T19:47:56.033+0000 7f2843c77200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-01T19:47:56.308 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:56 smithi046 bash[23078]: debug 2024-04-01T19:47:56.047+0000 7f4b3d363200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-01T19:47:56.308 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:56 smithi046 bash[23078]: debug 2024-04-01T19:47:56.295+0000 7f4b3d363200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-01T19:47:56.578 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:56 smithi040 bash[21737]: debug 2024-04-01T19:47:56.285+0000 7f2843c77200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-01T19:47:56.578 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:56 smithi040 bash[21737]: debug 2024-04-01T19:47:56.409+0000 7f2843c77200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-01T19:47:56.680 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:56 smithi046 bash[23078]: debug 2024-04-01T19:47:56.419+0000 7f4b3d363200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-01T19:47:57.058 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:56 smithi046 bash[23078]: debug 2024-04-01T19:47:56.679+0000 7f4b3d363200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-01T19:47:57.078 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:56 smithi040 bash[21737]: debug 2024-04-01T19:47:56.669+0000 7f2843c77200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-01T19:47:58.058 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:57 smithi046 bash[23078]: debug 2024-04-01T19:47:57.723+0000 7f4b3d363200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-01T19:47:58.058 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:57 smithi046 bash[23078]: debug 2024-04-01T19:47:57.843+0000 7f4b3d363200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-01T19:47:58.077 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:57 smithi040 bash[21737]: debug 2024-04-01T19:47:57.721+0000 7f2843c77200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-01T19:47:58.078 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:57 smithi040 bash[21737]: debug 2024-04-01T19:47:57.845+0000 7f2843c77200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-01T19:47:58.558 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[23078]: debug 2024-04-01T19:47:58.151+0000 7f4b3d363200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-01T19:47:58.558 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[23078]: debug 2024-04-01T19:47:58.271+0000 7f4b3d363200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-01T19:47:58.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21737]: debug 2024-04-01T19:47:58.153+0000 7f2843c77200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-01T19:47:58.578 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21737]: debug 2024-04-01T19:47:58.273+0000 7f2843c77200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-01T19:47:58.994 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[23078]: debug 2024-04-01T19:47:58.743+0000 7f4b3d363200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-01T19:47:58.994 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[23078]: debug 2024-04-01T19:47:58.867+0000 7f4b3d363200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-01T19:47:58.994 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[23078]: [01/Apr/2024:19:47:58] ENGINE Bus STARTING 2024-04-01T19:47:58.995 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[23078]: CherryPy Checker: 2024-04-01T19:47:58.995 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: cluster 2024-04-01T19:47:58.893862+0000 mon.a (mon.0) 765 : cluster [DBG] Standby manager daemon b restarted 2024-04-01T19:47:58.995 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: cluster 2024-04-01T19:47:58.894042+0000 mon.a (mon.0) 766 : cluster [DBG] Standby manager daemon b started 2024-04-01T19:47:58.995 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: audit 2024-04-01T19:47:58.894586+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.46:0/219343613' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-01T19:47:58.995 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: audit 2024-04-01T19:47:58.895448+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.46:0/219343613' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-01T19:47:58.995 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: cluster 2024-04-01T19:47:58.895709+0000 mon.a (mon.0) 767 : cluster [INF] Active manager daemon a restarted 2024-04-01T19:47:58.995 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: cluster 2024-04-01T19:47:58.896234+0000 mon.a (mon.0) 768 : cluster [INF] Activating manager daemon a 2024-04-01T19:47:58.995 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: audit 2024-04-01T19:47:58.898518+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.46:0/219343613' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-01T19:47:58.996 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: audit 2024-04-01T19:47:58.905906+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.46:0/219343613' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-01T19:47:58.996 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: cluster 2024-04-01T19:47:58.906158+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-01T19:47:58.996 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: cluster 2024-04-01T19:47:58.906710+0000 mon.a (mon.0) 770 : cluster [DBG] mgrmap e17: a(active, starting, since 0.0106761s), standbys: b 2024-04-01T19:47:58.996 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: audit 2024-04-01T19:47:58.908317+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:47:58.996 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: audit 2024-04-01T19:47:58.908434+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:47:58.996 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: audit 2024-04-01T19:47:58.908543+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:47:58.996 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: audit 2024-04-01T19:47:58.910373+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-01T19:47:58.996 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: audit 2024-04-01T19:47:58.910542+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-01T19:47:58.996 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: audit 2024-04-01T19:47:58.911019+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:47:58.996 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: audit 2024-04-01T19:47:58.911248+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:47:58.996 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: audit 2024-04-01T19:47:58.911453+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:47:58.996 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: audit 2024-04-01T19:47:58.911874+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-01T19:47:58.996 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: audit 2024-04-01T19:47:58.912030+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-01T19:47:58.996 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: audit 2024-04-01T19:47:58.912302+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-01T19:47:58.997 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[22057]: cluster 2024-04-01T19:47:58.919400+0000 mon.a (mon.0) 782 : cluster [INF] Manager daemon a is now available 2024-04-01T19:47:59.070 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21737]: debug 2024-04-01T19:47:58.749+0000 7f2843c77200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-01T19:47:59.071 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21737]: debug 2024-04-01T19:47:58.873+0000 7f2843c77200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-01T19:47:59.071 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21737]: [01/Apr/2024:19:47:58] ENGINE Bus STARTING 2024-04-01T19:47:59.071 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: cluster 2024-04-01T19:47:58.893862+0000 mon.a (mon.0) 765 : cluster [DBG] Standby manager daemon b restarted 2024-04-01T19:47:59.072 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: cluster 2024-04-01T19:47:58.894042+0000 mon.a (mon.0) 766 : cluster [DBG] Standby manager daemon b started 2024-04-01T19:47:59.072 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: audit 2024-04-01T19:47:58.894586+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.46:0/219343613' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-01T19:47:59.072 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: audit 2024-04-01T19:47:58.895448+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.46:0/219343613' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-01T19:47:59.072 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: cluster 2024-04-01T19:47:58.895709+0000 mon.a (mon.0) 767 : cluster [INF] Active manager daemon a restarted 2024-04-01T19:47:59.072 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: cluster 2024-04-01T19:47:58.896234+0000 mon.a (mon.0) 768 : cluster [INF] Activating manager daemon a 2024-04-01T19:47:59.072 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: audit 2024-04-01T19:47:58.898518+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.46:0/219343613' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-01T19:47:59.072 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: audit 2024-04-01T19:47:58.905906+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.46:0/219343613' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-01T19:47:59.072 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: cluster 2024-04-01T19:47:58.906158+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-01T19:47:59.072 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: cluster 2024-04-01T19:47:58.906710+0000 mon.a (mon.0) 770 : cluster [DBG] mgrmap e17: a(active, starting, since 0.0106761s), standbys: b 2024-04-01T19:47:59.072 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: audit 2024-04-01T19:47:58.908317+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:47:59.072 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: audit 2024-04-01T19:47:58.908434+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:47:59.072 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: audit 2024-04-01T19:47:58.908543+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:47:59.072 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: audit 2024-04-01T19:47:58.910373+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-01T19:47:59.072 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: audit 2024-04-01T19:47:58.910542+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-01T19:47:59.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: audit 2024-04-01T19:47:58.911019+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:47:59.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: audit 2024-04-01T19:47:58.911248+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:47:59.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: audit 2024-04-01T19:47:58.911453+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:47:59.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: audit 2024-04-01T19:47:58.911874+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-01T19:47:59.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: audit 2024-04-01T19:47:58.912030+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-01T19:47:59.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: audit 2024-04-01T19:47:58.912302+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-01T19:47:59.073 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:58 smithi040 bash[21483]: cluster 2024-04-01T19:47:58.919400+0000 mon.a (mon.0) 782 : cluster [INF] Manager daemon a is now available 2024-04-01T19:47:59.175 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: cluster 2024-04-01T19:47:58.893862+0000 mon.a (mon.0) 765 : cluster [DBG] Standby manager daemon b restarted 2024-04-01T19:47:59.176 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: cluster 2024-04-01T19:47:58.894042+0000 mon.a (mon.0) 766 : cluster [DBG] Standby manager daemon b started 2024-04-01T19:47:59.176 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: audit 2024-04-01T19:47:58.894586+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.46:0/219343613' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-01T19:47:59.176 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: audit 2024-04-01T19:47:58.895448+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.46:0/219343613' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-01T19:47:59.176 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: cluster 2024-04-01T19:47:58.895709+0000 mon.a (mon.0) 767 : cluster [INF] Active manager daemon a restarted 2024-04-01T19:47:59.176 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: cluster 2024-04-01T19:47:58.896234+0000 mon.a (mon.0) 768 : cluster [INF] Activating manager daemon a 2024-04-01T19:47:59.176 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: audit 2024-04-01T19:47:58.898518+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.46:0/219343613' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-01T19:47:59.176 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: audit 2024-04-01T19:47:58.905906+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.46:0/219343613' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-01T19:47:59.176 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: cluster 2024-04-01T19:47:58.906158+0000 mon.a (mon.0) 769 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-01T19:47:59.176 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: cluster 2024-04-01T19:47:58.906710+0000 mon.a (mon.0) 770 : cluster [DBG] mgrmap e17: a(active, starting, since 0.0106761s), standbys: b 2024-04-01T19:47:59.176 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: audit 2024-04-01T19:47:58.908317+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-01T19:47:59.176 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: audit 2024-04-01T19:47:58.908434+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-01T19:47:59.176 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: audit 2024-04-01T19:47:58.908543+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-01T19:47:59.176 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: audit 2024-04-01T19:47:58.910373+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-01T19:47:59.177 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: audit 2024-04-01T19:47:58.910542+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-01T19:47:59.177 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: audit 2024-04-01T19:47:58.911019+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-01T19:47:59.177 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: audit 2024-04-01T19:47:58.911248+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-01T19:47:59.177 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: audit 2024-04-01T19:47:58.911453+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-01T19:47:59.177 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: audit 2024-04-01T19:47:58.911874+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-01T19:47:59.177 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: audit 2024-04-01T19:47:58.912030+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-01T19:47:59.177 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: audit 2024-04-01T19:47:58.912302+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-01T19:47:59.177 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:58 smithi063 bash[22079]: cluster 2024-04-01T19:47:58.919400+0000 mon.a (mon.0) 782 : cluster [INF] Manager daemon a is now available 2024-04-01T19:47:59.308 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[23078]: The Application mounted at '' has an empty config. 2024-04-01T19:47:59.308 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[23078]: [01/Apr/2024:19:47:58] ENGINE Serving on http://:::9283 2024-04-01T19:47:59.308 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:47:58 smithi046 bash[23078]: [01/Apr/2024:19:47:58] ENGINE Bus STARTED 2024-04-01T19:47:59.327 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21737]: CherryPy Checker: 2024-04-01T19:47:59.327 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21737]: The Application mounted at '' has an empty config. 2024-04-01T19:47:59.328 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21737]: [01/Apr/2024:19:47:59] ENGINE Serving on http://:::9283 2024-04-01T19:47:59.328 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21737]: [01/Apr/2024:19:47:59] ENGINE Bus STARTED 2024-04-01T19:48:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: audit 2024-04-01T19:47:58.956891+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: audit 2024-04-01T19:47:58.960225+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:48:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: audit 2024-04-01T19:47:58.967130+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:48:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: audit 2024-04-01T19:47:58.968188+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:48:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: audit 2024-04-01T19:47:58.968904+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:48:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: audit 2024-04-01T19:47:58.972167+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]': finished 2024-04-01T19:48:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: audit 2024-04-01T19:47:58.976398+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]': finished 2024-04-01T19:48:00.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: audit 2024-04-01T19:47:58.983546+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:00.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: audit 2024-04-01T19:47:58.987097+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]': finished 2024-04-01T19:48:00.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: audit 2024-04-01T19:47:58.988837+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:48:00.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: audit 2024-04-01T19:47:58.990425+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:48:00.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: audit 2024-04-01T19:47:58.994929+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:48:00.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: cephadm 2024-04-01T19:47:59.001432+0000 mgr.a (mgr.14403) 1 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-01T19:48:00.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: audit 2024-04-01T19:47:59.001641+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-01T19:48:00.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: cephadm 2024-04-01T19:47:59.002748+0000 mgr.a (mgr.14403) 2 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-01T19:48:00.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: cephadm 2024-04-01T19:47:59.002913+0000 mgr.a (mgr.14403) 3 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-01T19:48:00.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: audit 2024-04-01T19:47:59.011346+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-01T19:48:00.310 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:47:59 smithi046 bash[22057]: cluster 2024-04-01T19:47:59.913549+0000 mon.a (mon.0) 797 : cluster [DBG] mgrmap e18: a(active, since 1.01752s), standbys: b 2024-04-01T19:48:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: audit 2024-04-01T19:47:58.956891+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: audit 2024-04-01T19:47:58.960225+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:48:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: audit 2024-04-01T19:47:58.967130+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:48:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: audit 2024-04-01T19:47:58.968188+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:48:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: audit 2024-04-01T19:47:58.968904+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:48:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: audit 2024-04-01T19:47:58.972167+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]': finished 2024-04-01T19:48:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: audit 2024-04-01T19:47:58.976398+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]': finished 2024-04-01T19:48:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: audit 2024-04-01T19:47:58.983546+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: audit 2024-04-01T19:47:58.987097+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]': finished 2024-04-01T19:48:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: audit 2024-04-01T19:47:58.988837+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:48:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: audit 2024-04-01T19:47:58.990425+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:48:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: audit 2024-04-01T19:47:58.994929+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:48:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: cephadm 2024-04-01T19:47:59.001432+0000 mgr.a (mgr.14403) 1 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-01T19:48:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: audit 2024-04-01T19:47:59.001641+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-01T19:48:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: cephadm 2024-04-01T19:47:59.002748+0000 mgr.a (mgr.14403) 2 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-01T19:48:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: cephadm 2024-04-01T19:47:59.002913+0000 mgr.a (mgr.14403) 3 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-01T19:48:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: audit 2024-04-01T19:47:59.011346+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-01T19:48:00.329 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:47:59 smithi040 bash[21483]: cluster 2024-04-01T19:47:59.913549+0000 mon.a (mon.0) 797 : cluster [DBG] mgrmap e18: a(active, since 1.01752s), standbys: b 2024-04-01T19:48:00.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: audit 2024-04-01T19:47:58.956891+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:00.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: audit 2024-04-01T19:47:58.960225+0000 mon.a (mon.0) 784 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:48:00.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: audit 2024-04-01T19:47:58.967130+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:48:00.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: audit 2024-04-01T19:47:58.968188+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:48:00.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: audit 2024-04-01T19:47:58.968904+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]: dispatch 2024-04-01T19:48:00.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: audit 2024-04-01T19:47:58.972167+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi046", "name": "osd_memory_target"}]': finished 2024-04-01T19:48:00.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: audit 2024-04-01T19:47:58.976398+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]': finished 2024-04-01T19:48:00.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: audit 2024-04-01T19:47:58.983546+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:00.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: audit 2024-04-01T19:47:58.987097+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi063", "name": "osd_memory_target"}]': finished 2024-04-01T19:48:00.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: audit 2024-04-01T19:47:58.988837+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:48:00.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: audit 2024-04-01T19:47:58.990425+0000 mon.a (mon.0) 793 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:48:00.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: audit 2024-04-01T19:47:58.994929+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:48:00.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: cephadm 2024-04-01T19:47:59.001432+0000 mgr.a (mgr.14403) 1 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-01T19:48:00.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: audit 2024-04-01T19:47:59.001641+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-01T19:48:00.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: cephadm 2024-04-01T19:47:59.002748+0000 mgr.a (mgr.14403) 2 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.conf 2024-04-01T19:48:00.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: cephadm 2024-04-01T19:47:59.002913+0000 mgr.a (mgr.14403) 3 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.conf 2024-04-01T19:48:00.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: audit 2024-04-01T19:47:59.011346+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-01T19:48:00.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:47:59 smithi063 bash[22079]: cluster 2024-04-01T19:47:59.913549+0000 mon.a (mon.0) 797 : cluster [DBG] mgrmap e18: a(active, since 1.01752s), standbys: b 2024-04-01T19:48:01.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: cephadm 2024-04-01T19:47:59.494521+0000 mgr.a (mgr.14403) 4 : cephadm [INF] [01/Apr/2024:19:47:59] ENGINE Bus STARTING 2024-04-01T19:48:01.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: cephadm 2024-04-01T19:47:59.597947+0000 mgr.a (mgr.14403) 5 : cephadm [INF] [01/Apr/2024:19:47:59] ENGINE Serving on http://172.21.15.40:8765 2024-04-01T19:48:01.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: cephadm 2024-04-01T19:47:59.599515+0000 mgr.a (mgr.14403) 6 : cephadm [INF] Updating smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:48:01.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: cephadm 2024-04-01T19:47:59.600009+0000 mgr.a (mgr.14403) 7 : cephadm [INF] Updating smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:48:01.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: cephadm 2024-04-01T19:47:59.614683+0000 mgr.a (mgr.14403) 8 : cephadm [INF] Updating smithi040:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:48:01.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: cephadm 2024-04-01T19:47:59.719274+0000 mgr.a (mgr.14403) 9 : cephadm [INF] [01/Apr/2024:19:47:59] ENGINE Serving on https://172.21.15.40:7151 2024-04-01T19:48:01.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: cephadm 2024-04-01T19:47:59.719445+0000 mgr.a (mgr.14403) 10 : cephadm [INF] [01/Apr/2024:19:47:59] ENGINE Bus STARTED 2024-04-01T19:48:01.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: cephadm 2024-04-01T19:47:59.819266+0000 mgr.a (mgr.14403) 11 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:48:01.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: cephadm 2024-04-01T19:47:59.819622+0000 mgr.a (mgr.14403) 12 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:48:01.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: cephadm 2024-04-01T19:47:59.829640+0000 mgr.a (mgr.14403) 13 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:48:01.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: cluster 2024-04-01T19:47:59.918219+0000 mgr.a (mgr.14403) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:01.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: cephadm 2024-04-01T19:48:00.033943+0000 mgr.a (mgr.14403) 15 : cephadm [INF] Updating smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-01T19:48:01.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: cephadm 2024-04-01T19:48:00.034126+0000 mgr.a (mgr.14403) 16 : cephadm [INF] Updating smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-01T19:48:01.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: cephadm 2024-04-01T19:48:00.044872+0000 mgr.a (mgr.14403) 17 : cephadm [INF] Updating smithi040:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-01T19:48:01.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: audit 2024-04-01T19:48:00.254666+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: audit 2024-04-01T19:48:00.259860+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: audit 2024-04-01T19:48:00.265125+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: audit 2024-04-01T19:48:00.269922+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: audit 2024-04-01T19:48:00.274678+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: audit 2024-04-01T19:48:00.281539+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: audit 2024-04-01T19:48:00.289500+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: cephadm 2024-04-01T19:48:00.290268+0000 mgr.a (mgr.14403) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:48:01.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: audit 2024-04-01T19:48:00.297537+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.431 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:01 smithi063 bash[22079]: audit 2024-04-01T19:48:00.379656+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2024-04-01T19:48:01.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: cephadm 2024-04-01T19:47:59.494521+0000 mgr.a (mgr.14403) 4 : cephadm [INF] [01/Apr/2024:19:47:59] ENGINE Bus STARTING 2024-04-01T19:48:01.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: cephadm 2024-04-01T19:47:59.597947+0000 mgr.a (mgr.14403) 5 : cephadm [INF] [01/Apr/2024:19:47:59] ENGINE Serving on http://172.21.15.40:8765 2024-04-01T19:48:01.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: cephadm 2024-04-01T19:47:59.599515+0000 mgr.a (mgr.14403) 6 : cephadm [INF] Updating smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:48:01.529 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: cephadm 2024-04-01T19:47:59.600009+0000 mgr.a (mgr.14403) 7 : cephadm [INF] Updating smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:48:01.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: cephadm 2024-04-01T19:47:59.614683+0000 mgr.a (mgr.14403) 8 : cephadm [INF] Updating smithi040:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:48:01.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: cephadm 2024-04-01T19:47:59.719274+0000 mgr.a (mgr.14403) 9 : cephadm [INF] [01/Apr/2024:19:47:59] ENGINE Serving on https://172.21.15.40:7151 2024-04-01T19:48:01.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: cephadm 2024-04-01T19:47:59.719445+0000 mgr.a (mgr.14403) 10 : cephadm [INF] [01/Apr/2024:19:47:59] ENGINE Bus STARTED 2024-04-01T19:48:01.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: cephadm 2024-04-01T19:47:59.819266+0000 mgr.a (mgr.14403) 11 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:48:01.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: cephadm 2024-04-01T19:47:59.819622+0000 mgr.a (mgr.14403) 12 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:48:01.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: cephadm 2024-04-01T19:47:59.829640+0000 mgr.a (mgr.14403) 13 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:48:01.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: cluster 2024-04-01T19:47:59.918219+0000 mgr.a (mgr.14403) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:01.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: cephadm 2024-04-01T19:48:00.033943+0000 mgr.a (mgr.14403) 15 : cephadm [INF] Updating smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-01T19:48:01.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: cephadm 2024-04-01T19:48:00.034126+0000 mgr.a (mgr.14403) 16 : cephadm [INF] Updating smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-01T19:48:01.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: cephadm 2024-04-01T19:48:00.044872+0000 mgr.a (mgr.14403) 17 : cephadm [INF] Updating smithi040:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-01T19:48:01.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: audit 2024-04-01T19:48:00.254666+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: audit 2024-04-01T19:48:00.259860+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: audit 2024-04-01T19:48:00.265125+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.530 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: audit 2024-04-01T19:48:00.269922+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: audit 2024-04-01T19:48:00.274678+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: audit 2024-04-01T19:48:00.281539+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: audit 2024-04-01T19:48:00.289500+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: cephadm 2024-04-01T19:48:00.290268+0000 mgr.a (mgr.14403) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:48:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: audit 2024-04-01T19:48:00.297537+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.531 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:01 smithi040 bash[21483]: audit 2024-04-01T19:48:00.379656+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2024-04-01T19:48:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: cephadm 2024-04-01T19:47:59.494521+0000 mgr.a (mgr.14403) 4 : cephadm [INF] [01/Apr/2024:19:47:59] ENGINE Bus STARTING 2024-04-01T19:48:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: cephadm 2024-04-01T19:47:59.597947+0000 mgr.a (mgr.14403) 5 : cephadm [INF] [01/Apr/2024:19:47:59] ENGINE Serving on http://172.21.15.40:8765 2024-04-01T19:48:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: cephadm 2024-04-01T19:47:59.599515+0000 mgr.a (mgr.14403) 6 : cephadm [INF] Updating smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:48:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: cephadm 2024-04-01T19:47:59.600009+0000 mgr.a (mgr.14403) 7 : cephadm [INF] Updating smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:48:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: cephadm 2024-04-01T19:47:59.614683+0000 mgr.a (mgr.14403) 8 : cephadm [INF] Updating smithi040:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.conf 2024-04-01T19:48:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: cephadm 2024-04-01T19:47:59.719274+0000 mgr.a (mgr.14403) 9 : cephadm [INF] [01/Apr/2024:19:47:59] ENGINE Serving on https://172.21.15.40:7151 2024-04-01T19:48:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: cephadm 2024-04-01T19:47:59.719445+0000 mgr.a (mgr.14403) 10 : cephadm [INF] [01/Apr/2024:19:47:59] ENGINE Bus STARTED 2024-04-01T19:48:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: cephadm 2024-04-01T19:47:59.819266+0000 mgr.a (mgr.14403) 11 : cephadm [INF] Updating smithi063:/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:48:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: cephadm 2024-04-01T19:47:59.819622+0000 mgr.a (mgr.14403) 12 : cephadm [INF] Updating smithi046:/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:48:01.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: cephadm 2024-04-01T19:47:59.829640+0000 mgr.a (mgr.14403) 13 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-04-01T19:48:01.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: cluster 2024-04-01T19:47:59.918219+0000 mgr.a (mgr.14403) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:01.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: cephadm 2024-04-01T19:48:00.033943+0000 mgr.a (mgr.14403) 15 : cephadm [INF] Updating smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-01T19:48:01.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: cephadm 2024-04-01T19:48:00.034126+0000 mgr.a (mgr.14403) 16 : cephadm [INF] Updating smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-01T19:48:01.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: cephadm 2024-04-01T19:48:00.044872+0000 mgr.a (mgr.14403) 17 : cephadm [INF] Updating smithi040:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/config/ceph.client.admin.keyring 2024-04-01T19:48:01.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: audit 2024-04-01T19:48:00.254666+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: audit 2024-04-01T19:48:00.259860+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: audit 2024-04-01T19:48:00.265125+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: audit 2024-04-01T19:48:00.269922+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: audit 2024-04-01T19:48:00.274678+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: audit 2024-04-01T19:48:00.281539+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: audit 2024-04-01T19:48:00.289500+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: cephadm 2024-04-01T19:48:00.290268+0000 mgr.a (mgr.14403) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:48:01.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: audit 2024-04-01T19:48:00.297537+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:01.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:01 smithi046 bash[22057]: audit 2024-04-01T19:48:00.379656+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi040", "caps": []}]: dispatch 2024-04-01T19:48:02.734 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:02 smithi040 bash[21483]: cephadm 2024-04-01T19:48:00.652631+0000 mgr.a (mgr.14403) 19 : cephadm [INF] Reconfiguring grafana.smithi040 (dependencies changed)... 2024-04-01T19:48:02.735 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:02 smithi040 bash[21483]: cephadm 2024-04-01T19:48:00.673539+0000 mgr.a (mgr.14403) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi040 on smithi040 2024-04-01T19:48:02.735 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:02 smithi040 bash[21483]: cluster 2024-04-01T19:48:00.912110+0000 mgr.a (mgr.14403) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:02.735 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:02 smithi040 bash[21483]: audit 2024-04-01T19:48:01.466399+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:02.735 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:02 smithi040 bash[21483]: audit 2024-04-01T19:48:01.532314+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:02.735 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:02 smithi040 bash[21483]: cluster 2024-04-01T19:48:01.927936+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e19: a(active, since 3s), standbys: b 2024-04-01T19:48:02.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:02 smithi046 bash[22057]: cephadm 2024-04-01T19:48:00.652631+0000 mgr.a (mgr.14403) 19 : cephadm [INF] Reconfiguring grafana.smithi040 (dependencies changed)... 2024-04-01T19:48:02.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:02 smithi046 bash[22057]: cephadm 2024-04-01T19:48:00.673539+0000 mgr.a (mgr.14403) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi040 on smithi040 2024-04-01T19:48:02.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:02 smithi046 bash[22057]: cluster 2024-04-01T19:48:00.912110+0000 mgr.a (mgr.14403) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:02.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:02 smithi046 bash[22057]: audit 2024-04-01T19:48:01.466399+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:02.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:02 smithi046 bash[22057]: audit 2024-04-01T19:48:01.532314+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:02.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:02 smithi046 bash[22057]: cluster 2024-04-01T19:48:01.927936+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e19: a(active, since 3s), standbys: b 2024-04-01T19:48:02.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:02 smithi063 bash[22079]: cephadm 2024-04-01T19:48:00.652631+0000 mgr.a (mgr.14403) 19 : cephadm [INF] Reconfiguring grafana.smithi040 (dependencies changed)... 2024-04-01T19:48:02.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:02 smithi063 bash[22079]: cephadm 2024-04-01T19:48:00.673539+0000 mgr.a (mgr.14403) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi040 on smithi040 2024-04-01T19:48:02.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:02 smithi063 bash[22079]: cluster 2024-04-01T19:48:00.912110+0000 mgr.a (mgr.14403) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:02.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:02 smithi063 bash[22079]: audit 2024-04-01T19:48:01.466399+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:02.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:02 smithi063 bash[22079]: audit 2024-04-01T19:48:01.532314+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:02.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:02 smithi063 bash[22079]: cluster 2024-04-01T19:48:01.927936+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e19: a(active, since 3s), standbys: b 2024-04-01T19:48:04.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:04 smithi040 bash[21483]: cluster 2024-04-01T19:48:02.912484+0000 mgr.a (mgr.14403) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:04.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:04 smithi040 bash[21483]: cluster 2024-04-01T19:48:03.486942+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2024-04-01T19:48:04.533 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:04 smithi040 bash[21483]: audit 2024-04-01T19:48:04.415957+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:04.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:04 smithi046 bash[22057]: cluster 2024-04-01T19:48:02.912484+0000 mgr.a (mgr.14403) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:04.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:04 smithi046 bash[22057]: cluster 2024-04-01T19:48:03.486942+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2024-04-01T19:48:04.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:04 smithi046 bash[22057]: audit 2024-04-01T19:48:04.415957+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:04.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:04 smithi063 bash[22079]: cluster 2024-04-01T19:48:02.912484+0000 mgr.a (mgr.14403) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:04.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:04 smithi063 bash[22079]: cluster 2024-04-01T19:48:03.486942+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e20: a(active, since 4s), standbys: b 2024-04-01T19:48:04.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:04 smithi063 bash[22079]: audit 2024-04-01T19:48:04.415957+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:06.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:06 smithi046 bash[22057]: cluster 2024-04-01T19:48:04.913070+0000 mgr.a (mgr.14403) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:06.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:06 smithi046 bash[22057]: audit 2024-04-01T19:48:06.048364+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:06.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:06 smithi046 bash[22057]: audit 2024-04-01T19:48:06.055465+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:06.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:06 smithi046 bash[22057]: audit 2024-04-01T19:48:06.071407+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi046", "caps": []}]: dispatch 2024-04-01T19:48:06.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:06 smithi040 bash[21483]: cluster 2024-04-01T19:48:04.913070+0000 mgr.a (mgr.14403) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:06.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:06 smithi040 bash[21483]: audit 2024-04-01T19:48:06.048364+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:06.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:06 smithi040 bash[21483]: audit 2024-04-01T19:48:06.055465+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:06.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:06 smithi040 bash[21483]: audit 2024-04-01T19:48:06.071407+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi046", "caps": []}]: dispatch 2024-04-01T19:48:06.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:06 smithi063 bash[22079]: cluster 2024-04-01T19:48:04.913070+0000 mgr.a (mgr.14403) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:06.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:06 smithi063 bash[22079]: audit 2024-04-01T19:48:06.048364+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:06.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:06 smithi063 bash[22079]: audit 2024-04-01T19:48:06.055465+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:06.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:06 smithi063 bash[22079]: audit 2024-04-01T19:48:06.071407+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi046", "caps": []}]: dispatch 2024-04-01T19:48:07.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:07 smithi040 bash[21483]: audit 2024-04-01T19:48:06.825210+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]: dispatch 2024-04-01T19:48:07.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:07 smithi040 bash[21483]: audit 2024-04-01T19:48:06.989503+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:07.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:07 smithi040 bash[21483]: audit 2024-04-01T19:48:07.454987+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:07.795 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:07 smithi046 bash[22057]: audit 2024-04-01T19:48:06.825210+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]: dispatch 2024-04-01T19:48:07.795 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:07 smithi046 bash[22057]: audit 2024-04-01T19:48:06.989503+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:07.795 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:07 smithi046 bash[22057]: audit 2024-04-01T19:48:07.454987+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:07.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:07 smithi063 bash[22079]: audit 2024-04-01T19:48:06.825210+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi063", "caps": []}]: dispatch 2024-04-01T19:48:07.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:07 smithi063 bash[22079]: audit 2024-04-01T19:48:06.989503+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:07.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:07 smithi063 bash[22079]: audit 2024-04-01T19:48:07.454987+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:08.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:08 smithi063 bash[22079]: cluster 2024-04-01T19:48:06.913609+0000 mgr.a (mgr.14403) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-01T19:48:08.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:08 smithi063 bash[22079]: cephadm 2024-04-01T19:48:07.554127+0000 mgr.a (mgr.14403) 25 : cephadm [INF] Reconfiguring alertmanager.smithi063 (dependencies changed)... 2024-04-01T19:48:08.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:08 smithi063 bash[22079]: cephadm 2024-04-01T19:48:07.562669+0000 mgr.a (mgr.14403) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi063 on smithi063 2024-04-01T19:48:08.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:08 smithi063 bash[22079]: audit 2024-04-01T19:48:07.586486+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:08.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:08 smithi046 bash[22057]: cluster 2024-04-01T19:48:06.913609+0000 mgr.a (mgr.14403) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-01T19:48:08.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:08 smithi046 bash[22057]: cephadm 2024-04-01T19:48:07.554127+0000 mgr.a (mgr.14403) 25 : cephadm [INF] Reconfiguring alertmanager.smithi063 (dependencies changed)... 2024-04-01T19:48:08.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:08 smithi046 bash[22057]: cephadm 2024-04-01T19:48:07.562669+0000 mgr.a (mgr.14403) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi063 on smithi063 2024-04-01T19:48:08.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:08 smithi046 bash[22057]: audit 2024-04-01T19:48:07.586486+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:08.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:08 smithi040 bash[21483]: cluster 2024-04-01T19:48:06.913609+0000 mgr.a (mgr.14403) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-01T19:48:08.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:08 smithi040 bash[21483]: cephadm 2024-04-01T19:48:07.554127+0000 mgr.a (mgr.14403) 25 : cephadm [INF] Reconfiguring alertmanager.smithi063 (dependencies changed)... 2024-04-01T19:48:08.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:08 smithi040 bash[21483]: cephadm 2024-04-01T19:48:07.562669+0000 mgr.a (mgr.14403) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi063 on smithi063 2024-04-01T19:48:08.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:08 smithi040 bash[21483]: audit 2024-04-01T19:48:07.586486+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:10.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:09 smithi063 bash[22079]: cluster 2024-04-01T19:48:08.914094+0000 mgr.a (mgr.14403) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-01T19:48:10.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:09 smithi063 bash[22079]: audit 2024-04-01T19:48:08.914426+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:10.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:09 smithi063 bash[22079]: audit 2024-04-01T19:48:09.017220+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:10.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:09 smithi063 bash[22079]: audit 2024-04-01T19:48:09.065001+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:10.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:09 smithi063 bash[22079]: audit 2024-04-01T19:48:09.130071+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:10.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:09 smithi063 bash[22079]: audit 2024-04-01T19:48:09.708726+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:10.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:09 smithi046 bash[22057]: cluster 2024-04-01T19:48:08.914094+0000 mgr.a (mgr.14403) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-01T19:48:10.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:09 smithi046 bash[22057]: audit 2024-04-01T19:48:08.914426+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:10.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:09 smithi046 bash[22057]: audit 2024-04-01T19:48:09.017220+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:10.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:09 smithi046 bash[22057]: audit 2024-04-01T19:48:09.065001+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:10.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:09 smithi046 bash[22057]: audit 2024-04-01T19:48:09.130071+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:10.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:09 smithi046 bash[22057]: audit 2024-04-01T19:48:09.708726+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:10.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:09 smithi040 bash[21483]: cluster 2024-04-01T19:48:08.914094+0000 mgr.a (mgr.14403) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-01T19:48:10.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:09 smithi040 bash[21483]: audit 2024-04-01T19:48:08.914426+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:10.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:09 smithi040 bash[21483]: audit 2024-04-01T19:48:09.017220+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:10.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:09 smithi040 bash[21483]: audit 2024-04-01T19:48:09.065001+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:10.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:09 smithi040 bash[21483]: audit 2024-04-01T19:48:09.130071+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:10.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:09 smithi040 bash[21483]: audit 2024-04-01T19:48:09.708726+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:11.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:11 smithi046 bash[22057]: audit 2024-04-01T19:48:10.675449+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:11.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:11 smithi046 bash[22057]: cluster 2024-04-01T19:48:10.914682+0000 mgr.a (mgr.14403) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-01T19:48:11.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:11 smithi063 bash[22079]: audit 2024-04-01T19:48:10.675449+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:11.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:11 smithi063 bash[22079]: cluster 2024-04-01T19:48:10.914682+0000 mgr.a (mgr.14403) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-01T19:48:12.070 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:11 smithi040 bash[21483]: audit 2024-04-01T19:48:10.675449+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:12.070 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:11 smithi040 bash[21483]: cluster 2024-04-01T19:48:10.914682+0000 mgr.a (mgr.14403) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-01T19:48:12.810 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:48:12 smithi040 bash[21737]: [01/Apr/2024:19:48:12] ENGINE Bus STOPPING 2024-04-01T19:48:12.811 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:48:12 smithi040 bash[21737]: [01/Apr/2024:19:48:12] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-01T19:48:12.811 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:48:12 smithi040 bash[21737]: [01/Apr/2024:19:48:12] ENGINE Bus STOPPED 2024-04-01T19:48:12.811 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:48:12 smithi040 bash[21737]: [01/Apr/2024:19:48:12] ENGINE Bus STARTING 2024-04-01T19:48:12.811 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:48:12 smithi040 bash[21737]: [01/Apr/2024:19:48:12] ENGINE Serving on http://:::9283 2024-04-01T19:48:12.811 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:48:12 smithi040 bash[21737]: [01/Apr/2024:19:48:12] ENGINE Bus STARTED 2024-04-01T19:48:12.811 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:48:12 smithi040 bash[21737]: [01/Apr/2024:19:48:12] ENGINE Bus STOPPING 2024-04-01T19:48:12.811 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:48:12 smithi040 bash[21737]: [01/Apr/2024:19:48:12] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-01T19:48:12.811 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:48:12 smithi040 bash[21737]: [01/Apr/2024:19:48:12] ENGINE Bus STOPPED 2024-04-01T19:48:12.811 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:48:12 smithi040 bash[21737]: [01/Apr/2024:19:48:12] ENGINE Bus STARTING 2024-04-01T19:48:12.811 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:48:12 smithi040 bash[21737]: [01/Apr/2024:19:48:12] ENGINE Serving on http://:::9283 2024-04-01T19:48:12.811 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:48:12 smithi040 bash[21737]: [01/Apr/2024:19:48:12] ENGINE Bus STARTED 2024-04-01T19:48:13.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.274434+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.280105+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.285036+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.313217+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.503147+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.509023+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.541142+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.543530+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-01T19:48:13.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.546963+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.549844+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi040.front.sepia.ceph.com:3000"}]: dispatch 2024-04-01T19:48:13.560 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.553730+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.557490+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.571967+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-01T19:48:13.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.579494+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi063.front.sepia.ceph.com:9093"}]: dispatch 2024-04-01T19:48:13.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.584770+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.590400+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.597108+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.603496+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.608373+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:48:13.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.610746+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:48:13.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.611446+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:48:13.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.616480+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.687992+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:48:13.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.690750+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:48:13.561 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.691599+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:48:13.562 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:13 smithi046 bash[22057]: audit 2024-04-01T19:48:12.697203+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.274434+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.280105+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.285036+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.313217+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.503147+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.509023+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.541142+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.543530+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-01T19:48:13.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.546963+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.549844+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi040.front.sepia.ceph.com:3000"}]: dispatch 2024-04-01T19:48:13.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.553730+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.557490+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.571967+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-01T19:48:13.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.579494+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi063.front.sepia.ceph.com:9093"}]: dispatch 2024-04-01T19:48:13.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.584770+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.590400+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.597108+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.603496+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.608373+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:48:13.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.610746+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:48:13.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.611446+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:48:13.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.616480+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.687992+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:48:13.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.690750+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:48:13.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.691599+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:48:13.580 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:13 smithi040 bash[21483]: audit 2024-04-01T19:48:12.697203+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.649 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.274434+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.650 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.280105+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.650 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.285036+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.650 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.313217+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.650 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.503147+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.650 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.509023+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.650 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.541142+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.650 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.543530+0000 mon.a (mon.0) 832 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-01T19:48:13.650 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.546963+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.650 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.549844+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi040.front.sepia.ceph.com:3000"}]: dispatch 2024-04-01T19:48:13.650 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.553730+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.650 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.557490+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.650 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.571967+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-01T19:48:13.651 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.579494+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi063.front.sepia.ceph.com:9093"}]: dispatch 2024-04-01T19:48:13.651 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.584770+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.651 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.590400+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.651 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.597108+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.651 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.603496+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.651 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.608373+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:48:13.651 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.610746+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:48:13.651 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.611446+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:48:13.651 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.616480+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:13.651 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.687992+0000 mon.a (mon.0) 847 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:48:13.651 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.690750+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:48:13.651 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.691599+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:48:13.651 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:13 smithi063 bash[22079]: audit 2024-04-01T19:48:12.697203+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:14.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:14 smithi046 bash[22057]: audit 2024-04-01T19:48:12.544050+0000 mgr.a (mgr.14403) 29 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-01T19:48:14.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:14 smithi046 bash[22057]: audit 2024-04-01T19:48:12.550437+0000 mgr.a (mgr.14403) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi040.front.sepia.ceph.com:3000"}]: dispatch 2024-04-01T19:48:14.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:14 smithi046 bash[22057]: audit 2024-04-01T19:48:12.572486+0000 mgr.a (mgr.14403) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-01T19:48:14.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:14 smithi046 bash[22057]: audit 2024-04-01T19:48:12.579947+0000 mgr.a (mgr.14403) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi063.front.sepia.ceph.com:9093"}]: dispatch 2024-04-01T19:48:14.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:14 smithi046 bash[22057]: cephadm 2024-04-01T19:48:12.616959+0000 mgr.a (mgr.14403) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:48:14.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:14 smithi046 bash[22057]: cephadm 2024-04-01T19:48:12.697759+0000 mgr.a (mgr.14403) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:48:14.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:14 smithi046 bash[22057]: cluster 2024-04-01T19:48:12.915311+0000 mgr.a (mgr.14403) 35 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-01T19:48:14.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:14 smithi046 bash[22057]: audit 2024-04-01T19:48:13.989707+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:48:14.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:14 smithi046 bash[22057]: audit 2024-04-01T19:48:14.155618+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:14.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:14 smithi046 bash[22057]: audit 2024-04-01T19:48:14.165643+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:14.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:14 smithi046 bash[22057]: audit 2024-04-01T19:48:14.185673+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:14.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:14 smithi040 bash[21483]: audit 2024-04-01T19:48:12.544050+0000 mgr.a (mgr.14403) 29 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-01T19:48:14.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:14 smithi040 bash[21483]: audit 2024-04-01T19:48:12.550437+0000 mgr.a (mgr.14403) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi040.front.sepia.ceph.com:3000"}]: dispatch 2024-04-01T19:48:14.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:14 smithi040 bash[21483]: audit 2024-04-01T19:48:12.572486+0000 mgr.a (mgr.14403) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-01T19:48:14.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:14 smithi040 bash[21483]: audit 2024-04-01T19:48:12.579947+0000 mgr.a (mgr.14403) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi063.front.sepia.ceph.com:9093"}]: dispatch 2024-04-01T19:48:14.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:14 smithi040 bash[21483]: cephadm 2024-04-01T19:48:12.616959+0000 mgr.a (mgr.14403) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:48:14.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:14 smithi040 bash[21483]: cephadm 2024-04-01T19:48:12.697759+0000 mgr.a (mgr.14403) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:48:14.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:14 smithi040 bash[21483]: cluster 2024-04-01T19:48:12.915311+0000 mgr.a (mgr.14403) 35 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-01T19:48:14.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:14 smithi040 bash[21483]: audit 2024-04-01T19:48:13.989707+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:48:14.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:14 smithi040 bash[21483]: audit 2024-04-01T19:48:14.155618+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:14.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:14 smithi040 bash[21483]: audit 2024-04-01T19:48:14.165643+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:14.579 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:14 smithi040 bash[21483]: audit 2024-04-01T19:48:14.185673+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:14.580 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:14 smithi063 bash[22079]: audit 2024-04-01T19:48:12.544050+0000 mgr.a (mgr.14403) 29 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-01T19:48:14.580 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:14 smithi063 bash[22079]: audit 2024-04-01T19:48:12.550437+0000 mgr.a (mgr.14403) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi040.front.sepia.ceph.com:3000"}]: dispatch 2024-04-01T19:48:14.580 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:14 smithi063 bash[22079]: audit 2024-04-01T19:48:12.572486+0000 mgr.a (mgr.14403) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-01T19:48:14.580 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:14 smithi063 bash[22079]: audit 2024-04-01T19:48:12.579947+0000 mgr.a (mgr.14403) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi063.front.sepia.ceph.com:9093"}]: dispatch 2024-04-01T19:48:14.580 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:14 smithi063 bash[22079]: cephadm 2024-04-01T19:48:12.616959+0000 mgr.a (mgr.14403) 33 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:48:14.580 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:14 smithi063 bash[22079]: cephadm 2024-04-01T19:48:12.697759+0000 mgr.a (mgr.14403) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-01T19:48:14.580 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:14 smithi063 bash[22079]: cluster 2024-04-01T19:48:12.915311+0000 mgr.a (mgr.14403) 35 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-01T19:48:14.580 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:14 smithi063 bash[22079]: audit 2024-04-01T19:48:13.989707+0000 mon.a (mon.0) 851 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:48:14.580 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:14 smithi063 bash[22079]: audit 2024-04-01T19:48:14.155618+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:14.580 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:14 smithi063 bash[22079]: audit 2024-04-01T19:48:14.165643+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:14.580 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:14 smithi063 bash[22079]: audit 2024-04-01T19:48:14.185673+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:16.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:16 smithi063 bash[22079]: cluster 2024-04-01T19:48:14.915940+0000 mgr.a (mgr.14403) 36 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-01T19:48:16.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:16 smithi063 bash[22079]: audit 2024-04-01T19:48:15.281389+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:16.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:16 smithi046 bash[22057]: cluster 2024-04-01T19:48:14.915940+0000 mgr.a (mgr.14403) 36 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-01T19:48:16.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:16 smithi046 bash[22057]: audit 2024-04-01T19:48:15.281389+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:16.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:16 smithi040 bash[21483]: cluster 2024-04-01T19:48:14.915940+0000 mgr.a (mgr.14403) 36 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-01T19:48:16.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:16 smithi040 bash[21483]: audit 2024-04-01T19:48:15.281389+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:18.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:18 smithi046 bash[22057]: cluster 2024-04-01T19:48:16.916538+0000 mgr.a (mgr.14403) 37 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-01T19:48:18.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:18 smithi040 bash[21483]: cluster 2024-04-01T19:48:16.916538+0000 mgr.a (mgr.14403) 37 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-01T19:48:18.678 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:18 smithi063 bash[22079]: cluster 2024-04-01T19:48:16.916538+0000 mgr.a (mgr.14403) 37 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-01T19:48:20.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:19 smithi040 bash[21483]: audit 2024-04-01T19:48:18.816841+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:20.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:19 smithi040 bash[21483]: cluster 2024-04-01T19:48:18.917184+0000 mgr.a (mgr.14403) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:20.160 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:19 smithi063 bash[22079]: audit 2024-04-01T19:48:18.816841+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:20.160 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:19 smithi063 bash[22079]: cluster 2024-04-01T19:48:18.917184+0000 mgr.a (mgr.14403) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:20.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:19 smithi046 bash[22057]: audit 2024-04-01T19:48:18.816841+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:20.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:19 smithi046 bash[22057]: cluster 2024-04-01T19:48:18.917184+0000 mgr.a (mgr.14403) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:22.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:21 smithi046 bash[22057]: audit 2024-04-01T19:48:20.763824+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:22.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:21 smithi046 bash[22057]: audit 2024-04-01T19:48:20.772973+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:22.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:21 smithi046 bash[22057]: audit 2024-04-01T19:48:20.783695+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:22.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:21 smithi046 bash[22057]: audit 2024-04-01T19:48:20.795480+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:48:22.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:21 smithi046 bash[22057]: audit 2024-04-01T19:48:20.801622+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:48:22.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:21 smithi046 bash[22057]: audit 2024-04-01T19:48:20.803568+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:48:22.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:21 smithi046 bash[22057]: audit 2024-04-01T19:48:20.813600+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:22.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:21 smithi046 bash[22057]: audit 2024-04-01T19:48:20.836162+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:22.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:21 smithi046 bash[22057]: cluster 2024-04-01T19:48:20.917627+0000 mgr.a (mgr.14403) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:22.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:21 smithi040 bash[21483]: audit 2024-04-01T19:48:20.763824+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:22.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:21 smithi040 bash[21483]: audit 2024-04-01T19:48:20.772973+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:22.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:21 smithi040 bash[21483]: audit 2024-04-01T19:48:20.783695+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:22.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:21 smithi040 bash[21483]: audit 2024-04-01T19:48:20.795480+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:48:22.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:21 smithi040 bash[21483]: audit 2024-04-01T19:48:20.801622+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:48:22.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:21 smithi040 bash[21483]: audit 2024-04-01T19:48:20.803568+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:48:22.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:21 smithi040 bash[21483]: audit 2024-04-01T19:48:20.813600+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:22.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:21 smithi040 bash[21483]: audit 2024-04-01T19:48:20.836162+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:22.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:21 smithi040 bash[21483]: cluster 2024-04-01T19:48:20.917627+0000 mgr.a (mgr.14403) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:22.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:21 smithi063 bash[22079]: audit 2024-04-01T19:48:20.763824+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:22.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:21 smithi063 bash[22079]: audit 2024-04-01T19:48:20.772973+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:22.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:21 smithi063 bash[22079]: audit 2024-04-01T19:48:20.783695+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:22.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:21 smithi063 bash[22079]: audit 2024-04-01T19:48:20.795480+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:48:22.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:21 smithi063 bash[22079]: audit 2024-04-01T19:48:20.801622+0000 mon.a (mon.0) 861 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:48:22.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:21 smithi063 bash[22079]: audit 2024-04-01T19:48:20.803568+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:48:22.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:21 smithi063 bash[22079]: audit 2024-04-01T19:48:20.813600+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:22.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:21 smithi063 bash[22079]: audit 2024-04-01T19:48:20.836162+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:22.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:21 smithi063 bash[22079]: cluster 2024-04-01T19:48:20.917627+0000 mgr.a (mgr.14403) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:24.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:23 smithi063 bash[22079]: cluster 2024-04-01T19:48:22.918139+0000 mgr.a (mgr.14403) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:24.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:23 smithi046 bash[22057]: cluster 2024-04-01T19:48:22.918139+0000 mgr.a (mgr.14403) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:24.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:23 smithi040 bash[21483]: cluster 2024-04-01T19:48:22.918139+0000 mgr.a (mgr.14403) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:26.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:25 smithi046 bash[22057]: cluster 2024-04-01T19:48:24.918694+0000 mgr.a (mgr.14403) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:26.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:25 smithi040 bash[21483]: cluster 2024-04-01T19:48:24.918694+0000 mgr.a (mgr.14403) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:26.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:25 smithi063 bash[22079]: cluster 2024-04-01T19:48:24.918694+0000 mgr.a (mgr.14403) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:28.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:27 smithi046 bash[22057]: cluster 2024-04-01T19:48:26.919272+0000 mgr.a (mgr.14403) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:28.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:27 smithi040 bash[21483]: cluster 2024-04-01T19:48:26.919272+0000 mgr.a (mgr.14403) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:28.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:27 smithi063 bash[22079]: cluster 2024-04-01T19:48:26.919272+0000 mgr.a (mgr.14403) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:30.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:29 smithi046 bash[22057]: cluster 2024-04-01T19:48:28.919808+0000 mgr.a (mgr.14403) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:30.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:29 smithi046 bash[22057]: audit 2024-04-01T19:48:28.990396+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:48:30.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:29 smithi040 bash[21483]: cluster 2024-04-01T19:48:28.919808+0000 mgr.a (mgr.14403) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:30.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:29 smithi040 bash[21483]: audit 2024-04-01T19:48:28.990396+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:48:30.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:29 smithi063 bash[22079]: cluster 2024-04-01T19:48:28.919808+0000 mgr.a (mgr.14403) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:30.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:29 smithi063 bash[22079]: audit 2024-04-01T19:48:28.990396+0000 mon.a (mon.0) 865 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:48:32.135 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:31 smithi046 bash[22057]: audit 2024-04-01T19:48:30.878514+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:32.135 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:31 smithi046 bash[22057]: audit 2024-04-01T19:48:30.883445+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:32.136 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:31 smithi046 bash[22057]: audit 2024-04-01T19:48:30.888553+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:32.136 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:31 smithi046 bash[22057]: cluster 2024-04-01T19:48:30.920208+0000 mgr.a (mgr.14403) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:32.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:31 smithi063 bash[22079]: audit 2024-04-01T19:48:30.878514+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:32.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:31 smithi063 bash[22079]: audit 2024-04-01T19:48:30.883445+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:32.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:31 smithi063 bash[22079]: audit 2024-04-01T19:48:30.888553+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:32.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:31 smithi063 bash[22079]: cluster 2024-04-01T19:48:30.920208+0000 mgr.a (mgr.14403) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:32.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:31 smithi040 bash[21483]: audit 2024-04-01T19:48:30.878514+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:32.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:31 smithi040 bash[21483]: audit 2024-04-01T19:48:30.883445+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:32.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:31 smithi040 bash[21483]: audit 2024-04-01T19:48:30.888553+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:32.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:31 smithi040 bash[21483]: cluster 2024-04-01T19:48:30.920208+0000 mgr.a (mgr.14403) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:34.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:33 smithi046 bash[22057]: cluster 2024-04-01T19:48:32.920717+0000 mgr.a (mgr.14403) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:34.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:33 smithi040 bash[21483]: cluster 2024-04-01T19:48:32.920717+0000 mgr.a (mgr.14403) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:34.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:33 smithi063 bash[22079]: cluster 2024-04-01T19:48:32.920717+0000 mgr.a (mgr.14403) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:35.665 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:35 smithi063 bash[22079]: audit 2024-04-01T19:48:34.400255+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:35.665 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:35 smithi063 bash[22079]: audit 2024-04-01T19:48:34.410040+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:35.665 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:35 smithi063 bash[22079]: audit 2024-04-01T19:48:34.421768+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:35.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:35 smithi046 bash[22057]: audit 2024-04-01T19:48:34.400255+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:35.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:35 smithi046 bash[22057]: audit 2024-04-01T19:48:34.410040+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:35.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:35 smithi046 bash[22057]: audit 2024-04-01T19:48:34.421768+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:35.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:35 smithi040 bash[21483]: audit 2024-04-01T19:48:34.400255+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:35.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:35 smithi040 bash[21483]: audit 2024-04-01T19:48:34.410040+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:35.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:35 smithi040 bash[21483]: audit 2024-04-01T19:48:34.421768+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:36.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:36 smithi063 bash[22079]: cluster 2024-04-01T19:48:34.921308+0000 mgr.a (mgr.14403) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:36.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:36 smithi046 bash[22057]: cluster 2024-04-01T19:48:34.921308+0000 mgr.a (mgr.14403) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:36.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:36 smithi040 bash[21483]: cluster 2024-04-01T19:48:34.921308+0000 mgr.a (mgr.14403) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:38.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:38 smithi063 bash[22079]: cluster 2024-04-01T19:48:36.921871+0000 mgr.a (mgr.14403) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:38.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:38 smithi046 bash[22057]: cluster 2024-04-01T19:48:36.921871+0000 mgr.a (mgr.14403) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:38.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:38 smithi040 bash[21483]: cluster 2024-04-01T19:48:36.921871+0000 mgr.a (mgr.14403) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:40.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:40 smithi063 bash[22079]: cluster 2024-04-01T19:48:38.922435+0000 mgr.a (mgr.14403) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:40.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:40 smithi063 bash[22079]: audit 2024-04-01T19:48:39.771066+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:40.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:40 smithi063 bash[22079]: audit 2024-04-01T19:48:39.780823+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:40.682 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:40 smithi063 bash[22079]: audit 2024-04-01T19:48:39.791712+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:40.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:40 smithi046 bash[22057]: cluster 2024-04-01T19:48:38.922435+0000 mgr.a (mgr.14403) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:40.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:40 smithi046 bash[22057]: audit 2024-04-01T19:48:39.771066+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:40.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:40 smithi046 bash[22057]: audit 2024-04-01T19:48:39.780823+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:40.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:40 smithi046 bash[22057]: audit 2024-04-01T19:48:39.791712+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:40.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:40 smithi040 bash[21483]: cluster 2024-04-01T19:48:38.922435+0000 mgr.a (mgr.14403) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:40.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:40 smithi040 bash[21483]: audit 2024-04-01T19:48:39.771066+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:40.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:40 smithi040 bash[21483]: audit 2024-04-01T19:48:39.780823+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:40.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:40 smithi040 bash[21483]: audit 2024-04-01T19:48:39.791712+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:42.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:42 smithi046 bash[22057]: cluster 2024-04-01T19:48:40.922994+0000 mgr.a (mgr.14403) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:42.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:42 smithi040 bash[21483]: cluster 2024-04-01T19:48:40.922994+0000 mgr.a (mgr.14403) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:42.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:42 smithi063 bash[22079]: cluster 2024-04-01T19:48:40.922994+0000 mgr.a (mgr.14403) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:44.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:44 smithi046 bash[22057]: cluster 2024-04-01T19:48:42.923538+0000 mgr.a (mgr.14403) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:44.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:44 smithi046 bash[22057]: audit 2024-04-01T19:48:43.990855+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:48:44.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:44 smithi040 bash[21483]: cluster 2024-04-01T19:48:42.923538+0000 mgr.a (mgr.14403) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:44.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:44 smithi040 bash[21483]: audit 2024-04-01T19:48:43.990855+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:48:44.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:44 smithi063 bash[22079]: cluster 2024-04-01T19:48:42.923538+0000 mgr.a (mgr.14403) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:44.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:44 smithi063 bash[22079]: audit 2024-04-01T19:48:43.990855+0000 mon.a (mon.0) 875 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:48:46.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:46 smithi046 bash[22057]: cluster 2024-04-01T19:48:44.924083+0000 mgr.a (mgr.14403) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:46.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:46 smithi040 bash[21483]: cluster 2024-04-01T19:48:44.924083+0000 mgr.a (mgr.14403) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:46.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:46 smithi063 bash[22079]: cluster 2024-04-01T19:48:44.924083+0000 mgr.a (mgr.14403) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:48.730 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:48 smithi040 bash[21483]: cluster 2024-04-01T19:48:46.924610+0000 mgr.a (mgr.14403) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:48.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:48 smithi046 bash[22057]: cluster 2024-04-01T19:48:46.924610+0000 mgr.a (mgr.14403) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:48.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:48 smithi063 bash[22079]: cluster 2024-04-01T19:48:46.924610+0000 mgr.a (mgr.14403) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:50.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:50 smithi040 bash[21483]: cluster 2024-04-01T19:48:48.924991+0000 mgr.a (mgr.14403) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:50.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:50 smithi046 bash[22057]: cluster 2024-04-01T19:48:48.924991+0000 mgr.a (mgr.14403) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:50.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:50 smithi063 bash[22079]: cluster 2024-04-01T19:48:48.924991+0000 mgr.a (mgr.14403) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:52.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:52 smithi046 bash[22057]: cluster 2024-04-01T19:48:50.925429+0000 mgr.a (mgr.14403) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:52.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:52 smithi046 bash[22057]: audit 2024-04-01T19:48:51.040691+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:52.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:52 smithi046 bash[22057]: audit 2024-04-01T19:48:51.046387+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:52.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:52 smithi046 bash[22057]: audit 2024-04-01T19:48:51.053810+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:52.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:52 smithi040 bash[21483]: cluster 2024-04-01T19:48:50.925429+0000 mgr.a (mgr.14403) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:52.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:52 smithi040 bash[21483]: audit 2024-04-01T19:48:51.040691+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:52.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:52 smithi040 bash[21483]: audit 2024-04-01T19:48:51.046387+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:52.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:52 smithi040 bash[21483]: audit 2024-04-01T19:48:51.053810+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:52.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:52 smithi063 bash[22079]: cluster 2024-04-01T19:48:50.925429+0000 mgr.a (mgr.14403) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:52.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:52 smithi063 bash[22079]: audit 2024-04-01T19:48:51.040691+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:52.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:52 smithi063 bash[22079]: audit 2024-04-01T19:48:51.046387+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:52.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:52 smithi063 bash[22079]: audit 2024-04-01T19:48:51.053810+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:54.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:54 smithi046 bash[22057]: cluster 2024-04-01T19:48:52.925945+0000 mgr.a (mgr.14403) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:54.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:54 smithi040 bash[21483]: cluster 2024-04-01T19:48:52.925945+0000 mgr.a (mgr.14403) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:54.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:54 smithi063 bash[22079]: cluster 2024-04-01T19:48:52.925945+0000 mgr.a (mgr.14403) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:55.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:55 smithi063 bash[22079]: audit 2024-04-01T19:48:54.615512+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:55.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:55 smithi063 bash[22079]: audit 2024-04-01T19:48:54.625160+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:55.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:55 smithi063 bash[22079]: audit 2024-04-01T19:48:54.635588+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:55.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:55 smithi063 bash[22079]: cluster 2024-04-01T19:48:54.926532+0000 mgr.a (mgr.14403) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:56.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:55 smithi046 bash[22057]: audit 2024-04-01T19:48:54.615512+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:56.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:55 smithi046 bash[22057]: audit 2024-04-01T19:48:54.625160+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:56.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:55 smithi046 bash[22057]: audit 2024-04-01T19:48:54.635588+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:56.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:55 smithi046 bash[22057]: cluster 2024-04-01T19:48:54.926532+0000 mgr.a (mgr.14403) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:56.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:55 smithi040 bash[21483]: audit 2024-04-01T19:48:54.615512+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:56.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:55 smithi040 bash[21483]: audit 2024-04-01T19:48:54.625160+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:56.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:55 smithi040 bash[21483]: audit 2024-04-01T19:48:54.635588+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:48:56.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:55 smithi040 bash[21483]: cluster 2024-04-01T19:48:54.926532+0000 mgr.a (mgr.14403) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:58.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:57 smithi046 bash[22057]: cluster 2024-04-01T19:48:56.927136+0000 mgr.a (mgr.14403) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:58.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:57 smithi040 bash[21483]: cluster 2024-04-01T19:48:56.927136+0000 mgr.a (mgr.14403) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:48:58.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:57 smithi063 bash[22079]: cluster 2024-04-01T19:48:56.927136+0000 mgr.a (mgr.14403) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:00.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:59 smithi046 bash[22057]: cluster 2024-04-01T19:48:58.927609+0000 mgr.a (mgr.14403) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:00.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:48:59 smithi046 bash[22057]: audit 2024-04-01T19:48:58.991133+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:49:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:59 smithi040 bash[21483]: cluster 2024-04-01T19:48:58.927609+0000 mgr.a (mgr.14403) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:00.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:48:59 smithi040 bash[21483]: audit 2024-04-01T19:48:58.991133+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:49:00.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:59 smithi063 bash[22079]: cluster 2024-04-01T19:48:58.927609+0000 mgr.a (mgr.14403) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:00.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:48:59 smithi063 bash[22079]: audit 2024-04-01T19:48:58.991133+0000 mon.a (mon.0) 882 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:49:01.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:01 smithi046 bash[22057]: audit 2024-04-01T19:49:00.011366+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:01.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:01 smithi046 bash[22057]: audit 2024-04-01T19:49:00.018248+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:01.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:01 smithi046 bash[22057]: audit 2024-04-01T19:49:00.026399+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:01.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:01 smithi040 bash[21483]: audit 2024-04-01T19:49:00.011366+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:01.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:01 smithi040 bash[21483]: audit 2024-04-01T19:49:00.018248+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:01.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:01 smithi040 bash[21483]: audit 2024-04-01T19:49:00.026399+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:01.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:01 smithi063 bash[22079]: audit 2024-04-01T19:49:00.011366+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:01.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:01 smithi063 bash[22079]: audit 2024-04-01T19:49:00.018248+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:01.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:01 smithi063 bash[22079]: audit 2024-04-01T19:49:00.026399+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:02.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:02 smithi046 bash[22057]: cluster 2024-04-01T19:49:00.928246+0000 mgr.a (mgr.14403) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:02.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:02 smithi040 bash[21483]: cluster 2024-04-01T19:49:00.928246+0000 mgr.a (mgr.14403) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:02.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:02 smithi063 bash[22079]: cluster 2024-04-01T19:49:00.928246+0000 mgr.a (mgr.14403) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:04.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:04 smithi046 bash[22057]: cluster 2024-04-01T19:49:02.928880+0000 mgr.a (mgr.14403) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:04.319 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:04 smithi040 bash[21483]: cluster 2024-04-01T19:49:02.928880+0000 mgr.a (mgr.14403) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:04.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:04 smithi063 bash[22079]: cluster 2024-04-01T19:49:02.928880+0000 mgr.a (mgr.14403) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:04.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:49:04 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:49:04] "GET /metrics HTTP/1.1" 200 21444 "" "Prometheus/2.43.0" 2024-04-01T19:49:06.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:06 smithi046 bash[22057]: cluster 2024-04-01T19:49:04.929469+0000 mgr.a (mgr.14403) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:06.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:06 smithi040 bash[21483]: cluster 2024-04-01T19:49:04.929469+0000 mgr.a (mgr.14403) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:06.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:06 smithi063 bash[22079]: cluster 2024-04-01T19:49:04.929469+0000 mgr.a (mgr.14403) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:08.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:08 smithi046 bash[22057]: cluster 2024-04-01T19:49:06.929996+0000 mgr.a (mgr.14403) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:08.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:08 smithi040 bash[21483]: cluster 2024-04-01T19:49:06.929996+0000 mgr.a (mgr.14403) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:08.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:08 smithi063 bash[22079]: cluster 2024-04-01T19:49:06.929996+0000 mgr.a (mgr.14403) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:10.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:10 smithi046 bash[22057]: cluster 2024-04-01T19:49:08.930545+0000 mgr.a (mgr.14403) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:10.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:10 smithi040 bash[21483]: cluster 2024-04-01T19:49:08.930545+0000 mgr.a (mgr.14403) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:10.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:10 smithi063 bash[22079]: cluster 2024-04-01T19:49:08.930545+0000 mgr.a (mgr.14403) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:12.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:12 smithi040 bash[21483]: cluster 2024-04-01T19:49:10.931061+0000 mgr.a (mgr.14403) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:12.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:12 smithi040 bash[21483]: audit 2024-04-01T19:49:11.181595+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:12.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:12 smithi040 bash[21483]: audit 2024-04-01T19:49:11.187564+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:12.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:12 smithi040 bash[21483]: audit 2024-04-01T19:49:11.194599+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:12.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:12 smithi063 bash[22079]: cluster 2024-04-01T19:49:10.931061+0000 mgr.a (mgr.14403) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:12.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:12 smithi063 bash[22079]: audit 2024-04-01T19:49:11.181595+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:12.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:12 smithi063 bash[22079]: audit 2024-04-01T19:49:11.187564+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:12.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:12 smithi063 bash[22079]: audit 2024-04-01T19:49:11.194599+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:12.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:12 smithi046 bash[22057]: cluster 2024-04-01T19:49:10.931061+0000 mgr.a (mgr.14403) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:12.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:12 smithi046 bash[22057]: audit 2024-04-01T19:49:11.181595+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:12.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:12 smithi046 bash[22057]: audit 2024-04-01T19:49:11.187564+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:12.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:12 smithi046 bash[22057]: audit 2024-04-01T19:49:11.194599+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:14.542 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:14 smithi063 bash[22079]: cluster 2024-04-01T19:49:12.931633+0000 mgr.a (mgr.14403) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:14.543 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:14 smithi063 bash[22079]: audit 2024-04-01T19:49:13.991567+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:49:14.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:14 smithi046 bash[22057]: cluster 2024-04-01T19:49:12.931633+0000 mgr.a (mgr.14403) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:14.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:14 smithi046 bash[22057]: audit 2024-04-01T19:49:13.991567+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:49:14.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:49:14 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:49:14] "GET /metrics HTTP/1.1" 200 21445 "" "Prometheus/2.43.0" 2024-04-01T19:49:14.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:14 smithi040 bash[21483]: cluster 2024-04-01T19:49:12.931633+0000 mgr.a (mgr.14403) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:14.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:14 smithi040 bash[21483]: audit 2024-04-01T19:49:13.991567+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:49:16.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:15 smithi046 bash[22057]: audit 2024-04-01T19:49:14.813754+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:16.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:15 smithi046 bash[22057]: audit 2024-04-01T19:49:14.823677+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:16.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:15 smithi046 bash[22057]: audit 2024-04-01T19:49:14.834753+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:16.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:15 smithi046 bash[22057]: cluster 2024-04-01T19:49:14.932181+0000 mgr.a (mgr.14403) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:16.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:15 smithi040 bash[21483]: audit 2024-04-01T19:49:14.813754+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:16.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:15 smithi040 bash[21483]: audit 2024-04-01T19:49:14.823677+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:16.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:15 smithi040 bash[21483]: audit 2024-04-01T19:49:14.834753+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:16.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:15 smithi040 bash[21483]: cluster 2024-04-01T19:49:14.932181+0000 mgr.a (mgr.14403) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:16.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:15 smithi063 bash[22079]: audit 2024-04-01T19:49:14.813754+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:16.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:15 smithi063 bash[22079]: audit 2024-04-01T19:49:14.823677+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:16.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:15 smithi063 bash[22079]: audit 2024-04-01T19:49:14.834753+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:16.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:15 smithi063 bash[22079]: cluster 2024-04-01T19:49:14.932181+0000 mgr.a (mgr.14403) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:18.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:17 smithi046 bash[22057]: cluster 2024-04-01T19:49:16.932794+0000 mgr.a (mgr.14403) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:18.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:17 smithi040 bash[21483]: cluster 2024-04-01T19:49:16.932794+0000 mgr.a (mgr.14403) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:18.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:17 smithi063 bash[22079]: cluster 2024-04-01T19:49:16.932794+0000 mgr.a (mgr.14403) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:20.257 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:19 smithi063 bash[22079]: cluster 2024-04-01T19:49:18.933462+0000 mgr.a (mgr.14403) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:20.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:19 smithi046 bash[22057]: cluster 2024-04-01T19:49:18.933462+0000 mgr.a (mgr.14403) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:20.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:19 smithi040 bash[21483]: cluster 2024-04-01T19:49:18.933462+0000 mgr.a (mgr.14403) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:21.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:21 smithi046 bash[22057]: audit 2024-04-01T19:49:20.239644+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:21.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:21 smithi046 bash[22057]: audit 2024-04-01T19:49:20.249217+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:21.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:21 smithi046 bash[22057]: audit 2024-04-01T19:49:20.259638+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:21.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:21 smithi046 bash[22057]: audit 2024-04-01T19:49:20.953395+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:49:21.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:21 smithi046 bash[22057]: audit 2024-04-01T19:49:20.959573+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:49:21.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:21 smithi046 bash[22057]: audit 2024-04-01T19:49:20.961398+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:49:21.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:21 smithi046 bash[22057]: audit 2024-04-01T19:49:20.972027+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:21.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:21 smithi040 bash[21483]: audit 2024-04-01T19:49:20.239644+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:21.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:21 smithi040 bash[21483]: audit 2024-04-01T19:49:20.249217+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:21.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:21 smithi040 bash[21483]: audit 2024-04-01T19:49:20.259638+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:21.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:21 smithi040 bash[21483]: audit 2024-04-01T19:49:20.953395+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:49:21.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:21 smithi040 bash[21483]: audit 2024-04-01T19:49:20.959573+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:49:21.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:21 smithi040 bash[21483]: audit 2024-04-01T19:49:20.961398+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:49:21.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:21 smithi040 bash[21483]: audit 2024-04-01T19:49:20.972027+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:21.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:21 smithi063 bash[22079]: audit 2024-04-01T19:49:20.239644+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:21.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:21 smithi063 bash[22079]: audit 2024-04-01T19:49:20.249217+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:21.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:21 smithi063 bash[22079]: audit 2024-04-01T19:49:20.259638+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:21.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:21 smithi063 bash[22079]: audit 2024-04-01T19:49:20.953395+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:49:21.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:21 smithi063 bash[22079]: audit 2024-04-01T19:49:20.959573+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:49:21.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:21 smithi063 bash[22079]: audit 2024-04-01T19:49:20.961398+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:49:21.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:21 smithi063 bash[22079]: audit 2024-04-01T19:49:20.972027+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:22.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:22 smithi046 bash[22057]: cluster 2024-04-01T19:49:20.933978+0000 mgr.a (mgr.14403) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:22.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:22 smithi040 bash[21483]: cluster 2024-04-01T19:49:20.933978+0000 mgr.a (mgr.14403) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:22.678 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:22 smithi063 bash[22079]: cluster 2024-04-01T19:49:20.933978+0000 mgr.a (mgr.14403) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:24.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:24 smithi046 bash[22057]: cluster 2024-04-01T19:49:22.934553+0000 mgr.a (mgr.14403) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:24.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:49:24 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:49:24] "GET /metrics HTTP/1.1" 200 21445 "" "Prometheus/2.43.0" 2024-04-01T19:49:24.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:24 smithi040 bash[21483]: cluster 2024-04-01T19:49:22.934553+0000 mgr.a (mgr.14403) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:24.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:24 smithi063 bash[22079]: cluster 2024-04-01T19:49:22.934553+0000 mgr.a (mgr.14403) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:26.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:26 smithi046 bash[22057]: cluster 2024-04-01T19:49:24.935073+0000 mgr.a (mgr.14403) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:26.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:26 smithi040 bash[21483]: cluster 2024-04-01T19:49:24.935073+0000 mgr.a (mgr.14403) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:26.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:26 smithi063 bash[22079]: cluster 2024-04-01T19:49:24.935073+0000 mgr.a (mgr.14403) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:28.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:28 smithi046 bash[22057]: cluster 2024-04-01T19:49:26.935548+0000 mgr.a (mgr.14403) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:28.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:28 smithi040 bash[21483]: cluster 2024-04-01T19:49:26.935548+0000 mgr.a (mgr.14403) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:28.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:28 smithi063 bash[22079]: cluster 2024-04-01T19:49:26.935548+0000 mgr.a (mgr.14403) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:29.547 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:29 smithi040 bash[21483]: audit 2024-04-01T19:49:28.992284+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:49:29.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:29 smithi046 bash[22057]: audit 2024-04-01T19:49:28.992284+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:49:29.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:29 smithi063 bash[22079]: audit 2024-04-01T19:49:28.992284+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:49:30.546 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:30 smithi040 bash[21483]: cluster 2024-04-01T19:49:28.936119+0000 mgr.a (mgr.14403) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:30.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:30 smithi046 bash[22057]: cluster 2024-04-01T19:49:28.936119+0000 mgr.a (mgr.14403) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:30.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:30 smithi063 bash[22079]: cluster 2024-04-01T19:49:28.936119+0000 mgr.a (mgr.14403) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:32.614 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:32 smithi046 bash[22057]: cluster 2024-04-01T19:49:30.936716+0000 mgr.a (mgr.14403) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:32.615 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:32 smithi046 bash[22057]: audit 2024-04-01T19:49:31.359236+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:32.615 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:32 smithi046 bash[22057]: audit 2024-04-01T19:49:31.366466+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:32.615 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:32 smithi046 bash[22057]: audit 2024-04-01T19:49:31.376552+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:32.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:32 smithi063 bash[22079]: cluster 2024-04-01T19:49:30.936716+0000 mgr.a (mgr.14403) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:32.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:32 smithi063 bash[22079]: audit 2024-04-01T19:49:31.359236+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:32.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:32 smithi063 bash[22079]: audit 2024-04-01T19:49:31.366466+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:32.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:32 smithi063 bash[22079]: audit 2024-04-01T19:49:31.376552+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:32.691 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:32 smithi040 bash[21483]: cluster 2024-04-01T19:49:30.936716+0000 mgr.a (mgr.14403) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:32.691 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:32 smithi040 bash[21483]: audit 2024-04-01T19:49:31.359236+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:32.692 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:32 smithi040 bash[21483]: audit 2024-04-01T19:49:31.366466+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:32.692 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:32 smithi040 bash[21483]: audit 2024-04-01T19:49:31.376552+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:34.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:34 smithi040 bash[21483]: cluster 2024-04-01T19:49:32.937352+0000 mgr.a (mgr.14403) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:34.578 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:49:34 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:49:34] "GET /metrics HTTP/1.1" 200 21446 "" "Prometheus/2.43.0" 2024-04-01T19:49:34.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:34 smithi063 bash[22079]: cluster 2024-04-01T19:49:32.937352+0000 mgr.a (mgr.14403) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:34.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:34 smithi046 bash[22057]: cluster 2024-04-01T19:49:32.937352+0000 mgr.a (mgr.14403) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:36.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:35 smithi046 bash[22057]: cluster 2024-04-01T19:49:34.938041+0000 mgr.a (mgr.14403) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:36.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:35 smithi046 bash[22057]: audit 2024-04-01T19:49:34.982617+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:36.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:35 smithi046 bash[22057]: audit 2024-04-01T19:49:34.992208+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:36.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:35 smithi046 bash[22057]: audit 2024-04-01T19:49:35.002604+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:36.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:35 smithi040 bash[21483]: cluster 2024-04-01T19:49:34.938041+0000 mgr.a (mgr.14403) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:36.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:35 smithi040 bash[21483]: audit 2024-04-01T19:49:34.982617+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:36.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:35 smithi040 bash[21483]: audit 2024-04-01T19:49:34.992208+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:36.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:35 smithi040 bash[21483]: audit 2024-04-01T19:49:35.002604+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:36.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:35 smithi063 bash[22079]: cluster 2024-04-01T19:49:34.938041+0000 mgr.a (mgr.14403) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:36.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:35 smithi063 bash[22079]: audit 2024-04-01T19:49:34.982617+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:36.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:35 smithi063 bash[22079]: audit 2024-04-01T19:49:34.992208+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:36.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:35 smithi063 bash[22079]: audit 2024-04-01T19:49:35.002604+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:38.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:37 smithi063 bash[22079]: cluster 2024-04-01T19:49:36.938699+0000 mgr.a (mgr.14403) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:38.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:37 smithi046 bash[22057]: cluster 2024-04-01T19:49:36.938699+0000 mgr.a (mgr.14403) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:38.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:37 smithi040 bash[21483]: cluster 2024-04-01T19:49:36.938699+0000 mgr.a (mgr.14403) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:40.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:39 smithi046 bash[22057]: cluster 2024-04-01T19:49:38.939316+0000 mgr.a (mgr.14403) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:40.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:39 smithi040 bash[21483]: cluster 2024-04-01T19:49:38.939316+0000 mgr.a (mgr.14403) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:40.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:39 smithi063 bash[22079]: cluster 2024-04-01T19:49:38.939316+0000 mgr.a (mgr.14403) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:41.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:41 smithi046 bash[22057]: audit 2024-04-01T19:49:40.475462+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:41.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:41 smithi046 bash[22057]: audit 2024-04-01T19:49:40.485197+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:41.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:41 smithi046 bash[22057]: audit 2024-04-01T19:49:40.495747+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:41.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:41 smithi040 bash[21483]: audit 2024-04-01T19:49:40.475462+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:41.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:41 smithi040 bash[21483]: audit 2024-04-01T19:49:40.485197+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:41.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:41 smithi040 bash[21483]: audit 2024-04-01T19:49:40.495747+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:41.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:41 smithi063 bash[22079]: audit 2024-04-01T19:49:40.475462+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:41.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:41 smithi063 bash[22079]: audit 2024-04-01T19:49:40.485197+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:41.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:41 smithi063 bash[22079]: audit 2024-04-01T19:49:40.495747+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:42.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:42 smithi046 bash[22057]: cluster 2024-04-01T19:49:40.940002+0000 mgr.a (mgr.14403) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:42.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:42 smithi040 bash[21483]: cluster 2024-04-01T19:49:40.940002+0000 mgr.a (mgr.14403) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:42.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:42 smithi063 bash[22079]: cluster 2024-04-01T19:49:40.940002+0000 mgr.a (mgr.14403) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:44.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:49:44 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:49:44] "GET /metrics HTTP/1.1" 200 21443 "" "Prometheus/2.43.0" 2024-04-01T19:49:44.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:44 smithi040 bash[21483]: cluster 2024-04-01T19:49:42.940566+0000 mgr.a (mgr.14403) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:44.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:44 smithi040 bash[21483]: audit 2024-04-01T19:49:43.992415+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:49:44.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:44 smithi046 bash[22057]: cluster 2024-04-01T19:49:42.940566+0000 mgr.a (mgr.14403) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:44.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:44 smithi046 bash[22057]: audit 2024-04-01T19:49:43.992415+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:49:44.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:44 smithi063 bash[22079]: cluster 2024-04-01T19:49:42.940566+0000 mgr.a (mgr.14403) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:44.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:44 smithi063 bash[22079]: audit 2024-04-01T19:49:43.992415+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:49:46.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:46 smithi046 bash[22057]: cluster 2024-04-01T19:49:44.941104+0000 mgr.a (mgr.14403) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:46.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:46 smithi040 bash[21483]: cluster 2024-04-01T19:49:44.941104+0000 mgr.a (mgr.14403) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:46.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:46 smithi063 bash[22079]: cluster 2024-04-01T19:49:44.941104+0000 mgr.a (mgr.14403) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:48.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:48 smithi046 bash[22057]: cluster 2024-04-01T19:49:46.941664+0000 mgr.a (mgr.14403) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:48.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:48 smithi040 bash[21483]: cluster 2024-04-01T19:49:46.941664+0000 mgr.a (mgr.14403) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:48.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:48 smithi063 bash[22079]: cluster 2024-04-01T19:49:46.941664+0000 mgr.a (mgr.14403) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:50.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:50 smithi046 bash[22057]: cluster 2024-04-01T19:49:48.942201+0000 mgr.a (mgr.14403) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:50.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:50 smithi040 bash[21483]: cluster 2024-04-01T19:49:48.942201+0000 mgr.a (mgr.14403) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:50.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:50 smithi063 bash[22079]: cluster 2024-04-01T19:49:48.942201+0000 mgr.a (mgr.14403) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:52.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:52 smithi046 bash[22057]: cluster 2024-04-01T19:49:50.942740+0000 mgr.a (mgr.14403) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:52.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:52 smithi046 bash[22057]: audit 2024-04-01T19:49:51.522053+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:52.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:52 smithi046 bash[22057]: audit 2024-04-01T19:49:51.528587+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:52.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:52 smithi046 bash[22057]: audit 2024-04-01T19:49:51.537636+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:52.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:52 smithi040 bash[21483]: cluster 2024-04-01T19:49:50.942740+0000 mgr.a (mgr.14403) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:52.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:52 smithi040 bash[21483]: audit 2024-04-01T19:49:51.522053+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:52.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:52 smithi040 bash[21483]: audit 2024-04-01T19:49:51.528587+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:52.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:52 smithi040 bash[21483]: audit 2024-04-01T19:49:51.537636+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:52.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:52 smithi063 bash[22079]: cluster 2024-04-01T19:49:50.942740+0000 mgr.a (mgr.14403) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:52.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:52 smithi063 bash[22079]: audit 2024-04-01T19:49:51.522053+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:52.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:52 smithi063 bash[22079]: audit 2024-04-01T19:49:51.528587+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:52.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:52 smithi063 bash[22079]: audit 2024-04-01T19:49:51.537636+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:53.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:53 smithi040 bash[21483]: cluster 2024-04-01T19:49:52.943258+0000 mgr.a (mgr.14403) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:53.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:53 smithi046 bash[22057]: cluster 2024-04-01T19:49:52.943258+0000 mgr.a (mgr.14403) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:53.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:53 smithi063 bash[22079]: cluster 2024-04-01T19:49:52.943258+0000 mgr.a (mgr.14403) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:54.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:49:54 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:49:54] "GET /metrics HTTP/1.1" 200 21443 "" "Prometheus/2.43.0" 2024-04-01T19:49:56.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:56 smithi063 bash[22079]: cluster 2024-04-01T19:49:54.943811+0000 mgr.a (mgr.14403) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:56.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:56 smithi063 bash[22079]: audit 2024-04-01T19:49:55.137862+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:56.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:56 smithi063 bash[22079]: audit 2024-04-01T19:49:55.147684+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:56.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:56 smithi063 bash[22079]: audit 2024-04-01T19:49:55.158623+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:56.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:56 smithi046 bash[22057]: cluster 2024-04-01T19:49:54.943811+0000 mgr.a (mgr.14403) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:56.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:56 smithi046 bash[22057]: audit 2024-04-01T19:49:55.137862+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:56.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:56 smithi046 bash[22057]: audit 2024-04-01T19:49:55.147684+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:56.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:56 smithi046 bash[22057]: audit 2024-04-01T19:49:55.158623+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:56.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:56 smithi040 bash[21483]: cluster 2024-04-01T19:49:54.943811+0000 mgr.a (mgr.14403) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:56.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:56 smithi040 bash[21483]: audit 2024-04-01T19:49:55.137862+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:56.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:56 smithi040 bash[21483]: audit 2024-04-01T19:49:55.147684+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:56.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:56 smithi040 bash[21483]: audit 2024-04-01T19:49:55.158623+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:49:58.291 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:58 smithi063 bash[22079]: cluster 2024-04-01T19:49:56.944381+0000 mgr.a (mgr.14403) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:58.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:58 smithi046 bash[22057]: cluster 2024-04-01T19:49:56.944381+0000 mgr.a (mgr.14403) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:58.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:58 smithi040 bash[21483]: cluster 2024-04-01T19:49:56.944381+0000 mgr.a (mgr.14403) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:49:59.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:49:59 smithi063 bash[22079]: audit 2024-04-01T19:49:58.992923+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:49:59.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:49:59 smithi046 bash[22057]: audit 2024-04-01T19:49:58.992923+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:49:59.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:49:59 smithi040 bash[21483]: audit 2024-04-01T19:49:58.992923+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:50:00.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:00 smithi063 bash[22079]: cluster 2024-04-01T19:49:58.944907+0000 mgr.a (mgr.14403) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:00.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:00 smithi063 bash[22079]: cluster 2024-04-01T19:50:00.000154+0000 mon.a (mon.0) 918 : cluster [INF] overall HEALTH_OK 2024-04-01T19:50:00.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:00 smithi046 bash[22057]: cluster 2024-04-01T19:49:58.944907+0000 mgr.a (mgr.14403) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:00.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:00 smithi046 bash[22057]: cluster 2024-04-01T19:50:00.000154+0000 mon.a (mon.0) 918 : cluster [INF] overall HEALTH_OK 2024-04-01T19:50:00.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:00 smithi040 bash[21483]: cluster 2024-04-01T19:49:58.944907+0000 mgr.a (mgr.14403) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:00.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:00 smithi040 bash[21483]: cluster 2024-04-01T19:50:00.000154+0000 mon.a (mon.0) 918 : cluster [INF] overall HEALTH_OK 2024-04-01T19:50:02.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:01 smithi046 bash[22057]: audit 2024-04-01T19:50:00.708923+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:02.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:01 smithi046 bash[22057]: audit 2024-04-01T19:50:00.720042+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:02.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:01 smithi046 bash[22057]: audit 2024-04-01T19:50:00.731901+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:02.059 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:01 smithi046 bash[22057]: cluster 2024-04-01T19:50:00.945459+0000 mgr.a (mgr.14403) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:02.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:01 smithi040 bash[21483]: audit 2024-04-01T19:50:00.708923+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:02.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:01 smithi040 bash[21483]: audit 2024-04-01T19:50:00.720042+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:02.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:01 smithi040 bash[21483]: audit 2024-04-01T19:50:00.731901+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:02.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:01 smithi040 bash[21483]: cluster 2024-04-01T19:50:00.945459+0000 mgr.a (mgr.14403) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:02.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:01 smithi063 bash[22079]: audit 2024-04-01T19:50:00.708923+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:02.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:01 smithi063 bash[22079]: audit 2024-04-01T19:50:00.720042+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:02.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:01 smithi063 bash[22079]: audit 2024-04-01T19:50:00.731901+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:02.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:01 smithi063 bash[22079]: cluster 2024-04-01T19:50:00.945459+0000 mgr.a (mgr.14403) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:04.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:04 smithi046 bash[22057]: cluster 2024-04-01T19:50:02.945964+0000 mgr.a (mgr.14403) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:04.316 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:04 smithi040 bash[21483]: cluster 2024-04-01T19:50:02.945964+0000 mgr.a (mgr.14403) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:04.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:04 smithi063 bash[22079]: cluster 2024-04-01T19:50:02.945964+0000 mgr.a (mgr.14403) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:04.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:50:04 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:50:04] "GET /metrics HTTP/1.1" 200 21445 "" "Prometheus/2.43.0" 2024-04-01T19:50:06.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:06 smithi046 bash[22057]: cluster 2024-04-01T19:50:04.946620+0000 mgr.a (mgr.14403) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:06.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:06 smithi040 bash[21483]: cluster 2024-04-01T19:50:04.946620+0000 mgr.a (mgr.14403) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:06.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:06 smithi063 bash[22079]: cluster 2024-04-01T19:50:04.946620+0000 mgr.a (mgr.14403) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:08.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:08 smithi046 bash[22057]: cluster 2024-04-01T19:50:06.947151+0000 mgr.a (mgr.14403) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:08.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:08 smithi040 bash[21483]: cluster 2024-04-01T19:50:06.947151+0000 mgr.a (mgr.14403) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:08.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:08 smithi063 bash[22079]: cluster 2024-04-01T19:50:06.947151+0000 mgr.a (mgr.14403) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:10.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:10 smithi046 bash[22057]: cluster 2024-04-01T19:50:08.947709+0000 mgr.a (mgr.14403) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:10.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:10 smithi040 bash[21483]: cluster 2024-04-01T19:50:08.947709+0000 mgr.a (mgr.14403) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:10.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:10 smithi063 bash[22079]: cluster 2024-04-01T19:50:08.947709+0000 mgr.a (mgr.14403) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:12.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:12 smithi046 bash[22057]: cluster 2024-04-01T19:50:10.948273+0000 mgr.a (mgr.14403) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:12.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:12 smithi046 bash[22057]: audit 2024-04-01T19:50:11.697389+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:12.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:12 smithi046 bash[22057]: audit 2024-04-01T19:50:11.706819+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:12.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:12 smithi046 bash[22057]: audit 2024-04-01T19:50:11.717440+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:12.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:12 smithi040 bash[21483]: cluster 2024-04-01T19:50:10.948273+0000 mgr.a (mgr.14403) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:12.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:12 smithi040 bash[21483]: audit 2024-04-01T19:50:11.697389+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:12.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:12 smithi040 bash[21483]: audit 2024-04-01T19:50:11.706819+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:12.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:12 smithi040 bash[21483]: audit 2024-04-01T19:50:11.717440+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:12.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:12 smithi063 bash[22079]: cluster 2024-04-01T19:50:10.948273+0000 mgr.a (mgr.14403) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:12.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:12 smithi063 bash[22079]: audit 2024-04-01T19:50:11.697389+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:12.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:12 smithi063 bash[22079]: audit 2024-04-01T19:50:11.706819+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:12.430 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:12 smithi063 bash[22079]: audit 2024-04-01T19:50:11.717440+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:14.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:14 smithi046 bash[22057]: cluster 2024-04-01T19:50:12.948830+0000 mgr.a (mgr.14403) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:14.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:14 smithi046 bash[22057]: audit 2024-04-01T19:50:13.993396+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:50:14.317 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:14 smithi040 bash[21483]: cluster 2024-04-01T19:50:12.948830+0000 mgr.a (mgr.14403) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:14.317 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:14 smithi040 bash[21483]: audit 2024-04-01T19:50:13.993396+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:50:14.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:14 smithi063 bash[22079]: cluster 2024-04-01T19:50:12.948830+0000 mgr.a (mgr.14403) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:14.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:14 smithi063 bash[22079]: audit 2024-04-01T19:50:13.993396+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:50:14.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:50:14 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:50:14] "GET /metrics HTTP/1.1" 200 21455 "" "Prometheus/2.43.0" 2024-04-01T19:50:16.566 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:16 smithi063 bash[22079]: cluster 2024-04-01T19:50:14.949417+0000 mgr.a (mgr.14403) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:16.566 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:16 smithi063 bash[22079]: audit 2024-04-01T19:50:15.314114+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:16.566 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:16 smithi063 bash[22079]: audit 2024-04-01T19:50:15.324603+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:16.566 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:16 smithi063 bash[22079]: audit 2024-04-01T19:50:15.335616+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:16.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:16 smithi040 bash[21483]: cluster 2024-04-01T19:50:14.949417+0000 mgr.a (mgr.14403) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:16.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:16 smithi040 bash[21483]: audit 2024-04-01T19:50:15.314114+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:16.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:16 smithi040 bash[21483]: audit 2024-04-01T19:50:15.324603+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:16.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:16 smithi040 bash[21483]: audit 2024-04-01T19:50:15.335616+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:16.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:16 smithi046 bash[22057]: cluster 2024-04-01T19:50:14.949417+0000 mgr.a (mgr.14403) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:16.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:16 smithi046 bash[22057]: audit 2024-04-01T19:50:15.314114+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:16.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:16 smithi046 bash[22057]: audit 2024-04-01T19:50:15.324603+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:16.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:16 smithi046 bash[22057]: audit 2024-04-01T19:50:15.335616+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:18.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:18 smithi040 bash[21483]: cluster 2024-04-01T19:50:16.949893+0000 mgr.a (mgr.14403) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:18.579 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:18 smithi063 bash[22079]: cluster 2024-04-01T19:50:16.949893+0000 mgr.a (mgr.14403) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:18.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:18 smithi046 bash[22057]: cluster 2024-04-01T19:50:16.949893+0000 mgr.a (mgr.14403) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:20.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:20 smithi040 bash[21483]: cluster 2024-04-01T19:50:18.950431+0000 mgr.a (mgr.14403) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:20.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:20 smithi063 bash[22079]: cluster 2024-04-01T19:50:18.950431+0000 mgr.a (mgr.14403) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:20.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:20 smithi046 bash[22057]: cluster 2024-04-01T19:50:18.950431+0000 mgr.a (mgr.14403) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:22.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:21 smithi063 bash[22079]: audit 2024-04-01T19:50:20.922803+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:22.179 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:21 smithi063 bash[22079]: audit 2024-04-01T19:50:20.933678+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:22.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:21 smithi063 bash[22079]: audit 2024-04-01T19:50:20.945481+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:22.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:21 smithi063 bash[22079]: cluster 2024-04-01T19:50:20.950920+0000 mgr.a (mgr.14403) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:22.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:21 smithi063 bash[22079]: audit 2024-04-01T19:50:21.103304+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:50:22.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:21 smithi063 bash[22079]: audit 2024-04-01T19:50:21.109409+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:50:22.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:21 smithi063 bash[22079]: audit 2024-04-01T19:50:21.111451+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:50:22.180 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:21 smithi063 bash[22079]: audit 2024-04-01T19:50:21.123215+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:22.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:21 smithi046 bash[22057]: audit 2024-04-01T19:50:20.922803+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:22.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:21 smithi046 bash[22057]: audit 2024-04-01T19:50:20.933678+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:22.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:21 smithi046 bash[22057]: audit 2024-04-01T19:50:20.945481+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:22.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:21 smithi046 bash[22057]: cluster 2024-04-01T19:50:20.950920+0000 mgr.a (mgr.14403) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:22.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:21 smithi046 bash[22057]: audit 2024-04-01T19:50:21.103304+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:50:22.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:21 smithi046 bash[22057]: audit 2024-04-01T19:50:21.109409+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:50:22.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:21 smithi046 bash[22057]: audit 2024-04-01T19:50:21.111451+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:50:22.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:21 smithi046 bash[22057]: audit 2024-04-01T19:50:21.123215+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:22.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:21 smithi040 bash[21483]: audit 2024-04-01T19:50:20.922803+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:22.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:21 smithi040 bash[21483]: audit 2024-04-01T19:50:20.933678+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:22.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:21 smithi040 bash[21483]: audit 2024-04-01T19:50:20.945481+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:22.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:21 smithi040 bash[21483]: cluster 2024-04-01T19:50:20.950920+0000 mgr.a (mgr.14403) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:22.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:21 smithi040 bash[21483]: audit 2024-04-01T19:50:21.103304+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:50:22.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:21 smithi040 bash[21483]: audit 2024-04-01T19:50:21.109409+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:50:22.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:21 smithi040 bash[21483]: audit 2024-04-01T19:50:21.111451+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:50:22.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:21 smithi040 bash[21483]: audit 2024-04-01T19:50:21.123215+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:24.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:24 smithi046 bash[22057]: cluster 2024-04-01T19:50:22.951449+0000 mgr.a (mgr.14403) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:24.317 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:24 smithi040 bash[21483]: cluster 2024-04-01T19:50:22.951449+0000 mgr.a (mgr.14403) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:24.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:24 smithi063 bash[22079]: cluster 2024-04-01T19:50:22.951449+0000 mgr.a (mgr.14403) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:24.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:50:24 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:50:24] "GET /metrics HTTP/1.1" 200 21455 "" "Prometheus/2.43.0" 2024-04-01T19:50:26.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:26 smithi046 bash[22057]: cluster 2024-04-01T19:50:24.951978+0000 mgr.a (mgr.14403) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:26.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:26 smithi040 bash[21483]: cluster 2024-04-01T19:50:24.951978+0000 mgr.a (mgr.14403) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:26.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:26 smithi063 bash[22079]: cluster 2024-04-01T19:50:24.951978+0000 mgr.a (mgr.14403) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:28.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:28 smithi046 bash[22057]: cluster 2024-04-01T19:50:26.952461+0000 mgr.a (mgr.14403) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:28.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:28 smithi040 bash[21483]: cluster 2024-04-01T19:50:26.952461+0000 mgr.a (mgr.14403) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:28.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:28 smithi063 bash[22079]: cluster 2024-04-01T19:50:26.952461+0000 mgr.a (mgr.14403) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:29.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:29 smithi046 bash[22057]: audit 2024-04-01T19:50:28.993928+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:50:29.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:29 smithi040 bash[21483]: audit 2024-04-01T19:50:28.993928+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:50:29.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:29 smithi063 bash[22079]: audit 2024-04-01T19:50:28.993928+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:50:30.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:30 smithi046 bash[22057]: cluster 2024-04-01T19:50:28.952910+0000 mgr.a (mgr.14403) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:30.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:30 smithi040 bash[21483]: cluster 2024-04-01T19:50:28.952910+0000 mgr.a (mgr.14403) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:30.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:30 smithi063 bash[22079]: cluster 2024-04-01T19:50:28.952910+0000 mgr.a (mgr.14403) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:32.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:32 smithi040 bash[21483]: cluster 2024-04-01T19:50:30.953450+0000 mgr.a (mgr.14403) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:32.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:32 smithi040 bash[21483]: audit 2024-04-01T19:50:31.882144+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:32.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:32 smithi040 bash[21483]: audit 2024-04-01T19:50:31.889184+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:32.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:32 smithi040 bash[21483]: audit 2024-04-01T19:50:31.895550+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:32.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:32 smithi046 bash[22057]: cluster 2024-04-01T19:50:30.953450+0000 mgr.a (mgr.14403) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:32.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:32 smithi046 bash[22057]: audit 2024-04-01T19:50:31.882144+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:32.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:32 smithi046 bash[22057]: audit 2024-04-01T19:50:31.889184+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:32.309 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:32 smithi046 bash[22057]: audit 2024-04-01T19:50:31.895550+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:32.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:32 smithi063 bash[22079]: cluster 2024-04-01T19:50:30.953450+0000 mgr.a (mgr.14403) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:32.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:32 smithi063 bash[22079]: audit 2024-04-01T19:50:31.882144+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:32.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:32 smithi063 bash[22079]: audit 2024-04-01T19:50:31.889184+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:32.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:32 smithi063 bash[22079]: audit 2024-04-01T19:50:31.895550+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:34.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:34 smithi046 bash[22057]: cluster 2024-04-01T19:50:32.953965+0000 mgr.a (mgr.14403) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:34.316 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:34 smithi040 bash[21483]: cluster 2024-04-01T19:50:32.953965+0000 mgr.a (mgr.14403) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:34.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:34 smithi063 bash[22079]: cluster 2024-04-01T19:50:32.953965+0000 mgr.a (mgr.14403) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:34.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:50:34 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:50:34] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-04-01T19:50:36.797 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:36 smithi046 bash[22057]: cluster 2024-04-01T19:50:34.954551+0000 mgr.a (mgr.14403) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:36.797 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:36 smithi046 bash[22057]: audit 2024-04-01T19:50:35.477907+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:36.797 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:36 smithi046 bash[22057]: audit 2024-04-01T19:50:35.487792+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:36.797 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:36 smithi046 bash[22057]: audit 2024-04-01T19:50:35.498477+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:36.806 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:36 smithi063 bash[22079]: cluster 2024-04-01T19:50:34.954551+0000 mgr.a (mgr.14403) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:36.807 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:36 smithi063 bash[22079]: audit 2024-04-01T19:50:35.477907+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:36.807 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:36 smithi063 bash[22079]: audit 2024-04-01T19:50:35.487792+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:36.807 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:36 smithi063 bash[22079]: audit 2024-04-01T19:50:35.498477+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:36.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:36 smithi040 bash[21483]: cluster 2024-04-01T19:50:34.954551+0000 mgr.a (mgr.14403) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:36.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:36 smithi040 bash[21483]: audit 2024-04-01T19:50:35.477907+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:36.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:36 smithi040 bash[21483]: audit 2024-04-01T19:50:35.487792+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:36.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:36 smithi040 bash[21483]: audit 2024-04-01T19:50:35.498477+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:38.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:38 smithi063 bash[22079]: cluster 2024-04-01T19:50:36.955184+0000 mgr.a (mgr.14403) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:38.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:38 smithi046 bash[22057]: cluster 2024-04-01T19:50:36.955184+0000 mgr.a (mgr.14403) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:38.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:38 smithi040 bash[21483]: cluster 2024-04-01T19:50:36.955184+0000 mgr.a (mgr.14403) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:40.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:40 smithi046 bash[22057]: cluster 2024-04-01T19:50:38.955866+0000 mgr.a (mgr.14403) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:40.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:40 smithi040 bash[21483]: cluster 2024-04-01T19:50:38.955866+0000 mgr.a (mgr.14403) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:40.929 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:40 smithi063 bash[22079]: cluster 2024-04-01T19:50:38.955866+0000 mgr.a (mgr.14403) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:42.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:42 smithi063 bash[22079]: cluster 2024-04-01T19:50:40.956469+0000 mgr.a (mgr.14403) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:42.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:42 smithi063 bash[22079]: audit 2024-04-01T19:50:41.136159+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:42.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:42 smithi063 bash[22079]: audit 2024-04-01T19:50:41.146049+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:42.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:42 smithi063 bash[22079]: audit 2024-04-01T19:50:41.156778+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:42.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:42 smithi046 bash[22057]: cluster 2024-04-01T19:50:40.956469+0000 mgr.a (mgr.14403) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:42.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:42 smithi046 bash[22057]: audit 2024-04-01T19:50:41.136159+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:42.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:42 smithi046 bash[22057]: audit 2024-04-01T19:50:41.146049+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:42.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:42 smithi046 bash[22057]: audit 2024-04-01T19:50:41.156778+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:42.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:42 smithi040 bash[21483]: cluster 2024-04-01T19:50:40.956469+0000 mgr.a (mgr.14403) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:42.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:42 smithi040 bash[21483]: audit 2024-04-01T19:50:41.136159+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:42.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:42 smithi040 bash[21483]: audit 2024-04-01T19:50:41.146049+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:42.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:42 smithi040 bash[21483]: audit 2024-04-01T19:50:41.156778+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:44.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:44 smithi063 bash[22079]: cluster 2024-04-01T19:50:42.957101+0000 mgr.a (mgr.14403) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:44.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:44 smithi063 bash[22079]: audit 2024-04-01T19:50:43.994438+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:50:44.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:44 smithi046 bash[22057]: cluster 2024-04-01T19:50:42.957101+0000 mgr.a (mgr.14403) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:44.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:44 smithi046 bash[22057]: audit 2024-04-01T19:50:43.994438+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:50:44.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:44 smithi040 bash[21483]: cluster 2024-04-01T19:50:42.957101+0000 mgr.a (mgr.14403) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:44.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:44 smithi040 bash[21483]: audit 2024-04-01T19:50:43.994438+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:50:44.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:50:44 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:50:44] "GET /metrics HTTP/1.1" 200 21453 "" "Prometheus/2.43.0" 2024-04-01T19:50:46.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:46 smithi063 bash[22079]: cluster 2024-04-01T19:50:44.957701+0000 mgr.a (mgr.14403) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:46.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:46 smithi046 bash[22057]: cluster 2024-04-01T19:50:44.957701+0000 mgr.a (mgr.14403) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:46.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:46 smithi040 bash[21483]: cluster 2024-04-01T19:50:44.957701+0000 mgr.a (mgr.14403) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:48.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:48 smithi063 bash[22079]: cluster 2024-04-01T19:50:46.958210+0000 mgr.a (mgr.14403) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:48.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:48 smithi046 bash[22057]: cluster 2024-04-01T19:50:46.958210+0000 mgr.a (mgr.14403) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:48.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:48 smithi040 bash[21483]: cluster 2024-04-01T19:50:46.958210+0000 mgr.a (mgr.14403) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:50.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:50 smithi063 bash[22079]: cluster 2024-04-01T19:50:48.958767+0000 mgr.a (mgr.14403) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:50.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:50 smithi046 bash[22057]: cluster 2024-04-01T19:50:48.958767+0000 mgr.a (mgr.14403) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:50.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:50 smithi040 bash[21483]: cluster 2024-04-01T19:50:48.958767+0000 mgr.a (mgr.14403) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:52.408 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:52 smithi040 bash[21483]: cluster 2024-04-01T19:50:50.959331+0000 mgr.a (mgr.14403) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:52.408 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:52 smithi040 bash[21483]: audit 2024-04-01T19:50:52.109320+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:52.408 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:52 smithi040 bash[21483]: audit 2024-04-01T19:50:52.119125+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:52.409 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:52 smithi040 bash[21483]: audit 2024-04-01T19:50:52.129864+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:52.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:52 smithi063 bash[22079]: cluster 2024-04-01T19:50:50.959331+0000 mgr.a (mgr.14403) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:52.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:52 smithi063 bash[22079]: audit 2024-04-01T19:50:52.109320+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:52.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:52 smithi063 bash[22079]: audit 2024-04-01T19:50:52.119125+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:52.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:52 smithi063 bash[22079]: audit 2024-04-01T19:50:52.129864+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:52.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:52 smithi046 bash[22057]: cluster 2024-04-01T19:50:50.959331+0000 mgr.a (mgr.14403) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:52.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:52 smithi046 bash[22057]: audit 2024-04-01T19:50:52.109320+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:52.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:52 smithi046 bash[22057]: audit 2024-04-01T19:50:52.119125+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:52.559 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:52 smithi046 bash[22057]: audit 2024-04-01T19:50:52.129864+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:54.316 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:54 smithi040 bash[21483]: cluster 2024-04-01T19:50:52.959969+0000 mgr.a (mgr.14403) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:54.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:54 smithi063 bash[22079]: cluster 2024-04-01T19:50:52.959969+0000 mgr.a (mgr.14403) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:54.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:54 smithi046 bash[22057]: cluster 2024-04-01T19:50:52.959969+0000 mgr.a (mgr.14403) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:54.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:50:54 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:50:54] "GET /metrics HTTP/1.1" 200 21453 "" "Prometheus/2.43.0" 2024-04-01T19:50:56.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:56 smithi063 bash[22079]: cluster 2024-04-01T19:50:54.960394+0000 mgr.a (mgr.14403) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:56.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:56 smithi063 bash[22079]: audit 2024-04-01T19:50:55.643252+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:56.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:56 smithi063 bash[22079]: audit 2024-04-01T19:50:55.648983+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:56.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:56 smithi063 bash[22079]: audit 2024-04-01T19:50:55.654554+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:56.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:56 smithi046 bash[22057]: cluster 2024-04-01T19:50:54.960394+0000 mgr.a (mgr.14403) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:56.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:56 smithi046 bash[22057]: audit 2024-04-01T19:50:55.643252+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:56.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:56 smithi046 bash[22057]: audit 2024-04-01T19:50:55.648983+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:56.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:56 smithi046 bash[22057]: audit 2024-04-01T19:50:55.654554+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:56.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:56 smithi040 bash[21483]: cluster 2024-04-01T19:50:54.960394+0000 mgr.a (mgr.14403) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:56.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:56 smithi040 bash[21483]: audit 2024-04-01T19:50:55.643252+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:56.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:56 smithi040 bash[21483]: audit 2024-04-01T19:50:55.648983+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:56.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:56 smithi040 bash[21483]: audit 2024-04-01T19:50:55.654554+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:50:58.429 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:58 smithi063 bash[22079]: cluster 2024-04-01T19:50:56.960919+0000 mgr.a (mgr.14403) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:58.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:58 smithi046 bash[22057]: cluster 2024-04-01T19:50:56.960919+0000 mgr.a (mgr.14403) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:58.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:58 smithi040 bash[21483]: cluster 2024-04-01T19:50:56.960919+0000 mgr.a (mgr.14403) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:50:59.540 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:50:59 smithi063 bash[22079]: audit 2024-04-01T19:50:58.996809+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:50:59.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:50:59 smithi046 bash[22057]: audit 2024-04-01T19:50:58.996809+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:50:59.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:50:59 smithi040 bash[21483]: audit 2024-04-01T19:50:58.996809+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:51:00.384 INFO:teuthology.orchestra.run.smithi040.stderr:+ ceph orch ls 2024-04-01T19:51:00.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:00 smithi046 bash[22057]: cluster 2024-04-01T19:50:58.961374+0000 mgr.a (mgr.14403) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:00.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:00 smithi040 bash[21483]: cluster 2024-04-01T19:50:58.961374+0000 mgr.a (mgr.14403) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:00.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:00 smithi063 bash[22079]: cluster 2024-04-01T19:50:58.961374+0000 mgr.a (mgr.14403) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:00.748 INFO:teuthology.orchestra.run.smithi040.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-01T19:51:00.749 INFO:teuthology.orchestra.run.smithi040.stdout:agent 3/3 19s ago 3m * 2024-04-01T19:51:00.749 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager ?:9093,9094 1/1 19s ago 4m count:1 2024-04-01T19:51:00.749 INFO:teuthology.orchestra.run.smithi040.stdout:grafana ?:3000 1/1 8s ago 4m count:1 2024-04-01T19:51:00.749 INFO:teuthology.orchestra.run.smithi040.stdout:mgr 2/2 8s ago 8m smithi040=a;smithi046=b;count:2 2024-04-01T19:51:00.749 INFO:teuthology.orchestra.run.smithi040.stdout:mon 3/3 19s ago 8m smithi040:172.21.15.40=a;smithi046:172.21.15.46=b;smithi063:172.21.15.63=c;count:3 2024-04-01T19:51:00.749 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter ?:9100 3/3 19s ago 4m * 2024-04-01T19:51:00.749 INFO:teuthology.orchestra.run.smithi040.stdout:osd 3 19s ago - 2024-04-01T19:51:00.749 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus ?:9095 1/1 5s ago 4m count:1 2024-04-01T19:51:00.763 INFO:teuthology.orchestra.run.smithi040.stderr:+ ceph orch ps 2024-04-01T19:51:01.133 INFO:teuthology.orchestra.run.smithi040.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-01T19:51:01.133 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi040 smithi040 running 9s ago 10m - - 2024-04-01T19:51:01.133 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi046 smithi046 running 5s ago 9m - - 2024-04-01T19:51:01.133 INFO:teuthology.orchestra.run.smithi040.stdout:agent.smithi063 smithi063 running 19s ago 9m - - 2024-04-01T19:51:01.134 INFO:teuthology.orchestra.run.smithi040.stdout:alertmanager.smithi063 smithi063 *:9093,9094 running (2m) 19s ago 3m 13.9M - 0.25.0 c8568f914cd2 4960825725c7 2024-04-01T19:51:01.134 INFO:teuthology.orchestra.run.smithi040.stdout:grafana.smithi040 smithi040 *:3000 running (2m) 9s ago 3m 70.7M - 9.4.12 2bacad6d85d8 a8106b4d754a 2024-04-01T19:51:01.134 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.a smithi040 *:9283,8765 running (11m) 9s ago 11m 494M - 19.0.0-2492-ge142085d 5b728cd5ea45 0fcc64404fea 2024-04-01T19:51:01.134 INFO:teuthology.orchestra.run.smithi040.stdout:mgr.b smithi046 *:8443,8765 running (8m) 5s ago 8m 436M - 19.0.0-2492-ge142085d 5b728cd5ea45 d923f58cc929 2024-04-01T19:51:01.134 INFO:teuthology.orchestra.run.smithi040.stdout:mon.a smithi040 running (11m) 9s ago 11m 44.5M 2048M 19.0.0-2492-ge142085d 5b728cd5ea45 c10343bbe451 2024-04-01T19:51:01.134 INFO:teuthology.orchestra.run.smithi040.stdout:mon.b smithi046 running (8m) 5s ago 8m 35.8M 2048M 19.0.0-2492-ge142085d 5b728cd5ea45 f8f06c6575ac 2024-04-01T19:51:01.134 INFO:teuthology.orchestra.run.smithi040.stdout:mon.c smithi063 running (8m) 19s ago 8m 35.0M 2048M 19.0.0-2492-ge142085d 5b728cd5ea45 da02c53731e5 2024-04-01T19:51:01.134 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi040 smithi040 *:9100 running (3m) 9s ago 4m 8219k - 1.5.0 0da6a335fe13 b0d363e36369 2024-04-01T19:51:01.134 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi046 smithi046 *:9100 running (3m) 5s ago 3m 8296k - 1.5.0 0da6a335fe13 cfbf6cde42c2 2024-04-01T19:51:01.134 INFO:teuthology.orchestra.run.smithi040.stdout:node-exporter.smithi063 smithi063 *:9100 running (3m) 19s ago 3m 8011k - 1.5.0 0da6a335fe13 a2e5d4f9a52a 2024-04-01T19:51:01.135 INFO:teuthology.orchestra.run.smithi040.stdout:osd.0 smithi040 running (7m) 9s ago 7m 46.9M 4096M 19.0.0-2492-ge142085d 5b728cd5ea45 61b577819958 2024-04-01T19:51:01.135 INFO:teuthology.orchestra.run.smithi040.stdout:osd.1 smithi046 running (6m) 5s ago 6m 46.0M 4096M 19.0.0-2492-ge142085d 5b728cd5ea45 2dab6e838c68 2024-04-01T19:51:01.135 INFO:teuthology.orchestra.run.smithi040.stdout:osd.2 smithi063 running (5m) 19s ago 5m 36.9M 4096M 19.0.0-2492-ge142085d 5b728cd5ea45 fba0ea36e11a 2024-04-01T19:51:01.135 INFO:teuthology.orchestra.run.smithi040.stdout:prometheus.smithi046 smithi046 *:9095 running (3m) 5s ago 3m 43.8M - 2.43.0 a07b618ecd1d c3d9c4d17ea7 2024-04-01T19:51:01.147 INFO:teuthology.orchestra.run.smithi040.stderr:+ ceph orch host ls 2024-04-01T19:51:01.492 INFO:teuthology.orchestra.run.smithi040.stdout:HOST ADDR LABELS STATUS 2024-04-01T19:51:01.492 INFO:teuthology.orchestra.run.smithi040.stdout:smithi040 172.21.15.40 2024-04-01T19:51:01.492 INFO:teuthology.orchestra.run.smithi040.stdout:smithi046 172.21.15.46 2024-04-01T19:51:01.492 INFO:teuthology.orchestra.run.smithi040.stdout:smithi063 172.21.15.63 2024-04-01T19:51:01.493 INFO:teuthology.orchestra.run.smithi040.stdout:3 hosts in cluster 2024-04-01T19:51:01.506 INFO:teuthology.orchestra.run.smithi040.stderr:++ jq -r 'last | .daemon_name' 2024-04-01T19:51:01.507 INFO:teuthology.orchestra.run.smithi040.stderr:++ ceph orch ps --daemon-type mon -f json 2024-04-01T19:51:01.883 INFO:teuthology.orchestra.run.smithi040.stderr:+ MON_DAEMON=mon.c 2024-04-01T19:51:01.883 INFO:teuthology.orchestra.run.smithi040.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-04-01T19:51:01.884 INFO:teuthology.orchestra.run.smithi040.stderr:++ jq -e '.[]' 2024-04-01T19:51:01.884 INFO:teuthology.orchestra.run.smithi040.stderr:++ jq -r .hostname 2024-04-01T19:51:02.251 INFO:teuthology.orchestra.run.smithi040.stderr:+ GRAFANA_HOST=smithi040 2024-04-01T19:51:02.252 INFO:teuthology.orchestra.run.smithi040.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-04-01T19:51:02.252 INFO:teuthology.orchestra.run.smithi040.stderr:++ jq -e '.[]' 2024-04-01T19:51:02.252 INFO:teuthology.orchestra.run.smithi040.stderr:++ jq -r .hostname 2024-04-01T19:51:02.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:02 smithi040 bash[21483]: audit 2024-04-01T19:51:00.745819+0000 mgr.a (mgr.14403) 119 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:51:02.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:02 smithi040 bash[21483]: cluster 2024-04-01T19:51:00.961903+0000 mgr.a (mgr.14403) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:02.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:02 smithi040 bash[21483]: audit 2024-04-01T19:51:01.104631+0000 mgr.a (mgr.14403) 121 : audit [DBG] from='client.24277 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:51:02.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:02 smithi040 bash[21483]: audit 2024-04-01T19:51:01.325451+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:02.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:02 smithi040 bash[21483]: audit 2024-04-01T19:51:01.332763+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:02.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:02 smithi040 bash[21483]: audit 2024-04-01T19:51:01.342316+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:02.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:02 smithi040 bash[21483]: audit 2024-04-01T19:51:01.495437+0000 mgr.a (mgr.14403) 122 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:51:02.624 INFO:teuthology.orchestra.run.smithi040.stderr:+ PROM_HOST=smithi046 2024-04-01T19:51:02.625 INFO:teuthology.orchestra.run.smithi040.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-04-01T19:51:02.625 INFO:teuthology.orchestra.run.smithi040.stderr:++ jq -e '.[]' 2024-04-01T19:51:02.625 INFO:teuthology.orchestra.run.smithi040.stderr:++ jq -r .hostname 2024-04-01T19:51:02.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:02 smithi063 bash[22079]: audit 2024-04-01T19:51:00.745819+0000 mgr.a (mgr.14403) 119 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:51:02.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:02 smithi063 bash[22079]: cluster 2024-04-01T19:51:00.961903+0000 mgr.a (mgr.14403) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:02.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:02 smithi063 bash[22079]: audit 2024-04-01T19:51:01.104631+0000 mgr.a (mgr.14403) 121 : audit [DBG] from='client.24277 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:51:02.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:02 smithi063 bash[22079]: audit 2024-04-01T19:51:01.325451+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:02.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:02 smithi063 bash[22079]: audit 2024-04-01T19:51:01.332763+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:02.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:02 smithi063 bash[22079]: audit 2024-04-01T19:51:01.342316+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:02.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:02 smithi063 bash[22079]: audit 2024-04-01T19:51:01.495437+0000 mgr.a (mgr.14403) 122 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:51:02.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:02 smithi046 bash[22057]: audit 2024-04-01T19:51:00.745819+0000 mgr.a (mgr.14403) 119 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:51:02.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:02 smithi046 bash[22057]: cluster 2024-04-01T19:51:00.961903+0000 mgr.a (mgr.14403) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:02.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:02 smithi046 bash[22057]: audit 2024-04-01T19:51:01.104631+0000 mgr.a (mgr.14403) 121 : audit [DBG] from='client.24277 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:51:02.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:02 smithi046 bash[22057]: audit 2024-04-01T19:51:01.325451+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:02.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:02 smithi046 bash[22057]: audit 2024-04-01T19:51:01.332763+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:02.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:02 smithi046 bash[22057]: audit 2024-04-01T19:51:01.342316+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:02.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:02 smithi046 bash[22057]: audit 2024-04-01T19:51:01.495437+0000 mgr.a (mgr.14403) 122 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:51:02.999 INFO:teuthology.orchestra.run.smithi040.stderr:+ ALERTM_HOST=smithi063 2024-04-01T19:51:03.000 INFO:teuthology.orchestra.run.smithi040.stderr:++ ceph orch host ls -f json 2024-04-01T19:51:03.000 INFO:teuthology.orchestra.run.smithi040.stderr:++ jq -r --arg GRAFANA_HOST smithi040 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-04-01T19:51:03.348 INFO:teuthology.orchestra.run.smithi040.stderr:+ GRAFANA_IP=172.21.15.40 2024-04-01T19:51:03.348 INFO:teuthology.orchestra.run.smithi040.stderr:++ ceph orch host ls -f json 2024-04-01T19:51:03.348 INFO:teuthology.orchestra.run.smithi040.stderr:++ jq -r --arg PROM_HOST smithi046 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-04-01T19:51:03.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:03 smithi063 bash[22079]: audit 2024-04-01T19:51:01.862775+0000 mgr.a (mgr.14403) 123 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:03.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:03 smithi063 bash[22079]: audit 2024-04-01T19:51:02.238132+0000 mgr.a (mgr.14403) 124 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:03.693 INFO:teuthology.orchestra.run.smithi040.stderr:+ PROM_IP=172.21.15.46 2024-04-01T19:51:03.694 INFO:teuthology.orchestra.run.smithi040.stderr:++ ceph orch host ls -f json 2024-04-01T19:51:03.694 INFO:teuthology.orchestra.run.smithi040.stderr:++ jq -r --arg ALERTM_HOST smithi063 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-04-01T19:51:03.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:03 smithi046 bash[22057]: audit 2024-04-01T19:51:01.862775+0000 mgr.a (mgr.14403) 123 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:03.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:03 smithi046 bash[22057]: audit 2024-04-01T19:51:02.238132+0000 mgr.a (mgr.14403) 124 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:03.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:03 smithi040 bash[21483]: audit 2024-04-01T19:51:01.862775+0000 mgr.a (mgr.14403) 123 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:03.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:03 smithi040 bash[21483]: audit 2024-04-01T19:51:02.238132+0000 mgr.a (mgr.14403) 124 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:04.056 INFO:teuthology.orchestra.run.smithi040.stderr:+ ALERTM_IP=172.21.15.63 2024-04-01T19:51:04.057 INFO:teuthology.orchestra.run.smithi040.stderr:++ ceph orch host ls -f json 2024-04-01T19:51:04.057 INFO:teuthology.orchestra.run.smithi040.stderr:++ jq -r '.[] | .addr' 2024-04-01T19:51:04.407 INFO:teuthology.orchestra.run.smithi040.stderr:+ ALL_HOST_IPS='172.21.15.40 2024-04-01T19:51:04.407 INFO:teuthology.orchestra.run.smithi040.stderr:172.21.15.46 2024-04-01T19:51:04.407 INFO:teuthology.orchestra.run.smithi040.stderr:172.21.15.63' 2024-04-01T19:51:04.407 INFO:teuthology.orchestra.run.smithi040.stderr:+ for ip in $ALL_HOST_IPS 2024-04-01T19:51:04.407 INFO:teuthology.orchestra.run.smithi040.stderr:+ curl -s http://172.21.15.40:9100/metric 2024-04-01T19:51:04.411 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:51:04.411 INFO:teuthology.orchestra.run.smithi040.stdout: Node Exporter 2024-04-01T19:51:04.411 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:51:04.411 INFO:teuthology.orchestra.run.smithi040.stdout:

Node Exporter

2024-04-01T19:51:04.411 INFO:teuthology.orchestra.run.smithi040.stdout:

Metrics

2024-04-01T19:51:04.411 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:51:04.412 INFO:teuthology.orchestra.run.smithi040.stderr:+ for ip in $ALL_HOST_IPS 2024-04-01T19:51:04.412 INFO:teuthology.orchestra.run.smithi040.stderr:+ curl -s http://172.21.15.46:9100/metric 2024-04-01T19:51:04.414 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:51:04.415 INFO:teuthology.orchestra.run.smithi040.stdout: Node Exporter 2024-04-01T19:51:04.415 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:51:04.415 INFO:teuthology.orchestra.run.smithi040.stdout:

Node Exporter

2024-04-01T19:51:04.415 INFO:teuthology.orchestra.run.smithi040.stdout:

Metrics

2024-04-01T19:51:04.415 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:51:04.415 INFO:teuthology.orchestra.run.smithi040.stderr:+ for ip in $ALL_HOST_IPS 2024-04-01T19:51:04.415 INFO:teuthology.orchestra.run.smithi040.stderr:+ curl -s http://172.21.15.63:9100/metric 2024-04-01T19:51:04.419 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:51:04.419 INFO:teuthology.orchestra.run.smithi040.stdout: Node Exporter 2024-04-01T19:51:04.419 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:51:04.419 INFO:teuthology.orchestra.run.smithi040.stdout:

Node Exporter

2024-04-01T19:51:04.419 INFO:teuthology.orchestra.run.smithi040.stdout:

Metrics

2024-04-01T19:51:04.419 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-01T19:51:04.420 INFO:teuthology.orchestra.run.smithi040.stderr:+ curl -k -s https://172.21.15.40:3000/api/health 2024-04-01T19:51:04.434 INFO:teuthology.orchestra.run.smithi040.stdout: { 2024-04-01T19:51:04.434 INFO:teuthology.orchestra.run.smithi040.stdout: "commit": "37ee25ba46", 2024-04-01T19:51:04.434 INFO:teuthology.orchestra.run.smithi040.stdout: "database": "ok", 2024-04-01T19:51:04.434 INFO:teuthology.orchestra.run.smithi040.stdout: "version": "9.4.12" 2024-04-01T19:51:04.435 INFO:teuthology.orchestra.run.smithi040.stderr:+ curl -k -s https://172.21.15.40:3000/api/health 2024-04-01T19:51:04.435 INFO:teuthology.orchestra.run.smithi040.stderr:+ jq -e '.database == "ok"' 2024-04-01T19:51:04.451 INFO:teuthology.orchestra.run.smithi040.stdout:}true 2024-04-01T19:51:04.451 INFO:teuthology.orchestra.run.smithi040.stderr:+ ceph orch daemon stop mon.c 2024-04-01T19:51:04.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:51:04 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:51:04] "GET /metrics HTTP/1.1" 200 21451 "" "Prometheus/2.43.0" 2024-04-01T19:51:04.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:04 smithi040 bash[21483]: audit 2024-04-01T19:51:02.610790+0000 mgr.a (mgr.14403) 125 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:04.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:04 smithi040 bash[21483]: cluster 2024-04-01T19:51:02.962292+0000 mgr.a (mgr.14403) 126 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:04.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:04 smithi040 bash[21483]: audit 2024-04-01T19:51:02.983456+0000 mgr.a (mgr.14403) 127 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:04.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:04 smithi040 bash[21483]: audit 2024-04-01T19:51:03.337995+0000 mgr.a (mgr.14403) 128 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:04.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:04 smithi063 bash[22079]: audit 2024-04-01T19:51:02.610790+0000 mgr.a (mgr.14403) 125 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:04.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:04 smithi063 bash[22079]: cluster 2024-04-01T19:51:02.962292+0000 mgr.a (mgr.14403) 126 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:04.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:04 smithi063 bash[22079]: audit 2024-04-01T19:51:02.983456+0000 mgr.a (mgr.14403) 127 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:04.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:04 smithi063 bash[22079]: audit 2024-04-01T19:51:03.337995+0000 mgr.a (mgr.14403) 128 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:04.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:04 smithi046 bash[22057]: audit 2024-04-01T19:51:02.610790+0000 mgr.a (mgr.14403) 125 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:04.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:04 smithi046 bash[22057]: cluster 2024-04-01T19:51:02.962292+0000 mgr.a (mgr.14403) 126 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:04.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:04 smithi046 bash[22057]: audit 2024-04-01T19:51:02.983456+0000 mgr.a (mgr.14403) 127 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:04.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:04 smithi046 bash[22057]: audit 2024-04-01T19:51:03.337995+0000 mgr.a (mgr.14403) 128 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:04.825 INFO:teuthology.orchestra.run.smithi040.stdout:Scheduled to stop mon.c on host 'smithi063' 2024-04-01T19:51:04.840 INFO:teuthology.orchestra.run.smithi040.stderr:+ sleep 120 2024-04-01T19:51:05.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:05 smithi063 bash[22079]: audit 2024-04-01T19:51:03.684643+0000 mgr.a (mgr.14403) 129 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:05.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:05 smithi063 bash[22079]: audit 2024-04-01T19:51:04.045350+0000 mgr.a (mgr.14403) 130 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:05.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:05 smithi063 bash[22079]: audit 2024-04-01T19:51:04.397682+0000 mgr.a (mgr.14403) 131 : audit [DBG] from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:05.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:05 smithi063 bash[22079]: audit 2024-04-01T19:51:04.820956+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:05.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:05 smithi063 bash[22079]: audit 2024-04-01T19:51:04.829416+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:05.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:05 smithi063 bash[22079]: audit 2024-04-01T19:51:04.843139+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:51:05.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:05 smithi046 bash[22057]: audit 2024-04-01T19:51:03.684643+0000 mgr.a (mgr.14403) 129 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:05.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:05 smithi046 bash[22057]: audit 2024-04-01T19:51:04.045350+0000 mgr.a (mgr.14403) 130 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:05.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:05 smithi046 bash[22057]: audit 2024-04-01T19:51:04.397682+0000 mgr.a (mgr.14403) 131 : audit [DBG] from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:05.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:05 smithi046 bash[22057]: audit 2024-04-01T19:51:04.820956+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:05.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:05 smithi046 bash[22057]: audit 2024-04-01T19:51:04.829416+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:05.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:05 smithi046 bash[22057]: audit 2024-04-01T19:51:04.843139+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:51:05.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:05 smithi040 bash[21483]: audit 2024-04-01T19:51:03.684643+0000 mgr.a (mgr.14403) 129 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:05.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:05 smithi040 bash[21483]: audit 2024-04-01T19:51:04.045350+0000 mgr.a (mgr.14403) 130 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:05.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:05 smithi040 bash[21483]: audit 2024-04-01T19:51:04.397682+0000 mgr.a (mgr.14403) 131 : audit [DBG] from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-01T19:51:05.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:05 smithi040 bash[21483]: audit 2024-04-01T19:51:04.820956+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:05.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:05 smithi040 bash[21483]: audit 2024-04-01T19:51:04.829416+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:05.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:05 smithi040 bash[21483]: audit 2024-04-01T19:51:04.843139+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:51:06.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:06 smithi063 bash[22079]: audit 2024-04-01T19:51:04.811536+0000 mgr.a (mgr.14403) 132 : audit [DBG] from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:51:06.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:06 smithi063 bash[22079]: cephadm 2024-04-01T19:51:04.812375+0000 mgr.a (mgr.14403) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-04-01T19:51:06.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:06 smithi063 bash[22079]: cluster 2024-04-01T19:51:04.962812+0000 mgr.a (mgr.14403) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:06.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:06 smithi063 bash[22079]: audit 2024-04-01T19:51:05.367408+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:06.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:06 smithi063 bash[22079]: audit 2024-04-01T19:51:05.373629+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:06.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:06 smithi063 bash[22079]: audit 2024-04-01T19:51:05.375576+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:51:06.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:06 smithi063 bash[22079]: audit 2024-04-01T19:51:05.377387+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:51:06.680 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:06 smithi063 bash[22079]: audit 2024-04-01T19:51:05.386579+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:06.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:06 smithi046 bash[22057]: audit 2024-04-01T19:51:04.811536+0000 mgr.a (mgr.14403) 132 : audit [DBG] from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:51:06.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:06 smithi046 bash[22057]: cephadm 2024-04-01T19:51:04.812375+0000 mgr.a (mgr.14403) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-04-01T19:51:06.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:06 smithi046 bash[22057]: cluster 2024-04-01T19:51:04.962812+0000 mgr.a (mgr.14403) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:06.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:06 smithi046 bash[22057]: audit 2024-04-01T19:51:05.367408+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:06.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:06 smithi046 bash[22057]: audit 2024-04-01T19:51:05.373629+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:06.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:06 smithi046 bash[22057]: audit 2024-04-01T19:51:05.375576+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:51:06.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:06 smithi046 bash[22057]: audit 2024-04-01T19:51:05.377387+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:51:06.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:06 smithi046 bash[22057]: audit 2024-04-01T19:51:05.386579+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:06.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:06 smithi040 bash[21483]: audit 2024-04-01T19:51:04.811536+0000 mgr.a (mgr.14403) 132 : audit [DBG] from='client.14505 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-01T19:51:06.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:06 smithi040 bash[21483]: cephadm 2024-04-01T19:51:04.812375+0000 mgr.a (mgr.14403) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-04-01T19:51:06.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:06 smithi040 bash[21483]: cluster 2024-04-01T19:51:04.962812+0000 mgr.a (mgr.14403) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:06.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:06 smithi040 bash[21483]: audit 2024-04-01T19:51:05.367408+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:06.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:06 smithi040 bash[21483]: audit 2024-04-01T19:51:05.373629+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:06.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:06 smithi040 bash[21483]: audit 2024-04-01T19:51:05.375576+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:51:06.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:06 smithi040 bash[21483]: audit 2024-04-01T19:51:05.377387+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:51:06.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:06 smithi040 bash[21483]: audit 2024-04-01T19:51:05.386579+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:08.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:08 smithi063 bash[22079]: cluster 2024-04-01T19:51:06.963376+0000 mgr.a (mgr.14403) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:08.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:08 smithi046 bash[22057]: cluster 2024-04-01T19:51:06.963376+0000 mgr.a (mgr.14403) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:08.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:08 smithi040 bash[21483]: cluster 2024-04-01T19:51:06.963376+0000 mgr.a (mgr.14403) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:10.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:10 smithi063 bash[22079]: cluster 2024-04-01T19:51:08.963900+0000 mgr.a (mgr.14403) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:10.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:10 smithi063 systemd[1]: Stopping Ceph mon.c for 59788392-f05f-11ee-b647-cb9ed24678a4... 2024-04-01T19:51:10.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:10 smithi063 bash[22079]: debug 2024-04-01T19:51:10.613+0000 7f4d1057b700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-01T19:51:10.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:10 smithi063 bash[22079]: debug 2024-04-01T19:51:10.613+0000 7f4d1057b700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-01T19:51:10.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:10 smithi046 bash[22057]: cluster 2024-04-01T19:51:08.963900+0000 mgr.a (mgr.14403) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:10.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:10 smithi040 bash[21483]: cluster 2024-04-01T19:51:08.963900+0000 mgr.a (mgr.14403) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:11.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:11 smithi063 bash[34768]: ceph-59788392-f05f-11ee-b647-cb9ed24678a4-mon-c 2024-04-01T19:51:11.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:11 smithi063 bash[34825]: Error response from daemon: No such container: ceph-59788392-f05f-11ee-b647-cb9ed24678a4-mon-c 2024-04-01T19:51:11.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:11 smithi063 systemd[1]: ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mon.c.service: Deactivated successfully. 2024-04-01T19:51:11.679 INFO:journalctl@ceph.mon.c.smithi063.stdout:Apr 01 19:51:11 smithi063 systemd[1]: Stopped Ceph mon.c for 59788392-f05f-11ee-b647-cb9ed24678a4. 2024-04-01T19:51:14.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:51:14 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:51:14] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.43.0" 2024-04-01T19:51:24.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:51:24 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:51:24] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.43.0" 2024-04-01T19:51:26.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:12.964988+0000 mgr.a (mgr.14403) 138 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:26.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:13.997346+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:51:26.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:14.965630+0000 mgr.a (mgr.14403) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:26.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:16.966316+0000 mgr.a (mgr.14403) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:26.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:18.966970+0000 mgr.a (mgr.14403) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:26.809 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:20.383503+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-04-01T19:51:26.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:20.387558+0000 mon.a (mon.0) 966 : cluster [INF] mon.a calling monitor election 2024-04-01T19:51:26.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:20.967642+0000 mgr.a (mgr.14403) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:26.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:22.968290+0000 mgr.a (mgr.14403) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:26.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:24.968957+0000 mgr.a (mgr.14403) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:26.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.411842+0000 mon.a (mon.0) 967 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-01T19:51:26.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.422756+0000 mon.a (mon.0) 968 : cluster [DBG] monmap epoch 3 2024-04-01T19:51:26.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.422807+0000 mon.a (mon.0) 969 : cluster [DBG] fsid 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:51:26.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.422826+0000 mon.a (mon.0) 970 : cluster [DBG] last_changed 2024-04-01T19:42:16.288430+0000 2024-04-01T19:51:26.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.422845+0000 mon.a (mon.0) 971 : cluster [DBG] created 2024-04-01T19:39:28.696938+0000 2024-04-01T19:51:26.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.422867+0000 mon.a (mon.0) 972 : cluster [DBG] min_mon_release 19 (squid) 2024-04-01T19:51:26.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.422888+0000 mon.a (mon.0) 973 : cluster [DBG] election_strategy: 1 2024-04-01T19:51:26.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.422906+0000 mon.a (mon.0) 974 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-04-01T19:51:26.810 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.422928+0000 mon.a (mon.0) 975 : cluster [DBG] 1: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.c 2024-04-01T19:51:26.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.422948+0000 mon.a (mon.0) 976 : cluster [DBG] 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-01T19:51:26.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.443289+0000 mon.a (mon.0) 977 : cluster [DBG] fsmap 2024-04-01T19:51:26.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.443349+0000 mon.a (mon.0) 978 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-01T19:51:26.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.443982+0000 mon.a (mon.0) 979 : cluster [DBG] mgrmap e20: a(active, since 3m), standbys: b 2024-04-01T19:51:26.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.444310+0000 mon.a (mon.0) 980 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-01T19:51:26.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.459445+0000 mon.a (mon.0) 981 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-01T19:51:26.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.459510+0000 mon.a (mon.0) 982 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-01T19:51:26.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: cluster 2024-04-01T19:51:25.459585+0000 mon.a (mon.0) 983 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] is down (out of quorum) 2024-04-01T19:51:26.811 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:25.466192+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:25.474035+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:25.481524+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:25.489237+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:25.497032+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:25.505213+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:25.513422+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:25.520455+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:25.526997+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:25.532884+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:25.534314+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:51:26.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:25.540500+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:26.066959+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:26.078284+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.812 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:26.080730+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:51:26.813 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:26.082664+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:51:26.813 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:26.094314+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.813 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:26.377026+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.813 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:26.387521+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.813 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:26 smithi046 bash[22057]: audit 2024-04-01T19:51:26.399168+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:12.964988+0000 mgr.a (mgr.14403) 138 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:26.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:13.997346+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:51:26.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:14.965630+0000 mgr.a (mgr.14403) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:26.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:16.966316+0000 mgr.a (mgr.14403) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:26.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:18.966970+0000 mgr.a (mgr.14403) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:26.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:20.383503+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-04-01T19:51:26.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:20.387558+0000 mon.a (mon.0) 966 : cluster [INF] mon.a calling monitor election 2024-04-01T19:51:26.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:20.967642+0000 mgr.a (mgr.14403) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:26.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:22.968290+0000 mgr.a (mgr.14403) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:26.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:24.968957+0000 mgr.a (mgr.14403) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:26.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.411842+0000 mon.a (mon.0) 967 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-01T19:51:26.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.422756+0000 mon.a (mon.0) 968 : cluster [DBG] monmap epoch 3 2024-04-01T19:51:26.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.422807+0000 mon.a (mon.0) 969 : cluster [DBG] fsid 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:51:26.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.422826+0000 mon.a (mon.0) 970 : cluster [DBG] last_changed 2024-04-01T19:42:16.288430+0000 2024-04-01T19:51:26.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.422845+0000 mon.a (mon.0) 971 : cluster [DBG] created 2024-04-01T19:39:28.696938+0000 2024-04-01T19:51:26.829 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.422867+0000 mon.a (mon.0) 972 : cluster [DBG] min_mon_release 19 (squid) 2024-04-01T19:51:26.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.422888+0000 mon.a (mon.0) 973 : cluster [DBG] election_strategy: 1 2024-04-01T19:51:26.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.422906+0000 mon.a (mon.0) 974 : cluster [DBG] 0: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.a 2024-04-01T19:51:26.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.422928+0000 mon.a (mon.0) 975 : cluster [DBG] 1: [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] mon.c 2024-04-01T19:51:26.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.422948+0000 mon.a (mon.0) 976 : cluster [DBG] 2: [v2:172.21.15.46:3300/0,v1:172.21.15.46:6789/0] mon.b 2024-04-01T19:51:26.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.443289+0000 mon.a (mon.0) 977 : cluster [DBG] fsmap 2024-04-01T19:51:26.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.443349+0000 mon.a (mon.0) 978 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-04-01T19:51:26.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.443982+0000 mon.a (mon.0) 979 : cluster [DBG] mgrmap e20: a(active, since 3m), standbys: b 2024-04-01T19:51:26.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.444310+0000 mon.a (mon.0) 980 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-01T19:51:26.830 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.459445+0000 mon.a (mon.0) 981 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-01T19:51:26.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.459510+0000 mon.a (mon.0) 982 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-01T19:51:26.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: cluster 2024-04-01T19:51:25.459585+0000 mon.a (mon.0) 983 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.63:3300/0,v1:172.21.15.63:6789/0] is down (out of quorum) 2024-04-01T19:51:26.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:25.466192+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:25.474035+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:25.481524+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:25.489237+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:25.497032+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:25.505213+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:25.513422+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:25.520455+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:25.526997+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:25.532884+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:25.534314+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:51:26.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:25.540500+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.831 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:26.066959+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:26.078284+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:26.080730+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:51:26.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:26.082664+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:51:26.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:26.094314+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:26.377026+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:26.387521+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:26.832 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:26 smithi040 bash[21483]: audit 2024-04-01T19:51:26.399168+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:28.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:28 smithi046 bash[22057]: cluster 2024-04-01T19:51:26.969505+0000 mgr.a (mgr.14403) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:28.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:28 smithi040 bash[21483]: cluster 2024-04-01T19:51:26.969505+0000 mgr.a (mgr.14403) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:30.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:30 smithi046 bash[22057]: cluster 2024-04-01T19:51:28.970012+0000 mgr.a (mgr.14403) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:30.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:30 smithi046 bash[22057]: audit 2024-04-01T19:51:29.003799+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:30.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:30 smithi046 bash[22057]: audit 2024-04-01T19:51:29.005657+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:51:30.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:30 smithi040 bash[21483]: cluster 2024-04-01T19:51:28.970012+0000 mgr.a (mgr.14403) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:30.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:30 smithi040 bash[21483]: audit 2024-04-01T19:51:29.003799+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:30.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:30 smithi040 bash[21483]: audit 2024-04-01T19:51:29.005657+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:51:32.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:32 smithi046 bash[22057]: cluster 2024-04-01T19:51:30.970608+0000 mgr.a (mgr.14403) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:32.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:32 smithi040 bash[21483]: cluster 2024-04-01T19:51:30.970608+0000 mgr.a (mgr.14403) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:34.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:34 smithi046 bash[22057]: cluster 2024-04-01T19:51:32.971113+0000 mgr.a (mgr.14403) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:34.317 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:34 smithi040 bash[21483]: cluster 2024-04-01T19:51:32.971113+0000 mgr.a (mgr.14403) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:34.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:51:34 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:51:34] "GET /metrics HTTP/1.1" 200 21515 "" "Prometheus/2.43.0" 2024-04-01T19:51:36.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:36 smithi046 bash[22057]: cluster 2024-04-01T19:51:34.971511+0000 mgr.a (mgr.14403) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:36.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:36 smithi040 bash[21483]: cluster 2024-04-01T19:51:34.971511+0000 mgr.a (mgr.14403) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:38.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:38 smithi046 bash[22057]: cluster 2024-04-01T19:51:36.971965+0000 mgr.a (mgr.14403) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:38.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:38 smithi040 bash[21483]: cluster 2024-04-01T19:51:36.971965+0000 mgr.a (mgr.14403) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:40.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:40 smithi046 bash[22057]: cluster 2024-04-01T19:51:38.972480+0000 mgr.a (mgr.14403) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:40.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:40 smithi046 bash[22057]: audit 2024-04-01T19:51:39.547034+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:40.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:40 smithi046 bash[22057]: audit 2024-04-01T19:51:39.556913+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:40.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:40 smithi046 bash[22057]: audit 2024-04-01T19:51:39.567418+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:40.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:40 smithi040 bash[21483]: cluster 2024-04-01T19:51:38.972480+0000 mgr.a (mgr.14403) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:40.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:40 smithi040 bash[21483]: audit 2024-04-01T19:51:39.547034+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:40.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:40 smithi040 bash[21483]: audit 2024-04-01T19:51:39.556913+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:40.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:40 smithi040 bash[21483]: audit 2024-04-01T19:51:39.567418+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:42.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:42 smithi046 bash[22057]: cluster 2024-04-01T19:51:40.972983+0000 mgr.a (mgr.14403) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:42.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:42 smithi040 bash[21483]: cluster 2024-04-01T19:51:40.972983+0000 mgr.a (mgr.14403) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:44.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:43 smithi046 bash[22057]: audit 2024-04-01T19:51:42.726759+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:44.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:43 smithi046 bash[22057]: audit 2024-04-01T19:51:42.737821+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:44.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:43 smithi046 bash[22057]: audit 2024-04-01T19:51:42.749463+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:44.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:43 smithi046 bash[22057]: cluster 2024-04-01T19:51:42.973505+0000 mgr.a (mgr.14403) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:44.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:43 smithi040 bash[21483]: audit 2024-04-01T19:51:42.726759+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:44.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:43 smithi040 bash[21483]: audit 2024-04-01T19:51:42.737821+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:44.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:43 smithi040 bash[21483]: audit 2024-04-01T19:51:42.749463+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:44.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:43 smithi040 bash[21483]: cluster 2024-04-01T19:51:42.973505+0000 mgr.a (mgr.14403) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:44.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:51:44 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:51:44] "GET /metrics HTTP/1.1" 200 21509 "" "Prometheus/2.43.0" 2024-04-01T19:51:45.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:44 smithi046 bash[22057]: audit 2024-04-01T19:51:43.998325+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:51:45.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:44 smithi040 bash[21483]: audit 2024-04-01T19:51:43.998325+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:51:46.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:45 smithi046 bash[22057]: cluster 2024-04-01T19:51:44.974156+0000 mgr.a (mgr.14403) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:46.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:45 smithi046 bash[22057]: audit 2024-04-01T19:51:44.991201+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:46.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:45 smithi046 bash[22057]: audit 2024-04-01T19:51:45.000083+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:46.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:45 smithi046 bash[22057]: audit 2024-04-01T19:51:45.010639+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:46.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:45 smithi040 bash[21483]: cluster 2024-04-01T19:51:44.974156+0000 mgr.a (mgr.14403) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:46.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:45 smithi040 bash[21483]: audit 2024-04-01T19:51:44.991201+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:46.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:45 smithi040 bash[21483]: audit 2024-04-01T19:51:45.000083+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:46.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:45 smithi040 bash[21483]: audit 2024-04-01T19:51:45.010639+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:48.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:47 smithi046 bash[22057]: cluster 2024-04-01T19:51:46.974722+0000 mgr.a (mgr.14403) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:48.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:47 smithi040 bash[21483]: cluster 2024-04-01T19:51:46.974722+0000 mgr.a (mgr.14403) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:50.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:49 smithi046 bash[22057]: cluster 2024-04-01T19:51:48.975225+0000 mgr.a (mgr.14403) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:50.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:49 smithi040 bash[21483]: cluster 2024-04-01T19:51:48.975225+0000 mgr.a (mgr.14403) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:52.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:52 smithi046 bash[22057]: cluster 2024-04-01T19:51:50.975859+0000 mgr.a (mgr.14403) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:52.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:52 smithi040 bash[21483]: cluster 2024-04-01T19:51:50.975859+0000 mgr.a (mgr.14403) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:54.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:54 smithi046 bash[22057]: cluster 2024-04-01T19:51:52.976513+0000 mgr.a (mgr.14403) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:54.317 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:54 smithi040 bash[21483]: cluster 2024-04-01T19:51:52.976513+0000 mgr.a (mgr.14403) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:54.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:51:54 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:51:54] "GET /metrics HTTP/1.1" 200 21509 "" "Prometheus/2.43.0" 2024-04-01T19:51:56.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:56 smithi046 bash[22057]: cluster 2024-04-01T19:51:54.977144+0000 mgr.a (mgr.14403) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:56.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:56 smithi040 bash[21483]: cluster 2024-04-01T19:51:54.977144+0000 mgr.a (mgr.14403) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:57.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:57 smithi046 bash[22057]: audit 2024-04-01T19:51:56.713376+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:57.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:57 smithi046 bash[22057]: audit 2024-04-01T19:51:56.721347+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:57.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:57 smithi046 bash[22057]: audit 2024-04-01T19:51:56.729891+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:57.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:57 smithi046 bash[22057]: cluster 2024-04-01T19:51:56.977582+0000 mgr.a (mgr.14403) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:51:57.964 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:57 smithi040 bash[21483]: audit 2024-04-01T19:51:56.713376+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:57.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:57 smithi040 bash[21483]: audit 2024-04-01T19:51:56.721347+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:57.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:57 smithi040 bash[21483]: audit 2024-04-01T19:51:56.729891+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:51:57.965 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:57 smithi040 bash[21483]: cluster 2024-04-01T19:51:56.977582+0000 mgr.a (mgr.14403) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:00.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:59 smithi046 bash[22057]: cluster 2024-04-01T19:51:58.978072+0000 mgr.a (mgr.14403) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:00.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:51:59 smithi046 bash[22057]: audit 2024-04-01T19:51:58.998962+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:52:00.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:59 smithi040 bash[21483]: cluster 2024-04-01T19:51:58.978072+0000 mgr.a (mgr.14403) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:00.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:51:59 smithi040 bash[21483]: audit 2024-04-01T19:51:58.998962+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:52:01.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:00 smithi046 bash[22057]: audit 2024-04-01T19:51:59.943407+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:01.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:00 smithi046 bash[22057]: audit 2024-04-01T19:51:59.953812+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:01.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:00 smithi046 bash[22057]: audit 2024-04-01T19:51:59.964866+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:01.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:00 smithi040 bash[21483]: audit 2024-04-01T19:51:59.943407+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:01.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:00 smithi040 bash[21483]: audit 2024-04-01T19:51:59.953812+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:01.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:00 smithi040 bash[21483]: audit 2024-04-01T19:51:59.964866+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:02.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:01 smithi046 bash[22057]: cluster 2024-04-01T19:52:00.978614+0000 mgr.a (mgr.14403) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:02.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:01 smithi040 bash[21483]: cluster 2024-04-01T19:52:00.978614+0000 mgr.a (mgr.14403) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:04.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:04 smithi046 bash[22057]: cluster 2024-04-01T19:52:02.979130+0000 mgr.a (mgr.14403) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:04.316 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:04 smithi040 bash[21483]: cluster 2024-04-01T19:52:02.979130+0000 mgr.a (mgr.14403) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:04.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:52:04 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:52:04] "GET /metrics HTTP/1.1" 200 21510 "" "Prometheus/2.43.0" 2024-04-01T19:52:05.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:05 smithi046 bash[22057]: audit 2024-04-01T19:52:04.230526+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:05.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:05 smithi046 bash[22057]: audit 2024-04-01T19:52:04.240266+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:05.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:05 smithi046 bash[22057]: audit 2024-04-01T19:52:04.250983+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:05.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:05 smithi040 bash[21483]: audit 2024-04-01T19:52:04.230526+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:05.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:05 smithi040 bash[21483]: audit 2024-04-01T19:52:04.240266+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:05.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:05 smithi040 bash[21483]: audit 2024-04-01T19:52:04.250983+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:06.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:06 smithi046 bash[22057]: cluster 2024-04-01T19:52:04.979653+0000 mgr.a (mgr.14403) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:06.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:06 smithi040 bash[21483]: cluster 2024-04-01T19:52:04.979653+0000 mgr.a (mgr.14403) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:08.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:08 smithi046 bash[22057]: cluster 2024-04-01T19:52:06.980178+0000 mgr.a (mgr.14403) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:08.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:08 smithi040 bash[21483]: cluster 2024-04-01T19:52:06.980178+0000 mgr.a (mgr.14403) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:10.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:10 smithi046 bash[22057]: cluster 2024-04-01T19:52:08.980710+0000 mgr.a (mgr.14403) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:10.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:10 smithi040 bash[21483]: cluster 2024-04-01T19:52:08.980710+0000 mgr.a (mgr.14403) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:12.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:12 smithi046 bash[22057]: cluster 2024-04-01T19:52:10.981205+0000 mgr.a (mgr.14403) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:12.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:12 smithi040 bash[21483]: cluster 2024-04-01T19:52:10.981205+0000 mgr.a (mgr.14403) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:14.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:14 smithi046 bash[22057]: cluster 2024-04-01T19:52:12.981661+0000 mgr.a (mgr.14403) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:14.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:14 smithi046 bash[22057]: audit 2024-04-01T19:52:13.925513+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:14.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:14 smithi046 bash[22057]: audit 2024-04-01T19:52:13.934024+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:14.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:14 smithi046 bash[22057]: audit 2024-04-01T19:52:13.944013+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:14.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:14 smithi046 bash[22057]: audit 2024-04-01T19:52:13.999294+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:52:14.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:52:14 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:52:14] "GET /metrics HTTP/1.1" 200 21514 "" "Prometheus/2.43.0" 2024-04-01T19:52:14.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:14 smithi040 bash[21483]: cluster 2024-04-01T19:52:12.981661+0000 mgr.a (mgr.14403) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:14.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:14 smithi040 bash[21483]: audit 2024-04-01T19:52:13.925513+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:14.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:14 smithi040 bash[21483]: audit 2024-04-01T19:52:13.934024+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:14.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:14 smithi040 bash[21483]: audit 2024-04-01T19:52:13.944013+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:14.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:14 smithi040 bash[21483]: audit 2024-04-01T19:52:13.999294+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:52:16.547 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:16 smithi040 bash[21483]: cluster 2024-04-01T19:52:14.982180+0000 mgr.a (mgr.14403) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:16.557 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:16 smithi046 bash[22057]: cluster 2024-04-01T19:52:14.982180+0000 mgr.a (mgr.14403) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:18.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:18 smithi040 bash[21483]: cluster 2024-04-01T19:52:16.982794+0000 mgr.a (mgr.14403) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:18.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:18 smithi040 bash[21483]: audit 2024-04-01T19:52:17.099553+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:18.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:18 smithi040 bash[21483]: audit 2024-04-01T19:52:17.109972+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:18.328 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:18 smithi040 bash[21483]: audit 2024-04-01T19:52:17.120656+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:18.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:18 smithi046 bash[22057]: cluster 2024-04-01T19:52:16.982794+0000 mgr.a (mgr.14403) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:18.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:18 smithi046 bash[22057]: audit 2024-04-01T19:52:17.099553+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:18.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:18 smithi046 bash[22057]: audit 2024-04-01T19:52:17.109972+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:18.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:18 smithi046 bash[22057]: audit 2024-04-01T19:52:17.120656+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:20.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:20 smithi046 bash[22057]: cluster 2024-04-01T19:52:18.983338+0000 mgr.a (mgr.14403) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:20.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:20 smithi040 bash[21483]: cluster 2024-04-01T19:52:18.983338+0000 mgr.a (mgr.14403) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:22.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:22 smithi046 bash[22057]: cluster 2024-04-01T19:52:20.983851+0000 mgr.a (mgr.14403) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:22.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:22 smithi040 bash[21483]: cluster 2024-04-01T19:52:20.983851+0000 mgr.a (mgr.14403) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:24.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:24 smithi046 bash[22057]: cluster 2024-04-01T19:52:22.984384+0000 mgr.a (mgr.14403) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:24.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:24 smithi040 bash[21483]: cluster 2024-04-01T19:52:22.984384+0000 mgr.a (mgr.14403) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:24.578 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:52:24 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:52:24] "GET /metrics HTTP/1.1" 200 21514 "" "Prometheus/2.43.0" 2024-04-01T19:52:25.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:25 smithi046 bash[22057]: audit 2024-04-01T19:52:24.464764+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:25.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:25 smithi046 bash[22057]: audit 2024-04-01T19:52:24.474125+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:25.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:25 smithi046 bash[22057]: audit 2024-04-01T19:52:24.484509+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:25.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:25 smithi040 bash[21483]: audit 2024-04-01T19:52:24.464764+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:25.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:25 smithi040 bash[21483]: audit 2024-04-01T19:52:24.474125+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:25.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:25 smithi040 bash[21483]: audit 2024-04-01T19:52:24.484509+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:26.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:26 smithi046 bash[22057]: cluster 2024-04-01T19:52:24.984939+0000 mgr.a (mgr.14403) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:26.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:26 smithi046 bash[22057]: audit 2024-04-01T19:52:26.221165+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:52:26.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:26 smithi040 bash[21483]: cluster 2024-04-01T19:52:24.984939+0000 mgr.a (mgr.14403) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:26.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:26 smithi040 bash[21483]: audit 2024-04-01T19:52:26.221165+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-01T19:52:28.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:27 smithi046 bash[22057]: audit 2024-04-01T19:52:26.750849+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:28.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:27 smithi046 bash[22057]: audit 2024-04-01T19:52:26.760196+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:28.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:27 smithi046 bash[22057]: audit 2024-04-01T19:52:26.762535+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:52:28.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:27 smithi046 bash[22057]: audit 2024-04-01T19:52:26.764661+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:52:28.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:27 smithi046 bash[22057]: audit 2024-04-01T19:52:26.774915+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:28.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:27 smithi046 bash[22057]: cluster 2024-04-01T19:52:26.985459+0000 mgr.a (mgr.14403) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:28.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:27 smithi040 bash[21483]: audit 2024-04-01T19:52:26.750849+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:28.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:27 smithi040 bash[21483]: audit 2024-04-01T19:52:26.760196+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:28.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:27 smithi040 bash[21483]: audit 2024-04-01T19:52:26.762535+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-01T19:52:28.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:27 smithi040 bash[21483]: audit 2024-04-01T19:52:26.764661+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-01T19:52:28.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:27 smithi040 bash[21483]: audit 2024-04-01T19:52:26.774915+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:28.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:27 smithi040 bash[21483]: cluster 2024-04-01T19:52:26.985459+0000 mgr.a (mgr.14403) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:29.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:29 smithi046 bash[22057]: audit 2024-04-01T19:52:28.999755+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:52:29.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:29 smithi040 bash[21483]: audit 2024-04-01T19:52:28.999755+0000 mon.a (mon.0) 1042 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:52:30.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:30 smithi046 bash[22057]: cluster 2024-04-01T19:52:28.985998+0000 mgr.a (mgr.14403) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:30.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:30 smithi040 bash[21483]: cluster 2024-04-01T19:52:28.985998+0000 mgr.a (mgr.14403) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:32.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:32 smithi046 bash[22057]: cluster 2024-04-01T19:52:30.986599+0000 mgr.a (mgr.14403) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:32.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:32 smithi040 bash[21483]: cluster 2024-04-01T19:52:30.986599+0000 mgr.a (mgr.14403) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:34.315 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:34 smithi040 bash[21483]: cluster 2024-04-01T19:52:32.987115+0000 mgr.a (mgr.14403) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:34.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:34 smithi046 bash[22057]: cluster 2024-04-01T19:52:32.987115+0000 mgr.a (mgr.14403) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:34.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:52:34 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:52:34] "GET /metrics HTTP/1.1" 200 21506 "" "Prometheus/2.43.0" 2024-04-01T19:52:35.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:35 smithi046 bash[22057]: audit 2024-04-01T19:52:34.141265+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:35.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:35 smithi046 bash[22057]: audit 2024-04-01T19:52:34.148481+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:35.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:35 smithi046 bash[22057]: audit 2024-04-01T19:52:34.156347+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:35.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:35 smithi040 bash[21483]: audit 2024-04-01T19:52:34.141265+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:35.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:35 smithi040 bash[21483]: audit 2024-04-01T19:52:34.148481+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:35.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:35 smithi040 bash[21483]: audit 2024-04-01T19:52:34.156347+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:36.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:36 smithi046 bash[22057]: cluster 2024-04-01T19:52:34.987695+0000 mgr.a (mgr.14403) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:36.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:36 smithi040 bash[21483]: cluster 2024-04-01T19:52:34.987695+0000 mgr.a (mgr.14403) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:38.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:38 smithi046 bash[22057]: cluster 2024-04-01T19:52:36.988275+0000 mgr.a (mgr.14403) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:38.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:38 smithi046 bash[22057]: audit 2024-04-01T19:52:37.304005+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:38.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:38 smithi046 bash[22057]: audit 2024-04-01T19:52:37.311620+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:38.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:38 smithi046 bash[22057]: audit 2024-04-01T19:52:37.320109+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:38.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:38 smithi040 bash[21483]: cluster 2024-04-01T19:52:36.988275+0000 mgr.a (mgr.14403) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:38.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:38 smithi040 bash[21483]: audit 2024-04-01T19:52:37.304005+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:38.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:38 smithi040 bash[21483]: audit 2024-04-01T19:52:37.311620+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:38.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:38 smithi040 bash[21483]: audit 2024-04-01T19:52:37.320109+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:40.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:40 smithi046 bash[22057]: cluster 2024-04-01T19:52:38.988784+0000 mgr.a (mgr.14403) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:40.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:40 smithi040 bash[21483]: cluster 2024-04-01T19:52:38.988784+0000 mgr.a (mgr.14403) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:42.558 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:42 smithi046 bash[22057]: cluster 2024-04-01T19:52:40.989447+0000 mgr.a (mgr.14403) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:42.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:42 smithi040 bash[21483]: cluster 2024-04-01T19:52:40.989447+0000 mgr.a (mgr.14403) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:44.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:52:44 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:52:44] "GET /metrics HTTP/1.1" 200 21506 "" "Prometheus/2.43.0" 2024-04-01T19:52:44.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:44 smithi040 bash[21483]: cluster 2024-04-01T19:52:42.989993+0000 mgr.a (mgr.14403) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:44.578 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:44 smithi040 bash[21483]: audit 2024-04-01T19:52:44.000150+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:52:44.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:44 smithi046 bash[22057]: cluster 2024-04-01T19:52:42.989993+0000 mgr.a (mgr.14403) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:44.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:44 smithi046 bash[22057]: audit 2024-04-01T19:52:44.000150+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:52:46.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:45 smithi046 bash[22057]: audit 2024-04-01T19:52:44.692253+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:46.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:45 smithi046 bash[22057]: audit 2024-04-01T19:52:44.701770+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:46.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:45 smithi046 bash[22057]: audit 2024-04-01T19:52:44.713830+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:46.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:45 smithi046 bash[22057]: cluster 2024-04-01T19:52:44.990539+0000 mgr.a (mgr.14403) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:46.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:45 smithi040 bash[21483]: audit 2024-04-01T19:52:44.692253+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:46.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:45 smithi040 bash[21483]: audit 2024-04-01T19:52:44.701770+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:46.077 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:45 smithi040 bash[21483]: audit 2024-04-01T19:52:44.713830+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:46.078 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:45 smithi040 bash[21483]: cluster 2024-04-01T19:52:44.990539+0000 mgr.a (mgr.14403) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:48.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:48 smithi046 bash[22057]: cluster 2024-04-01T19:52:46.991085+0000 mgr.a (mgr.14403) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:48.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:48 smithi040 bash[21483]: cluster 2024-04-01T19:52:46.991085+0000 mgr.a (mgr.14403) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:50.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:50 smithi046 bash[22057]: cluster 2024-04-01T19:52:48.991627+0000 mgr.a (mgr.14403) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:50.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:50 smithi040 bash[21483]: cluster 2024-04-01T19:52:48.991627+0000 mgr.a (mgr.14403) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:52.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:52 smithi046 bash[22057]: cluster 2024-04-01T19:52:50.992235+0000 mgr.a (mgr.14403) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:52.327 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:52 smithi040 bash[21483]: cluster 2024-04-01T19:52:50.992235+0000 mgr.a (mgr.14403) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:54.308 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:54 smithi046 bash[22057]: cluster 2024-04-01T19:52:52.992792+0000 mgr.a (mgr.14403) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:54.317 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:54 smithi040 bash[21483]: cluster 2024-04-01T19:52:52.992792+0000 mgr.a (mgr.14403) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:54.577 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:52:54 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:52:54] "GET /metrics HTTP/1.1" 200 21506 "" "Prometheus/2.43.0" 2024-04-01T19:52:55.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:55 smithi046 bash[22057]: audit 2024-04-01T19:52:54.353468+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:55.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:55 smithi046 bash[22057]: audit 2024-04-01T19:52:54.362845+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:55.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:55 smithi046 bash[22057]: audit 2024-04-01T19:52:54.375775+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:55.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:55 smithi040 bash[21483]: audit 2024-04-01T19:52:54.353468+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:55.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:55 smithi040 bash[21483]: audit 2024-04-01T19:52:54.362845+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:55.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:55 smithi040 bash[21483]: audit 2024-04-01T19:52:54.375775+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:56.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:56 smithi046 bash[22057]: cluster 2024-04-01T19:52:54.993253+0000 mgr.a (mgr.14403) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:56.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:56 smithi040 bash[21483]: cluster 2024-04-01T19:52:54.993253+0000 mgr.a (mgr.14403) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:58.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:58 smithi046 bash[22057]: cluster 2024-04-01T19:52:56.993799+0000 mgr.a (mgr.14403) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:58.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:58 smithi046 bash[22057]: audit 2024-04-01T19:52:57.487691+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:58.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:58 smithi046 bash[22057]: audit 2024-04-01T19:52:57.497274+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:58.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:58 smithi046 bash[22057]: audit 2024-04-01T19:52:57.508088+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:58.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:58 smithi040 bash[21483]: cluster 2024-04-01T19:52:56.993799+0000 mgr.a (mgr.14403) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:52:58.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:58 smithi040 bash[21483]: audit 2024-04-01T19:52:57.487691+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:58.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:58 smithi040 bash[21483]: audit 2024-04-01T19:52:57.497274+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:58.828 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:58 smithi040 bash[21483]: audit 2024-04-01T19:52:57.508088+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' 2024-04-01T19:52:59.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:52:59 smithi046 bash[22057]: audit 2024-04-01T19:52:58.999999+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:52:59.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:52:59 smithi040 bash[21483]: audit 2024-04-01T19:52:58.999999+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14403 172.21.15.40:0/2462805301' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-01T19:53:00.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:53:00 smithi046 bash[22057]: cluster 2024-04-01T19:52:58.994332+0000 mgr.a (mgr.14403) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:53:00.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:53:00 smithi040 bash[21483]: cluster 2024-04-01T19:52:58.994332+0000 mgr.a (mgr.14403) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:53:02.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:53:02 smithi046 bash[22057]: cluster 2024-04-01T19:53:00.994886+0000 mgr.a (mgr.14403) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:53:02.827 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:53:02 smithi040 bash[21483]: cluster 2024-04-01T19:53:00.994886+0000 mgr.a (mgr.14403) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:53:04.577 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:53:04 smithi040 bash[21483]: cluster 2024-04-01T19:53:02.995390+0000 mgr.a (mgr.14403) 193 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:53:04.578 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:53:04 smithi040 bash[21737]: ::ffff:172.21.15.46 - - [01/Apr/2024:19:53:04] "GET /metrics HTTP/1.1" 200 21515 "" "Prometheus/2.43.0" 2024-04-01T19:53:04.808 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:53:04 smithi046 bash[22057]: cluster 2024-04-01T19:53:02.995390+0000 mgr.a (mgr.14403) 193 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-01T19:53:04.842 INFO:teuthology.orchestra.run.smithi040.stderr:+ curl -s http://172.21.15.46:9095/api/v1/status/config 2024-04-01T19:53:04.851 INFO:teuthology.orchestra.run.smithi040.stderr:+ curl -s http://172.21.15.46:9095/api/v1/status/config 2024-04-01T19:53:04.851 INFO:teuthology.orchestra.run.smithi040.stderr:+ jq -e '.status == "success"' 2024-04-01T19:53:04.858 INFO:teuthology.orchestra.run.smithi040.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: 59788392-f05f-11ee-b647-cb9ed24678a4\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.40: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: 59788392-f05f-11ee-b647-cb9ed24678a4\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.40: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: 59788392-f05f-11ee-b647-cb9ed24678a4\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.40: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: 59788392-f05f-11ee-b647-cb9ed24678a4\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.40: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.40:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n metrics_path: /federate\n scheme: http\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-04-01T19:53:04.858 INFO:teuthology.orchestra.run.smithi040.stderr:+ curl -s http://172.21.15.46:9095/api/v1/alerts 2024-04-01T19:53:04.864 INFO:teuthology.orchestra.run.smithi040.stderr:+ curl -s http://172.21.15.46:9095/api/v1/alerts 2024-04-01T19:53:04.864 INFO:teuthology.orchestra.run.smithi040.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-04-01T19:53:04.869 INFO:teuthology.orchestra.run.smithi040.stdout:{"status":"success","data":{"alerts":[{"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 smithi063","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-04-01T19:51: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 smithi063\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-04-01T19:51:40.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","cluster":"59788392-f05f-11ee-b647-cb9ed24678a4","instance":"smithi040:9283","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-04-01T19:51:40.13866993Z","value":"1e+00"}]}}true 2024-04-01T19:53:04.869 INFO:teuthology.orchestra.run.smithi040.stderr:+ curl -s http://172.21.15.63:9093/api/v1/status 2024-04-01T19:53:04.876 INFO:teuthology.orchestra.run.smithi040.stderr:+ curl -s http://172.21.15.63:9093/api/v1/alerts 2024-04-01T19:53:04.882 INFO:teuthology.orchestra.run.smithi040.stderr:+ curl -s http://172.21.15.63:9093/api/v1/alerts 2024-04-01T19:53:04.882 INFO:teuthology.orchestra.run.smithi040.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-04-01T19:53:04.887 INFO:teuthology.orchestra.run.smithi040.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://smithi040.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://smithi046.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://smithi040.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://smithi046.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0}]}],"templates":null},"versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"},"uptime":"2024-04-01T19:48:13.76136974Z","clusterStatus":{"name":"01HTDK90T0GPA1WC7KJWQYQC22","status":"ready","peers":[{"name":"01HTDK90T0GPA1WC7KJWQYQC22","address":"172.21.15.63:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDown","cluster":"59788392-f05f-11ee-b647-cb9ed24678a4","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi063\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-04-01T19:52:10.084Z","endsAt":"2024-04-01T19:56:10.084Z","generatorURL":"http://smithi046.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":"1807b5d73d858143"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"59788392-f05f-11ee-b647-cb9ed24678a4","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi063","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-04-01T19:52:10.084Z","endsAt":"2024-04-01T19:56:10.084Z","generatorURL":"http://smithi046.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":"1c3e52d606ec9f16"}]}true 2024-04-01T19:53:05.647 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-01T19:53:05.657 INFO:tasks.cephadm:Teardown begin 2024-04-01T19:53:05.658 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-01T19:53:05.673 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-01T19:53:05.689 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-01T19:53:05.703 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-01T19:53:05.704 DEBUG:teuthology.orchestra.run.smithi040:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-01T19:53:05.721 DEBUG:teuthology.orchestra.run.smithi046:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-01T19:53:05.736 DEBUG:teuthology.orchestra.run.smithi063:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-01T19:53:05.750 INFO:tasks.cephadm:Stopping all daemons... 2024-04-01T19:53:05.750 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-01T19:53:05.750 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mon.a 2024-04-01T19:53:05.907 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:53:05 smithi040 systemd[1]: Stopping Ceph mon.a for 59788392-f05f-11ee-b647-cb9ed24678a4... 2024-04-01T19:53:05.907 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:53:05 smithi040 bash[21483]: debug 2024-04-01T19:53:05.889+0000 7f110fa39700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-01T19:53:05.907 INFO:journalctl@ceph.mon.a.smithi040.stdout:Apr 01 19:53:05 smithi040 bash[21483]: debug 2024-04-01T19:53:05.889+0000 7f110fa39700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-01T19:53:05.908 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:53:05 smithi040 bash[21737]: [01/Apr/2024:19:53:05] ENGINE Bus STOPPING 2024-04-01T19:53:05.908 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:53:05 smithi040 bash[21737]: [01/Apr/2024:19:53:05] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-01T19:53:05.908 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:53:05 smithi040 bash[21737]: [01/Apr/2024:19:53:05] ENGINE Bus STOPPED 2024-04-01T19:53:06.077 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:53:05 smithi040 bash[21737]: [01/Apr/2024:19:53:05] ENGINE Bus STARTING 2024-04-01T19:53:06.077 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:53:06 smithi040 bash[21737]: [01/Apr/2024:19:53:06] ENGINE Serving on http://:::9283 2024-04-01T19:53:06.077 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:53:06 smithi040 bash[21737]: [01/Apr/2024:19:53:06] ENGINE Bus STARTED 2024-04-01T19:53:06.675 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mon.a.service' 2024-04-01T19:53:06.711 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-01T19:53:06.712 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-01T19:53:06.712 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-01T19:53:06.712 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mon.b 2024-04-01T19:53:07.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:53:06 smithi046 systemd[1]: Stopping Ceph mon.b for 59788392-f05f-11ee-b647-cb9ed24678a4... 2024-04-01T19:53:07.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:53:06 smithi046 bash[22057]: debug 2024-04-01T19:53:06.856+0000 7f69fbb97700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-01T19:53:07.058 INFO:journalctl@ceph.mon.b.smithi046.stdout:Apr 01 19:53:06 smithi046 bash[22057]: debug 2024-04-01T19:53:06.856+0000 7f69fbb97700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-01T19:53:07.791 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mon.b.service' 2024-04-01T19:53:07.824 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-01T19:53:07.824 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-01T19:53:07.824 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-01T19:53:07.824 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mon.c 2024-04-01T19:53:07.843 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mon.c.service' 2024-04-01T19:53:07.924 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-01T19:53:07.924 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-01T19:53:07.924 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-01T19:53:07.925 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mgr.a 2024-04-01T19:53:08.239 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:53:07 smithi040 systemd[1]: Stopping Ceph mgr.a for 59788392-f05f-11ee-b647-cb9ed24678a4... 2024-04-01T19:53:08.239 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:53:08 smithi040 bash[21737]: debug 2024-04-01T19:53:08.049+0000 7f2838682700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-01T19:53:08.240 INFO:journalctl@ceph.mgr.a.smithi040.stdout:Apr 01 19:53:08 smithi040 bash[21737]: debug 2024-04-01T19:53:08.049+0000 7f2838682700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-01T19:53:08.709 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mgr.a.service' 2024-04-01T19:53:08.732 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-01T19:53:08.732 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-01T19:53:08.732 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-01T19:53:08.732 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mgr.b 2024-04-01T19:53:09.058 INFO:journalctl@ceph.mgr.b.smithi046.stdout:Apr 01 19:53:08 smithi046 systemd[1]: Stopping Ceph mgr.b for 59788392-f05f-11ee-b647-cb9ed24678a4... 2024-04-01T19:53:09.637 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-59788392-f05f-11ee-b647-cb9ed24678a4@mgr.b.service' 2024-04-01T19:53:09.659 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-01T19:53:09.659 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-01T19:53:09.659 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-01T19:53:09.659 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-59788392-f05f-11ee-b647-cb9ed24678a4@osd.0 2024-04-01T19:53:10.078 INFO:journalctl@ceph.osd.0.smithi040.stdout:Apr 01 19:53:09 smithi040 systemd[1]: Stopping Ceph osd.0 for 59788392-f05f-11ee-b647-cb9ed24678a4... 2024-04-01T19:53:10.078 INFO:journalctl@ceph.osd.0.smithi040.stdout:Apr 01 19:53:09 smithi040 bash[31690]: debug 2024-04-01T19:53:09.813+0000 7f02eba34700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-01T19:53:10.078 INFO:journalctl@ceph.osd.0.smithi040.stdout:Apr 01 19:53:09 smithi040 bash[31690]: debug 2024-04-01T19:53:09.813+0000 7f02eba34700 -1 osd.0 23 *** Got signal Terminated *** 2024-04-01T19:53:10.078 INFO:journalctl@ceph.osd.0.smithi040.stdout:Apr 01 19:53:09 smithi040 bash[31690]: debug 2024-04-01T19:53:09.813+0000 7f02eba34700 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-01T19:53:16.028 INFO:journalctl@ceph.osd.0.smithi040.stdout:Apr 01 19:53:15 smithi040 bash[46005]: ceph-59788392-f05f-11ee-b647-cb9ed24678a4-osd-0 2024-04-01T19:53:16.327 INFO:journalctl@ceph.osd.0.smithi040.stdout:Apr 01 19:53:16 smithi040 bash[46149]: Error response from daemon: No such container: ceph-59788392-f05f-11ee-b647-cb9ed24678a4-osd-0 2024-04-01T19:53:17.747 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-59788392-f05f-11ee-b647-cb9ed24678a4@osd.0.service' 2024-04-01T19:53:17.782 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-01T19:53:17.782 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-01T19:53:17.782 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-01T19:53:17.782 DEBUG:teuthology.orchestra.run.smithi046:> sudo systemctl stop ceph-59788392-f05f-11ee-b647-cb9ed24678a4@osd.1 2024-04-01T19:53:18.058 INFO:journalctl@ceph.osd.1.smithi046.stdout:Apr 01 19:53:17 smithi046 systemd[1]: Stopping Ceph osd.1 for 59788392-f05f-11ee-b647-cb9ed24678a4... 2024-04-01T19:53:18.438 INFO:journalctl@ceph.osd.1.smithi046.stdout:Apr 01 19:53:18 smithi046 bash[26835]: debug 2024-04-01T19:53:18.184+0000 7f971b991700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-01T19:53:18.439 INFO:journalctl@ceph.osd.1.smithi046.stdout:Apr 01 19:53:18 smithi046 bash[26835]: debug 2024-04-01T19:53:18.184+0000 7f971b991700 -1 osd.1 23 *** Got signal Terminated *** 2024-04-01T19:53:18.439 INFO:journalctl@ceph.osd.1.smithi046.stdout:Apr 01 19:53:18 smithi046 bash[26835]: debug 2024-04-01T19:53:18.184+0000 7f971b991700 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-01T19:53:24.560 INFO:journalctl@ceph.osd.1.smithi046.stdout:Apr 01 19:53:24 smithi046 bash[35796]: ceph-59788392-f05f-11ee-b647-cb9ed24678a4-osd-1 2024-04-01T19:53:24.560 INFO:journalctl@ceph.osd.1.smithi046.stdout:Apr 01 19:53:24 smithi046 bash[36232]: Error response from daemon: No such container: ceph-59788392-f05f-11ee-b647-cb9ed24678a4-osd-1 2024-04-01T19:53:25.950 DEBUG:teuthology.orchestra.run.smithi046:> sudo pkill -f 'journalctl -f -n 0 -u ceph-59788392-f05f-11ee-b647-cb9ed24678a4@osd.1.service' 2024-04-01T19:53:25.993 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-01T19:53:25.994 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-01T19:53:25.994 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-01T19:53:25.994 DEBUG:teuthology.orchestra.run.smithi063:> sudo systemctl stop ceph-59788392-f05f-11ee-b647-cb9ed24678a4@osd.2 2024-04-01T19:53:26.429 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 01 19:53:26 smithi063 systemd[1]: Stopping Ceph osd.2 for 59788392-f05f-11ee-b647-cb9ed24678a4... 2024-04-01T19:53:26.429 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 01 19:53:26 smithi063 bash[27460]: debug 2024-04-01T19:53:26.144+0000 7fdf2636e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-01T19:53:26.429 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 01 19:53:26 smithi063 bash[27460]: debug 2024-04-01T19:53:26.144+0000 7fdf2636e700 -1 osd.2 23 *** Got signal Terminated *** 2024-04-01T19:53:26.429 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 01 19:53:26 smithi063 bash[27460]: debug 2024-04-01T19:53:26.144+0000 7fdf2636e700 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-01T19:53:32.429 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 01 19:53:32 smithi063 bash[36848]: ceph-59788392-f05f-11ee-b647-cb9ed24678a4-osd-2 2024-04-01T19:53:32.429 INFO:journalctl@ceph.osd.2.smithi063.stdout:Apr 01 19:53:32 smithi063 bash[36909]: Error response from daemon: No such container: ceph-59788392-f05f-11ee-b647-cb9ed24678a4-osd-2 2024-04-01T19:53:33.814 DEBUG:teuthology.orchestra.run.smithi063:> sudo pkill -f 'journalctl -f -n 0 -u ceph-59788392-f05f-11ee-b647-cb9ed24678a4@osd.2.service' 2024-04-01T19:53:33.846 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-01T19:53:33.847 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-01T19:53:33.847 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 --force --keep-logs 2024-04-01T19:53:34.018 INFO:teuthology.orchestra.run.smithi040.stdout:Deleting cluster with fsid: 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:53:42.246 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 --force --keep-logs 2024-04-01T19:53:42.420 INFO:teuthology.orchestra.run.smithi046.stdout:Deleting cluster with fsid: 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:53:50.181 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 --force --keep-logs 2024-04-01T19:53:50.353 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:53:57.973 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-01T19:53:57.988 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-01T19:53:58.005 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-01T19:53:58.018 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-01T19:53:58.020 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096/remote/smithi040/crash 2024-04-01T19:53:58.021 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/crash -- . 2024-04-01T19:53:58.045 INFO:teuthology.orchestra.run.smithi040.stderr:tar: /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-01T19:53:58.045 INFO:teuthology.orchestra.run.smithi040.stderr:tar: Error is not recoverable: exiting now 2024-04-01T19:53:58.047 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096/remote/smithi046/crash 2024-04-01T19:53:58.048 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/crash -- . 2024-04-01T19:53:58.062 INFO:teuthology.orchestra.run.smithi046.stderr:tar: /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-01T19:53:58.062 INFO:teuthology.orchestra.run.smithi046.stderr:tar: Error is not recoverable: exiting now 2024-04-01T19:53:58.064 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/crash to /home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096/remote/smithi063/crash 2024-04-01T19:53:58.065 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/crash -- . 2024-04-01T19:53:58.076 INFO:teuthology.orchestra.run.smithi063.stderr:tar: /var/lib/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/crash: Cannot open: No such file or directory 2024-04-01T19:53:58.076 INFO:teuthology.orchestra.run.smithi063.stderr:tar: Error is not recoverable: exiting now 2024-04-01T19:53:58.077 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-01T19:53:58.078 DEBUG:teuthology.orchestra.run.smithi040:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-01T19:53:58.103 INFO:teuthology.orchestra.run.smithi040.stdout:2024-04-01T19:43:37.245073+0000 mon.a (mon.0) 441 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-01T19:53:58.104 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-01T19:53:58.104 DEBUG:teuthology.orchestra.run.smithi040:> sudo egrep '\[SEC\]' /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-01T19:53:58.163 DEBUG:teuthology.orchestra.run.smithi040:> sudo egrep '\[ERR\]' /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-01T19:53:58.217 DEBUG:teuthology.orchestra.run.smithi040:> sudo egrep '\[WRN\]' /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | head -n 1 2024-04-01T19:53:58.277 INFO:teuthology.orchestra.run.smithi040.stdout:2024-04-01T19:43:37.245073+0000 mon.a (mon.0) 441 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-01T19:53:58.278 INFO:tasks.cephadm:Compressing logs... 2024-04-01T19:53:58.278 DEBUG:teuthology.orchestra.run.smithi040:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-01T19:53:58.323 DEBUG:teuthology.orchestra.run.smithi046:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-01T19:53:58.325 DEBUG:teuthology.orchestra.run.smithi063:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-01T19:53:58.330 INFO:teuthology.orchestra.run.smithi040.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-01T19:53:58.336 INFO:teuthology.orchestra.run.smithi046.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-01T19:53:58.338 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-01T19:53:58.339 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-osd.0.log 2024-04-01T19:53:58.339 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-mon.a.log 2024-04-01T19:53:58.339 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.cephadm.log 2024-04-01T19:53:58.340 INFO:teuthology.orchestra.run.smithi063.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-01T19:53:58.341 INFO:teuthology.orchestra.run.smithi040.stderr:gzip/var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-mon.a.log: -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.log 2024-04-01T19:53:58.341 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-volume.log 2024-04-01T19:53:58.342 INFO:teuthology.orchestra.run.smithi040.stderr: 83.9% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.cephadm.log.gz 2024-04-01T19:53:58.342 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.log: gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.audit.log 2024-04-01T19:53:58.342 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-mgr.a.log 2024-04-01T19:53:58.342 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-volume.log: /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.audit.log: /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-mgr.a.log: 87.8% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.log.gz 2024-04-01T19:53:58.344 INFO:teuthology.orchestra.run.smithi040.stderr: 90.4% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.audit.log.gz 2024-04-01T19:53:58.349 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-01T19:53:58.350 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-osd.2.log 2024-04-01T19:53:58.351 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.cephadm.log 2024-04-01T19:53:58.351 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.log 2024-04-01T19:53:58.352 INFO:teuthology.orchestra.run.smithi063.stderr:gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-volume.log 2024-04-01T19:53:58.353 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.cephadm.log: /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.log: gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-mon.c.log 2024-04-01T19:53:58.354 INFO:teuthology.orchestra.run.smithi063.stderr: 83.1% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.cephadm.log.gz 2024-04-01T19:53:58.354 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.audit.log 2024-04-01T19:53:58.354 INFO:teuthology.orchestra.run.smithi063.stderr: 87.9% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.log.gz 2024-04-01T19:53:58.354 INFO:teuthology.orchestra.run.smithi063.stderr:/var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-mon.c.log: /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.audit.log: 83.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-01T19:53:58.355 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-01T19:53:58.355 INFO:teuthology.orchestra.run.smithi046.stderr:gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.cephadm.log 2024-04-01T19:53:58.356 INFO:teuthology.orchestra.run.smithi063.stderr: 90.5% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.audit.log.gz 2024-04-01T19:53:58.357 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-osd.1.log 2024-04-01T19:53:58.357 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.log 2024-04-01T19:53:58.357 INFO:teuthology.orchestra.run.smithi046.stderr: 83.1% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.cephadm.log.gz 2024-04-01T19:53:58.357 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-volume.log 2024-04-01T19:53:58.357 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.log: gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-mgr.b.log 2024-04-01T19:53:58.358 INFO:teuthology.orchestra.run.smithi040.stderr: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-01T19:53:58.359 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.audit.log 2024-04-01T19:53:58.359 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-mon.b.log 2024-04-01T19:53:58.359 INFO:teuthology.orchestra.run.smithi046.stderr: 87.8% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.log.gz 2024-04-01T19:53:58.361 INFO:teuthology.orchestra.run.smithi046.stderr:/var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.audit.log: /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-mon.b.log: 82.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-01T19:53:58.361 INFO:teuthology.orchestra.run.smithi046.stderr: 90.6% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph.audit.log.gz 2024-04-01T19:53:58.367 INFO:teuthology.orchestra.run.smithi046.stderr: 91.0% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-mgr.b.log.gz 2024-04-01T19:53:58.376 INFO:teuthology.orchestra.run.smithi040.stderr: 91.8% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-volume.log.gz 2024-04-01T19:53:58.381 INFO:teuthology.orchestra.run.smithi063.stderr: 91.8% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-volume.log.gz 2024-04-01T19:53:58.385 INFO:teuthology.orchestra.run.smithi046.stderr: 91.9% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-volume.log.gz 2024-04-01T19:53:58.398 INFO:teuthology.orchestra.run.smithi063.stderr: 93.7% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-osd.2.log.gz 2024-04-01T19:53:58.400 INFO:teuthology.orchestra.run.smithi040.stderr: 93.6% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-osd.0.log.gz 2024-04-01T19:53:58.454 INFO:teuthology.orchestra.run.smithi063.stderr: 93.1% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-mon.c.log.gz 2024-04-01T19:53:58.454 INFO:teuthology.orchestra.run.smithi063.stderr: 2024-04-01T19:53:58.455 INFO:teuthology.orchestra.run.smithi063.stderr:real 0m0.125s 2024-04-01T19:53:58.455 INFO:teuthology.orchestra.run.smithi063.stderr:user 0m0.193s 2024-04-01T19:53:58.455 INFO:teuthology.orchestra.run.smithi063.stderr:sys 0m0.020s 2024-04-01T19:53:58.457 INFO:teuthology.orchestra.run.smithi046.stderr: 93.9% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-osd.1.log.gz 2024-04-01T19:53:58.492 INFO:teuthology.orchestra.run.smithi040.stderr: 88.1% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-mgr.a.log.gz 2024-04-01T19:53:58.501 INFO:teuthology.orchestra.run.smithi046.stderr: 92.8% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-mon.b.log.gz 2024-04-01T19:53:58.503 INFO:teuthology.orchestra.run.smithi046.stderr: 2024-04-01T19:53:58.503 INFO:teuthology.orchestra.run.smithi046.stderr:real 0m0.175s 2024-04-01T19:53:58.503 INFO:teuthology.orchestra.run.smithi046.stderr:user 0m0.297s 2024-04-01T19:53:58.503 INFO:teuthology.orchestra.run.smithi046.stderr:sys 0m0.022s 2024-04-01T19:53:58.734 INFO:teuthology.orchestra.run.smithi040.stderr: 91.3% -- replaced with /var/log/ceph/59788392-f05f-11ee-b647-cb9ed24678a4/ceph-mon.a.log.gz 2024-04-01T19:53:58.735 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-01T19:53:58.735 INFO:teuthology.orchestra.run.smithi040.stderr:real 0m0.411s 2024-04-01T19:53:58.735 INFO:teuthology.orchestra.run.smithi040.stderr:user 0m0.661s 2024-04-01T19:53:58.735 INFO:teuthology.orchestra.run.smithi040.stderr:sys 0m0.024s 2024-04-01T19:53:58.736 INFO:tasks.cephadm:Archiving logs... 2024-04-01T19:53:58.736 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/log/ceph to /home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096/remote/smithi040/log 2024-04-01T19:53:58.737 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-01T19:53:58.893 DEBUG:teuthology.misc:Transferring archived files from smithi046:/var/log/ceph to /home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096/remote/smithi046/log 2024-04-01T19:53:58.894 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-01T19:53:58.947 DEBUG:teuthology.misc:Transferring archived files from smithi063:/var/log/ceph to /home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096/remote/smithi063/log 2024-04-01T19:53:58.948 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-01T19:53:58.989 INFO:tasks.cephadm:Removing cluster... 2024-04-01T19:53:58.989 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 --force 2024-04-01T19:53:59.157 INFO:teuthology.orchestra.run.smithi040.stdout:Deleting cluster with fsid: 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:54:00.470 DEBUG:teuthology.orchestra.run.smithi046:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 --force 2024-04-01T19:54:00.644 INFO:teuthology.orchestra.run.smithi046.stdout:Deleting cluster with fsid: 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:54:01.973 DEBUG:teuthology.orchestra.run.smithi063:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 59788392-f05f-11ee-b647-cb9ed24678a4 --force 2024-04-01T19:54:02.144 INFO:teuthology.orchestra.run.smithi063.stdout:Deleting cluster with fsid: 59788392-f05f-11ee-b647-cb9ed24678a4 2024-04-01T19:54:03.466 INFO:tasks.cephadm:Removing cephadm ... 2024-04-01T19:54:03.466 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-01T19:54:03.473 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-01T19:54:03.479 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-01T19:54:03.484 INFO:tasks.cephadm:Teardown complete 2024-04-01T19:54:03.484 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-01T19:54:03.493 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-01T19:54:03.493 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-01T19:54:03.518 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-01T19:54:03.522 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-01T19:54:03.660 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-01T19:54:03.669 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-01T19:54:03.670 DEBUG:teuthology.orchestra.run.smithi040:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-01T19:54:03.672 DEBUG:teuthology.orchestra.run.smithi046:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-01T19:54:03.674 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-01T19:54:03.684 INFO:teuthology.orchestra.run.smithi040.stdout: remote refid st t when poll reach delay offset jitter 2024-04-01T19:54:03.684 INFO:teuthology.orchestra.run.smithi040.stdout:============================================================================== 2024-04-01T19:54:03.684 INFO:teuthology.orchestra.run.smithi040.stdout:*hv01.front.sepi 44.4.53.2 2 u 31 64 377 0.089 -1.714 0.418 2024-04-01T19:54:03.685 INFO:teuthology.orchestra.run.smithi040.stdout:+hv02.front.sepi 63.231.80.2 3 u 39 64 377 0.089 -1.522 0.429 2024-04-01T19:54:03.685 INFO:teuthology.orchestra.run.smithi040.stdout:+hv03.front.sepi 74.6.168.72 3 u 34 64 377 0.100 -1.988 0.515 2024-04-01T19:54:03.685 INFO:teuthology.orchestra.run.smithi040.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-01T19:54:03.686 INFO:teuthology.orchestra.run.smithi046.stdout: remote refid st t when poll reach delay offset jitter 2024-04-01T19:54:03.686 INFO:teuthology.orchestra.run.smithi046.stdout:============================================================================== 2024-04-01T19:54:03.686 INFO:teuthology.orchestra.run.smithi046.stdout:*hv01.front.sepi 44.4.53.2 2 u 33 64 377 0.093 -0.773 0.338 2024-04-01T19:54:03.686 INFO:teuthology.orchestra.run.smithi046.stdout:+hv02.front.sepi 63.231.80.2 3 u 35 64 377 0.075 -0.702 0.266 2024-04-01T19:54:03.686 INFO:teuthology.orchestra.run.smithi046.stdout:+hv03.front.sepi 74.6.168.72 3 u 31 64 377 0.085 -0.540 0.451 2024-04-01T19:54:03.686 INFO:teuthology.orchestra.run.smithi046.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-01T19:54:03.687 INFO:teuthology.orchestra.run.smithi063.stdout: remote refid st t when poll reach delay offset jitter 2024-04-01T19:54:03.687 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================== 2024-04-01T19:54:03.687 INFO:teuthology.orchestra.run.smithi063.stdout:*hv01.front.sepi 44.4.53.2 2 u 33 64 377 0.072 -0.467 0.034 2024-04-01T19:54:03.687 INFO:teuthology.orchestra.run.smithi063.stdout:+hv02.front.sepi 63.231.80.2 3 u 30 64 377 0.093 -0.245 0.063 2024-04-01T19:54:03.688 INFO:teuthology.orchestra.run.smithi063.stdout:+hv03.front.sepi 74.6.168.72 3 u 34 64 377 0.100 -0.168 0.184 2024-04-01T19:54:03.688 INFO:teuthology.orchestra.run.smithi063.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-01T19:54:03.688 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-01T19:54:03.697 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-01T19:54:03.698 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-01T19:54:03.772 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-01T19:54:03.783 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-01T19:54:03.794 INFO:teuthology.task.internal:Duration was 1516.874280 seconds 2024-04-01T19:54:03.794 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-01T19:54:03.805 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-01T19:54:03.806 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-01T19:54:03.808 DEBUG:teuthology.orchestra.run.smithi046:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-01T19:54:03.811 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-01T19:54:03.849 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-01T19:54:03.849 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi040.front.sepia.ceph.com 2024-04-01T19:54:03.849 DEBUG:teuthology.orchestra.run.smithi040:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-01T19:54:03.898 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi046.front.sepia.ceph.com 2024-04-01T19:54:03.898 DEBUG:teuthology.orchestra.run.smithi046:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-01T19:54:03.908 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2024-04-01T19:54:03.908 DEBUG:teuthology.orchestra.run.smithi063:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-01T19:54:03.919 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-01T19:54:03.919 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-01T19:54:03.942 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-01T19:54:03.957 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-01T19:54:04.000 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-01T19:54:04.000 DEBUG:teuthology.orchestra.run.smithi040:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-01T19:54:04.026 DEBUG:teuthology.orchestra.run.smithi046:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-01T19:54:04.034 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-01T19:54:04.125 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-01T19:54:04.135 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-01T19:54:04.135 DEBUG:teuthology.orchestra.run.smithi040:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-01T19:54:04.148 DEBUG:teuthology.orchestra.run.smithi046:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-01T19:54:04.159 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-01T19:54:04.171 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-01T19:54:04.181 DEBUG:teuthology.orchestra.run.smithi040:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-01T19:54:04.191 DEBUG:teuthology.orchestra.run.smithi046:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-01T19:54:04.200 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = core 2024-04-01T19:54:04.202 DEBUG:teuthology.orchestra.run.smithi063:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-01T19:54:04.211 INFO:teuthology.orchestra.run.smithi046.stdout:kernel.core_pattern = core 2024-04-01T19:54:04.224 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2024-04-01T19:54:04.250 DEBUG:teuthology.orchestra.run.smithi040:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-01T19:54:04.264 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-01T19:54:04.265 DEBUG:teuthology.orchestra.run.smithi046:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-01T19:54:04.280 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-01T19:54:04.280 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-01T19:54:04.296 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-01T19:54:04.297 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-01T19:54:04.307 INFO:teuthology.task.internal:Transferring archived files... 2024-04-01T19:54:04.307 DEBUG:teuthology.misc:Transferring archived files from smithi040:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096/remote/smithi040 2024-04-01T19:54:04.308 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-01T19:54:04.332 DEBUG:teuthology.misc:Transferring archived files from smithi046:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096/remote/smithi046 2024-04-01T19:54:04.332 DEBUG:teuthology.orchestra.run.smithi046:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-01T19:54:04.355 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096/remote/smithi063 2024-04-01T19:54:04.355 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-01T19:54:04.376 INFO:teuthology.task.internal:Removing archive directory... 2024-04-01T19:54:04.376 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-01T19:54:04.378 DEBUG:teuthology.orchestra.run.smithi046:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-01T19:54:04.398 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-01T19:54:04.418 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-01T19:54:04.429 INFO:teuthology.task.internal:Not uploading archives. 2024-04-01T19:54:04.429 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-01T19:54:04.444 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-01T19:54:04.444 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-01T19:54:04.447 DEBUG:teuthology.orchestra.run.smithi046:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-01T19:54:04.449 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-01T19:54:04.450 INFO:teuthology.orchestra.run.smithi040.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 1 19:54 /home/ubuntu/cephtest 2024-04-01T19:54:04.453 INFO:teuthology.orchestra.run.smithi046.stdout: 658639 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 1 19:54 /home/ubuntu/cephtest 2024-04-01T19:54:04.466 INFO:teuthology.orchestra.run.smithi063.stdout: 658615 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 1 19:54 /home/ubuntu/cephtest 2024-04-01T19:54:04.467 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-01T19:54:04.480 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-01T19:54:04.513 INFO:teuthology.nuke:Checking targets against current locks 2024-04-01T19:54:04.548 DEBUG:teuthology.nuke:shortname: smithi040 2024-04-01T19:54:04.549 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-01T19:54:04.594 DEBUG:teuthology.nuke:shortname: smithi046 2024-04-01T19:54:04.594 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-01T19:54:04.616 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-01 19:19:24.312878', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEAjwEQcMOhW7fLKAZn6aeo1fLZ401Lu1yzyz47s5v5r6I67za++XNr/25NHpWPvfkpsUemSvD33ZZnukot4/98='} 2024-04-01T19:54:04.635 DEBUG:teuthology.nuke:shortname: smithi063 2024-04-01T19:54:04.635 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-01T19:54:04.648 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi046.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-01 19:19:24.313900', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOrW+R40fm1mQwSt/ScXmvoKn+flGmJDD5z+sHlYpn7RsiU9vsE6Yq6xgS+Sy7gla13cy6LotFcZyD/eNVfDjjE='} 2024-04-01T19:54:04.707 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-04-01_18:07:25-rados-wip-yuri8-testing-2024-03-25-1419-distro-default-smithi/7634096', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-01 19:19:24.311612', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNjC/GJw0vX7031xB6/oMOen+3RUMD4pUCrxsNUYJ0L4og5k/aCEbM7WTfqahzsodZUDdcQAWNHArsYD3hVt3+E='} 2024-04-01T19:54:04.714 INFO:teuthology.orchestra.console.smithi040:Power off 2024-04-01T19:54:04.714 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-01T19:54:04.774 INFO:teuthology.orchestra.console.smithi046:Power off 2024-04-01T19:54:04.774 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-01T19:54:04.784 DEBUG:teuthology.orchestra.console.smithi040:power off output: Chassis Power Control: Down/Off 2024-04-01T19:54:04.785 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-01T19:54:04.811 INFO:teuthology.orchestra.console.smithi063:Power off 2024-04-01T19:54:04.811 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-01T19:54:04.820 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2024-04-01T19:54:04.822 DEBUG:teuthology.orchestra.console.smithi046:power off output: Chassis Power Control: Down/Off 2024-04-01T19:54:04.822 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-01T19:54:04.865 DEBUG:teuthology.orchestra.console.smithi063:power off output: Chassis Power Control: Down/Off 2024-04-01T19:54:04.866 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-01T19:54:04.875 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-04-01T19:54:04.918 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-04-01T19:54:08.822 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-01T19:54:08.876 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-01T19:54:08.919 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-01T19:54:08.933 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2024-04-01T19:54:08.987 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is on 2024-04-01T19:54:09.030 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2024-04-01T19:54:12.937 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-01T19:54:12.988 DEBUG:teuthology.orchestra.console.smithi046:pexpect command: ipmitool -H smithi046.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-01T19:54:13.030 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-01T19:54:13.047 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2024-04-01T19:54:13.098 DEBUG:teuthology.orchestra.console.smithi046:check power output: Chassis Power is off 2024-04-01T19:54:13.140 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is off 2024-04-01T19:54:13.199 INFO:teuthology.orchestra.console.smithi046:Power off completed 2024-04-01T19:54:13.241 INFO:teuthology.orchestra.console.smithi063:Power off completed 2024-04-01T19:54:17.050 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-01T19:54:17.159 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is off 2024-04-01T19:54:17.260 INFO:teuthology.orchestra.console.smithi040:Power off completed 2024-04-01T19:54:17.364 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 1516.874279975891 failure_reason: '"2024-04-01T19:43:37.245073+0000 mon.a (mon.0) 441 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_lflores@teuthology success: false 2024-04-01T19:54:17.364 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-01T19:54:17.457 INFO:teuthology.run:FAIL