2024-05-09T03:46:55.727 INFO:root:teuthology version: 0.0.1.dev271+g1ae7ad8 2024-05-09T03:46:55.727 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi --archive /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699502 --owner scheduled_adking@teuthology --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --verbose -- /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699502/orig.config.yaml 2024-05-09T03:46:55.758 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-09T03:46:55.841 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699502 branch: wip-adk-testing-2024-05-08-1927 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: adking@redhat.com first_in_suite: false job_id: '7699502' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-05-08-1927 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 log-only-match: - CEPHADM_ sha1: c66c553a84eb9faa0029f5f0bb8284e3a826ac85 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c66c553a84eb9faa0029f5f0bb8284e3a826ac85 workunit: branch: wip-adk-testing-2024-05-08-1927 sha1: c66c553a84eb9faa0029f5f0bb8284e3a826ac85 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 4873 sha1: c66c553a84eb9faa0029f5f0bb8284e3a826ac85 sleep_before_teardown: 0 subset: 1/20 suite: orch:cephadm suite_branch: wip-adk-testing-2024-05-08-1927 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_c66c553a84eb9faa0029f5f0bb8284e3a826ac85/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: c66c553a84eb9faa0029f5f0bb8284e3a826ac85 targets: smithi037.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDOHms7P8C7eTfNPlhSOs3q/m/NophuanaN55iJGCt9Pbz8cJS1uXBmXb9g0vDuwxFcMqlaxXnsvnVnq/odnQHc= smithi160.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAn4eabbm0MXf7bgBHdeJDCDR5vrLRR8QR+kPO35J5esLCaOshRNssYRUWqmKYbSq5WILXpn5Be/16og5I6njzI= smithi188.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDrdivtYBxTxmqX99vDCCLFe+REH7T69HfE09EvFxA6MEQxLeYUne4DqNdkACNquxf8pshzhValhnIUPEOYlV2E= 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: 1ae7ad82388e92a475afff437d49054826c019a1 timestamp: 2024-05-09_03:09:40 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-05-09T03:46:55.841 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_c66c553a84eb9faa0029f5f0bb8284e3a826ac85/qa; will attempt to use it 2024-05-09T03:46:55.842 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_c66c553a84eb9faa0029f5f0bb8284e3a826ac85/qa/tasks 2024-05-09T03:46:55.842 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-05-09T03:46:55.844 INFO:teuthology.task.internal:Checking packages... 2024-05-09T03:46:55.869 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'c66c553a84eb9faa0029f5f0bb8284e3a826ac85' 2024-05-09T03:46:55.869 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-05-09T03:46:55.869 INFO:teuthology.packaging:ref: None 2024-05-09T03:46:55.869 INFO:teuthology.packaging:tag: None 2024-05-09T03:46:55.869 INFO:teuthology.packaging:branch: wip-adk-testing-2024-05-08-1927 2024-05-09T03:46:55.869 INFO:teuthology.packaging:sha1: c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:46:55.869 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-05-08-1927 2024-05-09T03:46:56.091 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:46:56.093 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-05-09T03:46:56.099 INFO:teuthology.task.internal:no buildpackages task found 2024-05-09T03:46:56.099 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-05-09T03:46:56.111 INFO:teuthology.task.internal:Saving configuration 2024-05-09T03:46:56.127 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-05-09T03:46:56.133 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-05-09T03:46:56.158 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699502', '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-05-09 03:41:04.124956', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKA3oFus775AtLGYaG5xIa0yLmmdPNt0gALZmeycswcY'} 2024-05-09T03:46:56.180 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699502', '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-05-09 03:41:04.123379', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII+TL2E7NLdXxFVJY7RCuKxkvXmhQyShb7g7DrKXKYou'} 2024-05-09T03:46:56.202 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699502', '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-05-09 03:41:04.121430', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILJbtMmK3RtCwZ9f/kK/FuM5oLHcw3d+/6qC8QCRyVfr'} 2024-05-09T03:46:56.203 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-05-09T03:46:56.208 INFO:teuthology.task.internal:roles: ubuntu@smithi037.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-05-09T03:46:56.208 INFO:teuthology.task.internal:roles: ubuntu@smithi160.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-05-09T03:46:56.208 INFO:teuthology.task.internal:roles: ubuntu@smithi188.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-05-09T03:46:56.208 INFO:teuthology.run_tasks:Running task console_log... 2024-05-09T03:46:56.326 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f09471bff70>, signals=[15]) 2024-05-09T03:46:56.327 INFO:teuthology.run_tasks:Running task internal.connect... 2024-05-09T03:46:56.335 INFO:teuthology.task.internal:Opening connections... 2024-05-09T03:46:56.335 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi037.front.sepia.ceph.com 2024-05-09T03:46:56.338 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:46:56.435 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi160.front.sepia.ceph.com 2024-05-09T03:46:56.436 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:46:56.525 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi188.front.sepia.ceph.com 2024-05-09T03:46:56.525 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:46:56.610 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-05-09T03:46:56.617 DEBUG:teuthology.orchestra.run.smithi037:> uname -m 2024-05-09T03:46:56.624 INFO:teuthology.orchestra.run.smithi037.stdout:x86_64 2024-05-09T03:46:56.625 DEBUG:teuthology.orchestra.run.smithi037:> cat /etc/os-release 2024-05-09T03:46:56.675 INFO:teuthology.orchestra.run.smithi037.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-09T03:46:56.675 INFO:teuthology.orchestra.run.smithi037.stdout:NAME="Ubuntu" 2024-05-09T03:46:56.675 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_ID="22.04" 2024-05-09T03:46:56.675 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-09T03:46:56.675 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_CODENAME=jammy 2024-05-09T03:46:56.675 INFO:teuthology.orchestra.run.smithi037.stdout:ID=ubuntu 2024-05-09T03:46:56.675 INFO:teuthology.orchestra.run.smithi037.stdout:ID_LIKE=debian 2024-05-09T03:46:56.675 INFO:teuthology.orchestra.run.smithi037.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-09T03:46:56.675 INFO:teuthology.orchestra.run.smithi037.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-09T03:46:56.675 INFO:teuthology.orchestra.run.smithi037.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-09T03:46:56.675 INFO:teuthology.orchestra.run.smithi037.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-09T03:46:56.676 INFO:teuthology.orchestra.run.smithi037.stdout:UBUNTU_CODENAME=jammy 2024-05-09T03:46:56.676 INFO:teuthology.lock.ops:Updating smithi037.front.sepia.ceph.com on lock server 2024-05-09T03:46:56.702 DEBUG:teuthology.orchestra.run.smithi160:> uname -m 2024-05-09T03:46:56.708 INFO:teuthology.orchestra.run.smithi160.stdout:x86_64 2024-05-09T03:46:56.709 DEBUG:teuthology.orchestra.run.smithi160:> cat /etc/os-release 2024-05-09T03:46:56.759 INFO:teuthology.orchestra.run.smithi160.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-09T03:46:56.759 INFO:teuthology.orchestra.run.smithi160.stdout:NAME="Ubuntu" 2024-05-09T03:46:56.760 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_ID="22.04" 2024-05-09T03:46:56.760 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-09T03:46:56.760 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_CODENAME=jammy 2024-05-09T03:46:56.760 INFO:teuthology.orchestra.run.smithi160.stdout:ID=ubuntu 2024-05-09T03:46:56.760 INFO:teuthology.orchestra.run.smithi160.stdout:ID_LIKE=debian 2024-05-09T03:46:56.760 INFO:teuthology.orchestra.run.smithi160.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-09T03:46:56.760 INFO:teuthology.orchestra.run.smithi160.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-09T03:46:56.760 INFO:teuthology.orchestra.run.smithi160.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-09T03:46:56.760 INFO:teuthology.orchestra.run.smithi160.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-09T03:46:56.760 INFO:teuthology.orchestra.run.smithi160.stdout:UBUNTU_CODENAME=jammy 2024-05-09T03:46:56.761 INFO:teuthology.lock.ops:Updating smithi160.front.sepia.ceph.com on lock server 2024-05-09T03:46:56.793 DEBUG:teuthology.orchestra.run.smithi188:> uname -m 2024-05-09T03:46:56.799 INFO:teuthology.orchestra.run.smithi188.stdout:x86_64 2024-05-09T03:46:56.799 DEBUG:teuthology.orchestra.run.smithi188:> cat /etc/os-release 2024-05-09T03:46:56.845 INFO:teuthology.orchestra.run.smithi188.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-05-09T03:46:56.845 INFO:teuthology.orchestra.run.smithi188.stdout:NAME="Ubuntu" 2024-05-09T03:46:56.845 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION_ID="22.04" 2024-05-09T03:46:56.845 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-05-09T03:46:56.845 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION_CODENAME=jammy 2024-05-09T03:46:56.846 INFO:teuthology.orchestra.run.smithi188.stdout:ID=ubuntu 2024-05-09T03:46:56.846 INFO:teuthology.orchestra.run.smithi188.stdout:ID_LIKE=debian 2024-05-09T03:46:56.846 INFO:teuthology.orchestra.run.smithi188.stdout:HOME_URL="https://www.ubuntu.com/" 2024-05-09T03:46:56.846 INFO:teuthology.orchestra.run.smithi188.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-05-09T03:46:56.846 INFO:teuthology.orchestra.run.smithi188.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-05-09T03:46:56.846 INFO:teuthology.orchestra.run.smithi188.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-05-09T03:46:56.846 INFO:teuthology.orchestra.run.smithi188.stdout:UBUNTU_CODENAME=jammy 2024-05-09T03:46:56.846 INFO:teuthology.lock.ops:Updating smithi188.front.sepia.ceph.com on lock server 2024-05-09T03:46:56.868 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-05-09T03:46:56.877 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-05-09T03:46:56.882 INFO:teuthology.task.internal:Checking for old test directory... 2024-05-09T03:46:56.882 DEBUG:teuthology.orchestra.run.smithi037:> test '!' -e /home/ubuntu/cephtest 2024-05-09T03:46:56.885 DEBUG:teuthology.orchestra.run.smithi160:> test '!' -e /home/ubuntu/cephtest 2024-05-09T03:46:56.887 DEBUG:teuthology.orchestra.run.smithi188:> test '!' -e /home/ubuntu/cephtest 2024-05-09T03:46:56.892 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-05-09T03:46:56.900 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-05-09T03:46:56.900 DEBUG:teuthology.orchestra.run.smithi037:> test -z $(ls -A /var/lib/ceph) 2024-05-09T03:46:56.931 DEBUG:teuthology.orchestra.run.smithi160:> test -z $(ls -A /var/lib/ceph) 2024-05-09T03:46:56.934 DEBUG:teuthology.orchestra.run.smithi188:> test -z $(ls -A /var/lib/ceph) 2024-05-09T03:46:57.024 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-05-09T03:46:57.106 INFO:teuthology.run_tasks:Running task kernel... 2024-05-09T03:46:57.123 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-05-09T03:46:57.123 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-05-09T03:46:57.123 DEBUG:teuthology.orchestra.run.smithi037:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-09T03:46:57.124 DEBUG:teuthology.orchestra.run.smithi160:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-09T03:46:57.124 DEBUG:teuthology.orchestra.run.smithi188:> test -f /run/.containerenv -o -f /.dockerenv 2024-05-09T03:46:57.129 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-09T03:46:57.129 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-05-09T03:46:57.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-09T03:46:57.131 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-09T03:46:57.131 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2024-05-09T03:46:57.132 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2024-05-09T03:46:57.179 INFO:teuthology.orchestra.run.smithi037.stdout:5.15.0-56-generic 2024-05-09T03:46:57.179 INFO:teuthology.orchestra.run.smithi188.stdout:5.15.0-56-generic 2024-05-09T03:46:57.179 INFO:teuthology.task.kernel:Running kernel on smithi037: 5.15.0-56-generic 2024-05-09T03:46:57.180 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get clean 2024-05-09T03:46:57.180 INFO:teuthology.task.kernel:Running kernel on smithi188: 5.15.0-56-generic 2024-05-09T03:46:57.180 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get clean 2024-05-09T03:46:57.182 INFO:teuthology.orchestra.run.smithi160.stdout:5.15.0-56-generic 2024-05-09T03:46:57.182 INFO:teuthology.task.kernel:Running kernel on smithi160: 5.15.0-56-generic 2024-05-09T03:46:57.182 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get clean 2024-05-09T03:46:57.294 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get update 2024-05-09T03:46:57.316 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get update 2024-05-09T03:46:57.321 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get update 2024-05-09T03:46:57.460 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-09T03:46:57.461 INFO:teuthology.orchestra.run.smithi037.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-09T03:46:57.463 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-09T03:46:57.464 INFO:teuthology.orchestra.run.smithi037.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-09T03:46:57.467 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-09T03:46:57.471 INFO:teuthology.orchestra.run.smithi188.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-09T03:46:57.471 INFO:teuthology.orchestra.run.smithi188.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-09T03:46:57.482 INFO:teuthology.orchestra.run.smithi160.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-05-09T03:46:57.550 INFO:teuthology.orchestra.run.smithi037.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-09T03:46:57.556 INFO:teuthology.orchestra.run.smithi160.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-09T03:46:57.560 INFO:teuthology.orchestra.run.smithi188.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-05-09T03:46:57.568 INFO:teuthology.orchestra.run.smithi160.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-05-09T03:46:57.679 INFO:teuthology.orchestra.run.smithi188.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,421 kB] 2024-05-09T03:46:57.698 INFO:teuthology.orchestra.run.smithi160.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,638 kB] 2024-05-09T03:46:57.709 INFO:teuthology.orchestra.run.smithi037.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [458 kB] 2024-05-09T03:46:57.749 INFO:teuthology.orchestra.run.smithi188.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,638 kB] 2024-05-09T03:46:57.794 INFO:teuthology.orchestra.run.smithi037.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [624 kB] 2024-05-09T03:46:57.795 INFO:teuthology.orchestra.run.smithi188.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [458 kB] 2024-05-09T03:46:57.795 INFO:teuthology.orchestra.run.smithi188.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [246 kB] 2024-05-09T03:46:57.795 INFO:teuthology.orchestra.run.smithi037.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,421 kB] 2024-05-09T03:46:57.796 INFO:teuthology.orchestra.run.smithi188.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-09T03:46:57.797 INFO:teuthology.orchestra.run.smithi188.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,807 kB] 2024-05-09T03:46:57.811 INFO:teuthology.orchestra.run.smithi160.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [624 kB] 2024-05-09T03:46:57.822 INFO:teuthology.orchestra.run.smithi160.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [307 kB] 2024-05-09T03:46:57.828 INFO:teuthology.orchestra.run.smithi160.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-09T03:46:57.829 INFO:teuthology.orchestra.run.smithi160.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,864 kB] 2024-05-09T03:46:57.831 INFO:teuthology.orchestra.run.smithi188.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-09T03:46:57.833 INFO:teuthology.orchestra.run.smithi188.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [307 kB] 2024-05-09T03:46:57.839 INFO:teuthology.orchestra.run.smithi188.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-09T03:46:57.840 INFO:teuthology.orchestra.run.smithi188.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [602 kB] 2024-05-09T03:46:57.851 INFO:teuthology.orchestra.run.smithi188.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [849 kB] 2024-05-09T03:46:57.865 INFO:teuthology.orchestra.run.smithi188.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-09T03:46:57.869 INFO:teuthology.orchestra.run.smithi188.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-09T03:46:57.876 INFO:teuthology.orchestra.run.smithi037.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [246 kB] 2024-05-09T03:46:57.877 INFO:teuthology.orchestra.run.smithi160.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-09T03:46:57.877 INFO:teuthology.orchestra.run.smithi160.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [316 kB] 2024-05-09T03:46:57.881 INFO:teuthology.orchestra.run.smithi160.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-09T03:46:57.881 INFO:teuthology.orchestra.run.smithi160.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-09T03:46:57.881 INFO:teuthology.orchestra.run.smithi188.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-09T03:46:57.893 INFO:teuthology.orchestra.run.smithi037.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-09T03:46:57.893 INFO:teuthology.orchestra.run.smithi037.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,807 kB] 2024-05-09T03:46:57.906 INFO:teuthology.orchestra.run.smithi188.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-09T03:46:57.913 INFO:teuthology.orchestra.run.smithi160.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,073 kB] 2024-05-09T03:46:57.915 INFO:teuthology.orchestra.run.smithi188.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-09T03:46:57.915 INFO:teuthology.orchestra.run.smithi188.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-09T03:46:57.917 INFO:teuthology.orchestra.run.smithi037.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,638 kB] 2024-05-09T03:46:57.923 INFO:teuthology.orchestra.run.smithi160.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-09T03:46:57.924 INFO:teuthology.orchestra.run.smithi160.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-09T03:46:57.924 INFO:teuthology.orchestra.run.smithi160.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-09T03:46:57.924 INFO:teuthology.orchestra.run.smithi160.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-09T03:46:57.924 INFO:teuthology.orchestra.run.smithi160.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-09T03:46:57.924 INFO:teuthology.orchestra.run.smithi160.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-09T03:46:57.926 INFO:teuthology.orchestra.run.smithi037.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-09T03:46:57.926 INFO:teuthology.orchestra.run.smithi037.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [307 kB] 2024-05-09T03:46:57.930 INFO:teuthology.orchestra.run.smithi037.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-09T03:46:57.930 INFO:teuthology.orchestra.run.smithi037.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [849 kB] 2024-05-09T03:46:57.930 INFO:teuthology.orchestra.run.smithi188.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [624 kB] 2024-05-09T03:46:57.937 INFO:teuthology.orchestra.run.smithi160.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-09T03:46:57.938 INFO:teuthology.orchestra.run.smithi160.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-09T03:46:57.939 INFO:teuthology.orchestra.run.smithi160.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-09T03:46:57.945 INFO:teuthology.orchestra.run.smithi037.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [602 kB] 2024-05-09T03:46:57.947 INFO:teuthology.orchestra.run.smithi188.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [307 kB] 2024-05-09T03:46:57.955 INFO:teuthology.orchestra.run.smithi188.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-09T03:46:57.956 INFO:teuthology.orchestra.run.smithi037.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-09T03:46:57.956 INFO:teuthology.orchestra.run.smithi188.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,864 kB] 2024-05-09T03:46:57.958 INFO:teuthology.orchestra.run.smithi037.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-09T03:46:57.958 INFO:teuthology.orchestra.run.smithi037.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-09T03:46:57.962 INFO:teuthology.orchestra.run.smithi160.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-09T03:46:57.962 INFO:teuthology.orchestra.run.smithi160.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-09T03:46:57.963 INFO:teuthology.orchestra.run.smithi160.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-09T03:46:57.963 INFO:teuthology.orchestra.run.smithi160.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-09T03:46:57.963 INFO:teuthology.orchestra.run.smithi160.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-09T03:46:57.980 INFO:teuthology.orchestra.run.smithi037.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-09T03:46:57.980 INFO:teuthology.orchestra.run.smithi037.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [307 kB] 2024-05-09T03:46:57.980 INFO:teuthology.orchestra.run.smithi037.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-09T03:46:57.980 INFO:teuthology.orchestra.run.smithi037.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-09T03:46:57.986 INFO:teuthology.orchestra.run.smithi037.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-05-09T03:46:57.987 INFO:teuthology.orchestra.run.smithi037.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,864 kB] 2024-05-09T03:46:57.988 INFO:teuthology.orchestra.run.smithi188.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-09T03:46:57.989 INFO:teuthology.orchestra.run.smithi188.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [316 kB] 2024-05-09T03:46:57.994 INFO:teuthology.orchestra.run.smithi188.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-09T03:46:57.994 INFO:teuthology.orchestra.run.smithi188.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,073 kB] 2024-05-09T03:46:58.007 INFO:teuthology.orchestra.run.smithi188.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-09T03:46:58.008 INFO:teuthology.orchestra.run.smithi160.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,421 kB] 2024-05-09T03:46:58.019 INFO:teuthology.orchestra.run.smithi188.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-09T03:46:58.022 INFO:teuthology.orchestra.run.smithi188.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-09T03:46:58.023 INFO:teuthology.orchestra.run.smithi037.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-05-09T03:46:58.023 INFO:teuthology.orchestra.run.smithi188.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-09T03:46:58.024 INFO:teuthology.orchestra.run.smithi188.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-09T03:46:58.024 INFO:teuthology.orchestra.run.smithi037.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [316 kB] 2024-05-09T03:46:58.030 INFO:teuthology.orchestra.run.smithi037.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-05-09T03:46:58.030 INFO:teuthology.orchestra.run.smithi037.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [702 kB] 2024-05-09T03:46:58.038 INFO:teuthology.orchestra.run.smithi188.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-09T03:46:58.038 INFO:teuthology.orchestra.run.smithi188.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-09T03:46:58.038 INFO:teuthology.orchestra.run.smithi188.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-09T03:46:58.039 INFO:teuthology.orchestra.run.smithi188.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-09T03:46:58.041 INFO:teuthology.orchestra.run.smithi037.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,073 kB] 2024-05-09T03:46:58.046 INFO:teuthology.orchestra.run.smithi188.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-09T03:46:58.047 INFO:teuthology.orchestra.run.smithi188.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-09T03:46:58.047 INFO:teuthology.orchestra.run.smithi188.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-09T03:46:58.048 INFO:teuthology.orchestra.run.smithi188.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-09T03:46:58.048 INFO:teuthology.orchestra.run.smithi188.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-09T03:46:58.054 INFO:teuthology.orchestra.run.smithi037.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-05-09T03:46:58.056 INFO:teuthology.orchestra.run.smithi037.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-05-09T03:46:58.057 INFO:teuthology.orchestra.run.smithi037.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-05-09T03:46:58.057 INFO:teuthology.orchestra.run.smithi037.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-05-09T03:46:58.058 INFO:teuthology.orchestra.run.smithi188.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-09T03:46:58.066 INFO:teuthology.orchestra.run.smithi037.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-05-09T03:46:58.067 INFO:teuthology.orchestra.run.smithi037.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-05-09T03:46:58.067 INFO:teuthology.orchestra.run.smithi037.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.3 kB] 2024-05-09T03:46:58.068 INFO:teuthology.orchestra.run.smithi037.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-05-09T03:46:58.069 INFO:teuthology.orchestra.run.smithi037.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-05-09T03:46:58.086 INFO:teuthology.orchestra.run.smithi037.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-05-09T03:46:58.086 INFO:teuthology.orchestra.run.smithi037.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [27.2 kB] 2024-05-09T03:46:58.087 INFO:teuthology.orchestra.run.smithi037.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [16.0 kB] 2024-05-09T03:46:58.087 INFO:teuthology.orchestra.run.smithi037.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-05-09T03:46:58.087 INFO:teuthology.orchestra.run.smithi037.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-05-09T03:46:58.423 INFO:teuthology.orchestra.run.smithi160.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [458 kB] 2024-05-09T03:46:58.441 INFO:teuthology.orchestra.run.smithi160.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [246 kB] 2024-05-09T03:46:58.450 INFO:teuthology.orchestra.run.smithi160.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-05-09T03:46:58.451 INFO:teuthology.orchestra.run.smithi160.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-05-09T03:46:58.452 INFO:teuthology.orchestra.run.smithi160.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,807 kB] 2024-05-09T03:46:58.546 INFO:teuthology.orchestra.run.smithi160.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [307 kB] 2024-05-09T03:46:58.556 INFO:teuthology.orchestra.run.smithi160.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-05-09T03:46:58.556 INFO:teuthology.orchestra.run.smithi160.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [849 kB] 2024-05-09T03:46:58.584 INFO:teuthology.orchestra.run.smithi160.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [602 kB] 2024-05-09T03:46:58.762 INFO:teuthology.orchestra.run.smithi160.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-05-09T03:46:59.158 INFO:teuthology.orchestra.run.smithi160.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-05-09T03:46:59.164 INFO:teuthology.orchestra.run.smithi160.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-05-09T03:46:59.164 INFO:teuthology.orchestra.run.smithi160.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-05-09T03:46:59.178 INFO:teuthology.orchestra.run.smithi160.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-05-09T03:46:59.181 INFO:teuthology.orchestra.run.smithi160.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-05-09T03:47:03.554 INFO:teuthology.orchestra.run.smithi160.stdout:Fetched 13.4 MB in 2s (7,166 kB/s) 2024-05-09T03:47:03.746 INFO:teuthology.orchestra.run.smithi188.stdout:Fetched 13.4 MB in 2s (7,188 kB/s) 2024-05-09T03:47:03.867 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 13.4 MB in 2s (6,692 kB/s) 2024-05-09T03:47:04.915 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-05-09T03:47:04.933 DEBUG:teuthology.orchestra.run.smithi160:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-09T03:47:04.987 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-05-09T03:47:05.144 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-05-09T03:47:05.156 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2024-05-09T03:47:05.161 DEBUG:teuthology.orchestra.run.smithi037:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-09T03:47:05.175 DEBUG:teuthology.orchestra.run.smithi188:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-09T03:47:05.183 INFO:teuthology.orchestra.run.smithi160.stdout:Building dependency tree... 2024-05-09T03:47:05.184 INFO:teuthology.orchestra.run.smithi160.stdout:Reading state information... 2024-05-09T03:47:05.215 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-05-09T03:47:05.235 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2024-05-09T03:47:05.342 INFO:teuthology.orchestra.run.smithi160.stdout:The following packages were automatically installed and are no longer required: 2024-05-09T03:47:05.342 INFO:teuthology.orchestra.run.smithi160.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-09T03:47:05.342 INFO:teuthology.orchestra.run.smithi160.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-09T03:47:05.343 INFO:teuthology.orchestra.run.smithi160.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-09T03:47:05.343 INFO:teuthology.orchestra.run.smithi160.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-09T03:47:05.343 INFO:teuthology.orchestra.run.smithi160.stdout: python2.7-minimal 2024-05-09T03:47:05.343 INFO:teuthology.orchestra.run.smithi160.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-09T03:47:05.344 INFO:teuthology.orchestra.run.smithi160.stdout:The following additional packages will be installed: 2024-05-09T03:47:05.344 INFO:teuthology.orchestra.run.smithi160.stdout: linux-generic linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-09T03:47:05.344 INFO:teuthology.orchestra.run.smithi160.stdout: linux-headers-generic linux-image-5.15.0-106-generic 2024-05-09T03:47:05.345 INFO:teuthology.orchestra.run.smithi160.stdout: linux-modules-5.15.0-106-generic linux-modules-extra-5.15.0-106-generic 2024-05-09T03:47:05.346 INFO:teuthology.orchestra.run.smithi160.stdout:Suggested packages: 2024-05-09T03:47:05.346 INFO:teuthology.orchestra.run.smithi160.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-09T03:47:05.346 INFO:teuthology.orchestra.run.smithi160.stdout:Recommended packages: 2024-05-09T03:47:05.346 INFO:teuthology.orchestra.run.smithi160.stdout: thermald 2024-05-09T03:47:05.395 INFO:teuthology.orchestra.run.smithi160.stdout:The following NEW packages will be installed: 2024-05-09T03:47:05.396 INFO:teuthology.orchestra.run.smithi160.stdout: linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-09T03:47:05.396 INFO:teuthology.orchestra.run.smithi160.stdout: linux-image-5.15.0-106-generic linux-modules-5.15.0-106-generic 2024-05-09T03:47:05.396 INFO:teuthology.orchestra.run.smithi160.stdout: linux-modules-extra-5.15.0-106-generic 2024-05-09T03:47:05.397 INFO:teuthology.orchestra.run.smithi160.stdout:The following packages will be upgraded: 2024-05-09T03:47:05.398 INFO:teuthology.orchestra.run.smithi037.stdout:Building dependency tree... 2024-05-09T03:47:05.398 INFO:teuthology.orchestra.run.smithi160.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-09T03:47:05.398 INFO:teuthology.orchestra.run.smithi037.stdout:Reading state information... 2024-05-09T03:47:05.416 INFO:teuthology.orchestra.run.smithi188.stdout:Building dependency tree... 2024-05-09T03:47:05.417 INFO:teuthology.orchestra.run.smithi188.stdout:Reading state information... 2024-05-09T03:47:05.561 INFO:teuthology.orchestra.run.smithi037.stdout:The following packages were automatically installed and are no longer required: 2024-05-09T03:47:05.562 INFO:teuthology.orchestra.run.smithi037.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-09T03:47:05.562 INFO:teuthology.orchestra.run.smithi037.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-09T03:47:05.562 INFO:teuthology.orchestra.run.smithi037.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-09T03:47:05.562 INFO:teuthology.orchestra.run.smithi037.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-09T03:47:05.563 INFO:teuthology.orchestra.run.smithi037.stdout: python2.7-minimal 2024-05-09T03:47:05.563 INFO:teuthology.orchestra.run.smithi037.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-09T03:47:05.563 INFO:teuthology.orchestra.run.smithi037.stdout:The following additional packages will be installed: 2024-05-09T03:47:05.564 INFO:teuthology.orchestra.run.smithi037.stdout: linux-generic linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-09T03:47:05.564 INFO:teuthology.orchestra.run.smithi037.stdout: linux-headers-generic linux-image-5.15.0-106-generic 2024-05-09T03:47:05.564 INFO:teuthology.orchestra.run.smithi037.stdout: linux-modules-5.15.0-106-generic linux-modules-extra-5.15.0-106-generic 2024-05-09T03:47:05.565 INFO:teuthology.orchestra.run.smithi037.stdout:Suggested packages: 2024-05-09T03:47:05.565 INFO:teuthology.orchestra.run.smithi037.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-09T03:47:05.565 INFO:teuthology.orchestra.run.smithi037.stdout:Recommended packages: 2024-05-09T03:47:05.565 INFO:teuthology.orchestra.run.smithi037.stdout: thermald 2024-05-09T03:47:05.572 INFO:teuthology.orchestra.run.smithi188.stdout:The following packages were automatically installed and are no longer required: 2024-05-09T03:47:05.572 INFO:teuthology.orchestra.run.smithi188.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-09T03:47:05.573 INFO:teuthology.orchestra.run.smithi188.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-09T03:47:05.573 INFO:teuthology.orchestra.run.smithi188.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-09T03:47:05.573 INFO:teuthology.orchestra.run.smithi188.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-05-09T03:47:05.573 INFO:teuthology.orchestra.run.smithi188.stdout: python2.7-minimal 2024-05-09T03:47:05.573 INFO:teuthology.orchestra.run.smithi188.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-09T03:47:05.574 INFO:teuthology.orchestra.run.smithi188.stdout:The following additional packages will be installed: 2024-05-09T03:47:05.575 INFO:teuthology.orchestra.run.smithi188.stdout: linux-generic linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-09T03:47:05.575 INFO:teuthology.orchestra.run.smithi188.stdout: linux-headers-generic linux-image-5.15.0-106-generic 2024-05-09T03:47:05.575 INFO:teuthology.orchestra.run.smithi188.stdout: linux-modules-5.15.0-106-generic linux-modules-extra-5.15.0-106-generic 2024-05-09T03:47:05.576 INFO:teuthology.orchestra.run.smithi188.stdout:Suggested packages: 2024-05-09T03:47:05.576 INFO:teuthology.orchestra.run.smithi188.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-05-09T03:47:05.576 INFO:teuthology.orchestra.run.smithi188.stdout:Recommended packages: 2024-05-09T03:47:05.576 INFO:teuthology.orchestra.run.smithi188.stdout: thermald 2024-05-09T03:47:05.577 INFO:teuthology.orchestra.run.smithi160.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-09T03:47:05.577 INFO:teuthology.orchestra.run.smithi160.stdout:Need to get 113 MB of archives. 2024-05-09T03:47:05.577 INFO:teuthology.orchestra.run.smithi160.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-09T03:47:05.577 INFO:teuthology.orchestra.run.smithi160.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-106-generic amd64 5.15.0-106.116 [22.7 MB] 2024-05-09T03:47:05.608 INFO:teuthology.orchestra.run.smithi037.stdout:The following NEW packages will be installed: 2024-05-09T03:47:05.608 INFO:teuthology.orchestra.run.smithi037.stdout: linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-09T03:47:05.608 INFO:teuthology.orchestra.run.smithi037.stdout: linux-image-5.15.0-106-generic linux-modules-5.15.0-106-generic 2024-05-09T03:47:05.608 INFO:teuthology.orchestra.run.smithi037.stdout: linux-modules-extra-5.15.0-106-generic 2024-05-09T03:47:05.609 INFO:teuthology.orchestra.run.smithi037.stdout:The following packages will be upgraded: 2024-05-09T03:47:05.610 INFO:teuthology.orchestra.run.smithi037.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-09T03:47:05.618 INFO:teuthology.orchestra.run.smithi188.stdout:The following NEW packages will be installed: 2024-05-09T03:47:05.619 INFO:teuthology.orchestra.run.smithi188.stdout: linux-headers-5.15.0-106 linux-headers-5.15.0-106-generic 2024-05-09T03:47:05.619 INFO:teuthology.orchestra.run.smithi188.stdout: linux-image-5.15.0-106-generic linux-modules-5.15.0-106-generic 2024-05-09T03:47:05.619 INFO:teuthology.orchestra.run.smithi188.stdout: linux-modules-extra-5.15.0-106-generic 2024-05-09T03:47:05.620 INFO:teuthology.orchestra.run.smithi188.stdout:The following packages will be upgraded: 2024-05-09T03:47:05.621 INFO:teuthology.orchestra.run.smithi188.stdout: linux-generic linux-headers-generic linux-image-generic 2024-05-09T03:47:05.678 INFO:teuthology.orchestra.run.smithi188.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-09T03:47:05.678 INFO:teuthology.orchestra.run.smithi188.stdout:Need to get 113 MB of archives. 2024-05-09T03:47:05.678 INFO:teuthology.orchestra.run.smithi188.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-09T03:47:05.678 INFO:teuthology.orchestra.run.smithi188.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-106-generic amd64 5.15.0-106.116 [22.7 MB] 2024-05-09T03:47:05.789 INFO:teuthology.orchestra.run.smithi037.stdout:3 upgraded, 5 newly installed, 0 to remove and 316 not upgraded. 2024-05-09T03:47:05.789 INFO:teuthology.orchestra.run.smithi037.stdout:Need to get 113 MB of archives. 2024-05-09T03:47:05.789 INFO:teuthology.orchestra.run.smithi037.stdout:After this operation, 583 MB of additional disk space will be used. 2024-05-09T03:47:05.789 INFO:teuthology.orchestra.run.smithi037.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-106-generic amd64 5.15.0-106.116 [22.7 MB] 2024-05-09T03:47:06.362 INFO:teuthology.orchestra.run.smithi188.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-106-generic amd64 5.15.0-106.116 [11.5 MB] 2024-05-09T03:47:06.533 INFO:teuthology.orchestra.run.smithi188.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-106-generic amd64 5.15.0-106.116 [63.9 MB] 2024-05-09T03:47:07.093 INFO:teuthology.orchestra.run.smithi160.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-106-generic amd64 5.15.0-106.116 [11.5 MB] 2024-05-09T03:47:07.212 INFO:teuthology.orchestra.run.smithi037.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-106-generic amd64 5.15.0-106.116 [11.5 MB] 2024-05-09T03:47:07.443 INFO:teuthology.orchestra.run.smithi160.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-106-generic amd64 5.15.0-106.116 [63.9 MB] 2024-05-09T03:47:07.514 INFO:teuthology.orchestra.run.smithi188.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.106.106 [1,692 B] 2024-05-09T03:47:07.530 INFO:teuthology.orchestra.run.smithi188.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.106.106 [2,502 B] 2024-05-09T03:47:07.532 INFO:teuthology.orchestra.run.smithi188.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106 all 5.15.0-106.116 [12.3 MB] 2024-05-09T03:47:07.546 INFO:teuthology.orchestra.run.smithi037.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-106-generic amd64 5.15.0-106.116 [63.9 MB] 2024-05-09T03:47:07.680 INFO:teuthology.orchestra.run.smithi188.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106-generic amd64 5.15.0-106.116 [2,876 kB] 2024-05-09T03:47:07.702 INFO:teuthology.orchestra.run.smithi188.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.106.106 [2,366 B] 2024-05-09T03:47:08.154 INFO:teuthology.orchestra.run.smithi188.stdout:Fetched 113 MB in 2s (52.9 MB/s) 2024-05-09T03:47:08.334 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-modules-5.15.0-106-generic. 2024-05-09T03:47:09.603 INFO:teuthology.orchestra.run.smithi160.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.106.106 [1,692 B] 2024-05-09T03:47:09.603 INFO:teuthology.orchestra.run.smithi160.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.106.106 [2,502 B] 2024-05-09T03:47:09.603 INFO:teuthology.orchestra.run.smithi160.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106 all 5.15.0-106.116 [12.3 MB] 2024-05-09T03:47:09.663 INFO:teuthology.orchestra.run.smithi037.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.106.106 [1,692 B] 2024-05-09T03:47:09.663 INFO:teuthology.orchestra.run.smithi037.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.106.106 [2,502 B] 2024-05-09T03:47:09.664 INFO:teuthology.orchestra.run.smithi037.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106 all 5.15.0-106.116 [12.3 MB] 2024-05-09T03:47:10.141 INFO:teuthology.orchestra.run.smithi160.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106-generic amd64 5.15.0-106.116 [2,876 kB] 2024-05-09T03:47:10.237 INFO:teuthology.orchestra.run.smithi160.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.106.106 [2,366 B] 2024-05-09T03:47:10.363 INFO:teuthology.orchestra.run.smithi037.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-106-generic amd64 5.15.0-106.116 [2,876 kB] 2024-05-09T03:47:10.403 INFO:teuthology.orchestra.run.smithi188.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-05-09T03:47:10.407 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../0-linux-modules-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:47:10.454 INFO:teuthology.orchestra.run.smithi037.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.106.106 [2,366 B] 2024-05-09T03:47:10.618 INFO:teuthology.orchestra.run.smithi160.stdout:Fetched 113 MB in 5s (23.5 MB/s) 2024-05-09T03:47:10.624 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:10.797 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-modules-5.15.0-106-generic. 2024-05-09T03:47:10.875 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 113 MB in 5s (23.4 MB/s) 2024-05-09T03:47:11.062 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-modules-5.15.0-106-generic. 2024-05-09T03:47:12.709 INFO:teuthology.orchestra.run.smithi160.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-05-09T03:47:12.714 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../0-linux-modules-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:47:12.777 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:12.817 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-image-5.15.0-106-generic. 2024-05-09T03:47:12.838 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../1-linux-image-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:47:12.925 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:13.044 INFO:teuthology.orchestra.run.smithi037.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-05-09T03:47:13.048 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../0-linux-modules-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:47:13.309 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:13.412 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-106-generic. 2024-05-09T03:47:13.433 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:47:13.471 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:15.094 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-image-5.15.0-106-generic. 2024-05-09T03:47:15.116 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../1-linux-image-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:47:15.206 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:15.618 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-image-5.15.0-106-generic. 2024-05-09T03:47:15.622 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-106-generic. 2024-05-09T03:47:15.639 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../1-linux-image-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:47:15.642 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:47:15.672 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:15.713 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:16.205 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-106-generic. 2024-05-09T03:47:16.225 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:47:16.263 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:20.258 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../3-linux-generic_5.15.0.106.106_amd64.deb ... 2024-05-09T03:47:20.400 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-09T03:47:20.750 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.106.106_amd64.deb ... 2024-05-09T03:47:20.879 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-image-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-09T03:47:21.182 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-headers-5.15.0-106. 2024-05-09T03:47:21.204 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../5-linux-headers-5.15.0-106_5.15.0-106.116_all.deb ... 2024-05-09T03:47:21.240 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-09T03:47:21.378 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../3-linux-generic_5.15.0.106.106_amd64.deb ... 2024-05-09T03:47:21.497 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-09T03:47:21.847 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.106.106_amd64.deb ... 2024-05-09T03:47:21.992 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-image-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-09T03:47:22.278 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-headers-5.15.0-106. 2024-05-09T03:47:22.289 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../5-linux-headers-5.15.0-106_5.15.0-106.116_all.deb ... 2024-05-09T03:47:22.328 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-09T03:47:22.594 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../3-linux-generic_5.15.0.106.106_amd64.deb ... 2024-05-09T03:47:22.720 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-09T03:47:23.038 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.106.106_amd64.deb ... 2024-05-09T03:47:23.159 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-image-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-09T03:47:23.462 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-headers-5.15.0-106. 2024-05-09T03:47:23.484 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../5-linux-headers-5.15.0-106_5.15.0-106.116_all.deb ... 2024-05-09T03:47:23.528 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-09T03:47:27.210 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package linux-headers-5.15.0-106-generic. 2024-05-09T03:47:27.249 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../6-linux-headers-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:47:27.285 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:28.000 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-headers-5.15.0-106-generic. 2024-05-09T03:47:28.037 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../6-linux-headers-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:47:28.075 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:29.179 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-headers-5.15.0-106-generic. 2024-05-09T03:47:29.216 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../6-linux-headers-5.15.0-106-generic_5.15.0-106.116_amd64.deb ... 2024-05-09T03:47:29.253 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:29.973 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.106.106_amd64.deb ... 2024-05-09T03:47:30.098 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking linux-headers-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-09T03:47:30.448 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-09T03:47:30.561 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:30.613 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.106.106_amd64.deb ... 2024-05-09T03:47:30.662 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-headers-generic (5.15.0.106.106) ... 2024-05-09T03:47:30.720 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-headers-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-09T03:47:30.766 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:30.994 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-09T03:47:31.091 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:31.217 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-headers-generic (5.15.0.106.106) ... 2024-05-09T03:47:31.337 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:31.956 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.106.106_amd64.deb ... 2024-05-09T03:47:32.080 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-headers-generic (5.15.0.106.106) over (5.15.0.56.54) ... 2024-05-09T03:47:32.093 INFO:teuthology.orchestra.run.smithi188.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-09T03:47:32.093 INFO:teuthology.orchestra.run.smithi188.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-09T03:47:32.093 INFO:teuthology.orchestra.run.smithi188.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-106-generic 2024-05-09T03:47:32.094 INFO:teuthology.orchestra.run.smithi188.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-106-generic 2024-05-09T03:47:32.268 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:32.417 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-headers-5.15.0-106 (5.15.0-106.116) ... 2024-05-09T03:47:32.535 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-headers-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:32.630 INFO:teuthology.orchestra.run.smithi160.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-09T03:47:32.630 INFO:teuthology.orchestra.run.smithi160.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-09T03:47:32.631 INFO:teuthology.orchestra.run.smithi160.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-106-generic 2024-05-09T03:47:32.631 INFO:teuthology.orchestra.run.smithi160.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-106-generic 2024-05-09T03:47:32.668 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-headers-generic (5.15.0.106.106) ... 2024-05-09T03:47:32.789 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:32.789 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:33.962 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:34.348 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:34.727 INFO:teuthology.orchestra.run.smithi037.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-05-09T03:47:34.727 INFO:teuthology.orchestra.run.smithi037.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-05-09T03:47:34.727 INFO:teuthology.orchestra.run.smithi037.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-106-generic 2024-05-09T03:47:34.727 INFO:teuthology.orchestra.run.smithi037.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-106-generic 2024-05-09T03:47:34.918 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-modules-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:35.371 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-image-generic (5.15.0.106.106) ... 2024-05-09T03:47:35.497 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up linux-generic (5.15.0.106.106) ... 2024-05-09T03:47:35.623 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:35.688 INFO:teuthology.orchestra.run.smithi188.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-09T03:47:35.688 INFO:teuthology.orchestra.run.smithi188.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-106-generic 2024-05-09T03:47:35.750 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-image-generic (5.15.0.106.106) ... 2024-05-09T03:47:35.867 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-generic (5.15.0.106.106) ... 2024-05-09T03:47:35.977 INFO:teuthology.orchestra.run.smithi160.stdout:Processing triggers for linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:36.036 INFO:teuthology.orchestra.run.smithi160.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-09T03:47:36.036 INFO:teuthology.orchestra.run.smithi160.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-106-generic 2024-05-09T03:47:36.386 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-modules-extra-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:38.379 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-image-generic (5.15.0.106.106) ... 2024-05-09T03:47:38.522 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-generic (5.15.0.106.106) ... 2024-05-09T03:47:38.656 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for linux-image-5.15.0-106-generic (5.15.0-106.116) ... 2024-05-09T03:47:38.789 INFO:teuthology.orchestra.run.smithi037.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-05-09T03:47:38.789 INFO:teuthology.orchestra.run.smithi037.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-106-generic 2024-05-09T03:47:50.063 INFO:teuthology.orchestra.run.smithi160.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-09T03:47:50.063 INFO:teuthology.orchestra.run.smithi160.stdout:Sourcing file `/etc/default/grub' 2024-05-09T03:47:50.082 INFO:teuthology.orchestra.run.smithi160.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-09T03:47:50.099 INFO:teuthology.orchestra.run.smithi160.stdout:Generating grub configuration file ... 2024-05-09T03:47:50.358 INFO:teuthology.orchestra.run.smithi160.stdout:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-09T03:47:50.379 INFO:teuthology.orchestra.run.smithi160.stdout:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-09T03:47:50.455 INFO:teuthology.orchestra.run.smithi188.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-09T03:47:50.456 INFO:teuthology.orchestra.run.smithi188.stdout:Sourcing file `/etc/default/grub' 2024-05-09T03:47:50.474 INFO:teuthology.orchestra.run.smithi188.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-09T03:47:50.501 INFO:teuthology.orchestra.run.smithi188.stdout:Generating grub configuration file ... 2024-05-09T03:47:50.713 INFO:teuthology.orchestra.run.smithi160.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-09T03:47:50.719 INFO:teuthology.orchestra.run.smithi160.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-09T03:47:50.788 INFO:teuthology.orchestra.run.smithi160.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-09T03:47:50.794 INFO:teuthology.orchestra.run.smithi160.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-09T03:47:50.909 INFO:teuthology.orchestra.run.smithi188.stdout:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-09T03:47:50.928 INFO:teuthology.orchestra.run.smithi188.stdout:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-09T03:47:50.953 INFO:teuthology.orchestra.run.smithi160.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-09T03:47:50.953 INFO:teuthology.orchestra.run.smithi160.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-09T03:47:50.953 INFO:teuthology.orchestra.run.smithi160.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-09T03:47:50.997 INFO:teuthology.orchestra.run.smithi160.stdout:done 2024-05-09T03:47:51.282 INFO:teuthology.orchestra.run.smithi188.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-09T03:47:51.288 INFO:teuthology.orchestra.run.smithi188.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-09T03:47:51.359 INFO:teuthology.orchestra.run.smithi188.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-09T03:47:51.366 INFO:teuthology.orchestra.run.smithi188.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-09T03:47:51.483 DEBUG:teuthology.orchestra.run.smithi160:> dpkg -s linux-image-generic 2024-05-09T03:47:51.505 INFO:teuthology.orchestra.run.smithi160.stdout:Package: linux-image-generic 2024-05-09T03:47:51.505 INFO:teuthology.orchestra.run.smithi160.stdout:Status: install ok installed 2024-05-09T03:47:51.505 INFO:teuthology.orchestra.run.smithi160.stdout:Priority: optional 2024-05-09T03:47:51.505 INFO:teuthology.orchestra.run.smithi160.stdout:Section: kernel 2024-05-09T03:47:51.505 INFO:teuthology.orchestra.run.smithi160.stdout:Installed-Size: 21 2024-05-09T03:47:51.505 INFO:teuthology.orchestra.run.smithi160.stdout:Maintainer: Ubuntu Kernel Team 2024-05-09T03:47:51.505 INFO:teuthology.orchestra.run.smithi160.stdout:Architecture: amd64 2024-05-09T03:47:51.505 INFO:teuthology.orchestra.run.smithi160.stdout:Source: linux-meta 2024-05-09T03:47:51.505 INFO:teuthology.orchestra.run.smithi160.stdout:Version: 5.15.0.106.106 2024-05-09T03:47:51.505 INFO:teuthology.orchestra.run.smithi160.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-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-09T03:47:51.506 INFO:teuthology.orchestra.run.smithi160.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-09T03:47:51.506 INFO:teuthology.orchestra.run.smithi160.stdout:Recommends: thermald 2024-05-09T03:47:51.506 INFO:teuthology.orchestra.run.smithi160.stdout:Description: Generic Linux kernel image 2024-05-09T03:47:51.506 INFO:teuthology.orchestra.run.smithi160.stdout: This package will always depend on the latest generic kernel image 2024-05-09T03:47:51.506 INFO:teuthology.orchestra.run.smithi160.stdout: available. 2024-05-09T03:47:51.506 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-106-generic 2024-05-09T03:47:51.506 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-09T03:47:51.506 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-09T03:47:51.506 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-05-09T03:47:51.506 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi160.front.sepia.ceph.com, path=None, version=distro) 2024-05-09T03:47:51.507 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get clean 2024-05-09T03:47:51.523 INFO:teuthology.orchestra.run.smithi188.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-09T03:47:51.524 INFO:teuthology.orchestra.run.smithi188.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-09T03:47:51.524 INFO:teuthology.orchestra.run.smithi188.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-09T03:47:51.569 INFO:teuthology.orchestra.run.smithi188.stdout:done 2024-05-09T03:47:51.659 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get update 2024-05-09T03:47:51.794 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-09T03:47:51.806 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-09T03:47:51.826 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-09T03:47:51.907 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-09T03:47:52.006 DEBUG:teuthology.orchestra.run.smithi188:> dpkg -s linux-image-generic 2024-05-09T03:47:52.027 INFO:teuthology.orchestra.run.smithi188.stdout:Package: linux-image-generic 2024-05-09T03:47:52.027 INFO:teuthology.orchestra.run.smithi188.stdout:Status: install ok installed 2024-05-09T03:47:52.027 INFO:teuthology.orchestra.run.smithi188.stdout:Priority: optional 2024-05-09T03:47:52.027 INFO:teuthology.orchestra.run.smithi188.stdout:Section: kernel 2024-05-09T03:47:52.027 INFO:teuthology.orchestra.run.smithi188.stdout:Installed-Size: 21 2024-05-09T03:47:52.027 INFO:teuthology.orchestra.run.smithi188.stdout:Maintainer: Ubuntu Kernel Team 2024-05-09T03:47:52.027 INFO:teuthology.orchestra.run.smithi188.stdout:Architecture: amd64 2024-05-09T03:47:52.027 INFO:teuthology.orchestra.run.smithi188.stdout:Source: linux-meta 2024-05-09T03:47:52.027 INFO:teuthology.orchestra.run.smithi188.stdout:Version: 5.15.0.106.106 2024-05-09T03:47:52.027 INFO:teuthology.orchestra.run.smithi188.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-09T03:47:52.027 INFO:teuthology.orchestra.run.smithi188.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-09T03:47:52.027 INFO:teuthology.orchestra.run.smithi188.stdout:Recommends: thermald 2024-05-09T03:47:52.027 INFO:teuthology.orchestra.run.smithi188.stdout:Description: Generic Linux kernel image 2024-05-09T03:47:52.028 INFO:teuthology.orchestra.run.smithi188.stdout: This package will always depend on the latest generic kernel image 2024-05-09T03:47:52.028 INFO:teuthology.orchestra.run.smithi188.stdout: available. 2024-05-09T03:47:52.028 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-106-generic 2024-05-09T03:47:52.028 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-09T03:47:52.028 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-09T03:47:52.028 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-05-09T03:47:52.028 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi188.front.sepia.ceph.com, path=None, version=distro) 2024-05-09T03:47:52.028 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get clean 2024-05-09T03:47:52.158 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get update 2024-05-09T03:47:52.399 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-09T03:47:52.399 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-09T03:47:52.472 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-09T03:47:52.555 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-09T03:47:53.130 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-05-09T03:47:53.148 DEBUG:teuthology.orchestra.run.smithi160:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-09T03:47:53.208 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-05-09T03:47:53.411 INFO:teuthology.orchestra.run.smithi160.stdout:Building dependency tree... 2024-05-09T03:47:53.411 INFO:teuthology.orchestra.run.smithi160.stdout:Reading state information... 2024-05-09T03:47:53.585 INFO:teuthology.orchestra.run.smithi160.stdout:linux-image-generic is already the newest version (5.15.0.106.106). 2024-05-09T03:47:53.585 INFO:teuthology.orchestra.run.smithi160.stdout:The following packages were automatically installed and are no longer required: 2024-05-09T03:47:53.585 INFO:teuthology.orchestra.run.smithi160.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-09T03:47:53.585 INFO:teuthology.orchestra.run.smithi160.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-09T03:47:53.585 INFO:teuthology.orchestra.run.smithi160.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-09T03:47:53.586 INFO:teuthology.orchestra.run.smithi160.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-09T03:47:53.586 INFO:teuthology.orchestra.run.smithi160.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-09T03:47:53.586 INFO:teuthology.orchestra.run.smithi160.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-09T03:47:53.626 INFO:teuthology.orchestra.run.smithi160.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-09T03:47:53.628 DEBUG:teuthology.orchestra.run.smithi160:> dpkg -s linux-image-generic 2024-05-09T03:47:53.643 INFO:teuthology.orchestra.run.smithi160.stdout:Package: linux-image-generic 2024-05-09T03:47:53.643 INFO:teuthology.orchestra.run.smithi160.stdout:Status: install ok installed 2024-05-09T03:47:53.644 INFO:teuthology.orchestra.run.smithi160.stdout:Priority: optional 2024-05-09T03:47:53.644 INFO:teuthology.orchestra.run.smithi160.stdout:Section: kernel 2024-05-09T03:47:53.644 INFO:teuthology.orchestra.run.smithi160.stdout:Installed-Size: 21 2024-05-09T03:47:53.644 INFO:teuthology.orchestra.run.smithi160.stdout:Maintainer: Ubuntu Kernel Team 2024-05-09T03:47:53.644 INFO:teuthology.orchestra.run.smithi160.stdout:Architecture: amd64 2024-05-09T03:47:53.644 INFO:teuthology.orchestra.run.smithi160.stdout:Source: linux-meta 2024-05-09T03:47:53.644 INFO:teuthology.orchestra.run.smithi160.stdout:Version: 5.15.0.106.106 2024-05-09T03:47:53.644 INFO:teuthology.orchestra.run.smithi160.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-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-09T03:47:53.644 INFO:teuthology.orchestra.run.smithi160.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-09T03:47:53.644 INFO:teuthology.orchestra.run.smithi160.stdout:Recommends: thermald 2024-05-09T03:47:53.644 INFO:teuthology.orchestra.run.smithi160.stdout:Description: Generic Linux kernel image 2024-05-09T03:47:53.644 INFO:teuthology.orchestra.run.smithi160.stdout: This package will always depend on the latest generic kernel image 2024-05-09T03:47:53.644 INFO:teuthology.orchestra.run.smithi160.stdout: available. 2024-05-09T03:47:53.645 DEBUG:teuthology.orchestra.run.smithi160:> mktemp 2024-05-09T03:47:53.693 INFO:teuthology.orchestra.run.smithi160.stdout:/tmp/tmp.7OE8q1NH8A 2024-05-09T03:47:53.693 DEBUG:teuthology.orchestra.run.smithi160:> sudo cp /boot/grub/grub.cfg /tmp/tmp.7OE8q1NH8A 2024-05-09T03:47:53.750 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 0666 /tmp/tmp.7OE8q1NH8A 2024-05-09T03:47:53.790 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2024-05-09T03:47:53.808 DEBUG:teuthology.orchestra.run.smithi188:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-09T03:47:53.848 INFO:teuthology.orchestra.run.smithi037.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-05-09T03:47:53.848 INFO:teuthology.orchestra.run.smithi037.stdout:Sourcing file `/etc/default/grub' 2024-05-09T03:47:53.854 INFO:teuthology.orchestra.run.smithi037.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-09T03:47:53.858 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2024-05-09T03:47:53.872 INFO:teuthology.orchestra.run.smithi037.stdout:Generating grub configuration file ... 2024-05-09T03:47:53.879 DEBUG:teuthology.orchestra.remote:smithi160:/tmp/tmp.7OE8q1NH8A is 10KB 2024-05-09T03:47:53.892 DEBUG:teuthology.orchestra.run.smithi160:> rm -fr /tmp/tmp.7OE8q1NH8A 2024-05-09T03:47:53.898 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-09T03:47:53.953 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-09T03:47:53.953 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-09T03:47:53.953 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-09T03:47:54.024 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-106-generic 2024-05-09T03:47:54.024 DEBUG:teuthology.orchestra.run.smithi160:> sudo update-grub 2024-05-09T03:47:54.052 INFO:teuthology.orchestra.run.smithi188.stdout:Building dependency tree... 2024-05-09T03:47:54.053 INFO:teuthology.orchestra.run.smithi188.stdout:Reading state information... 2024-05-09T03:47:54.125 INFO:teuthology.orchestra.run.smithi037.stdout:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-09T03:47:54.148 INFO:teuthology.orchestra.run.smithi037.stdout:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-09T03:47:54.215 INFO:teuthology.orchestra.run.smithi188.stdout:linux-image-generic is already the newest version (5.15.0.106.106). 2024-05-09T03:47:54.215 INFO:teuthology.orchestra.run.smithi188.stdout:The following packages were automatically installed and are no longer required: 2024-05-09T03:47:54.215 INFO:teuthology.orchestra.run.smithi188.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-09T03:47:54.215 INFO:teuthology.orchestra.run.smithi188.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-09T03:47:54.216 INFO:teuthology.orchestra.run.smithi188.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-09T03:47:54.216 INFO:teuthology.orchestra.run.smithi188.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-09T03:47:54.216 INFO:teuthology.orchestra.run.smithi188.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-09T03:47:54.216 INFO:teuthology.orchestra.run.smithi188.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-09T03:47:54.253 INFO:teuthology.orchestra.run.smithi188.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-09T03:47:54.255 DEBUG:teuthology.orchestra.run.smithi188:> dpkg -s linux-image-generic 2024-05-09T03:47:54.311 INFO:teuthology.orchestra.run.smithi188.stdout:Package: linux-image-generic 2024-05-09T03:47:54.311 INFO:teuthology.orchestra.run.smithi188.stdout:Status: install ok installed 2024-05-09T03:47:54.311 INFO:teuthology.orchestra.run.smithi188.stdout:Priority: optional 2024-05-09T03:47:54.311 INFO:teuthology.orchestra.run.smithi188.stdout:Section: kernel 2024-05-09T03:47:54.311 INFO:teuthology.orchestra.run.smithi188.stdout:Installed-Size: 21 2024-05-09T03:47:54.311 INFO:teuthology.orchestra.run.smithi188.stdout:Maintainer: Ubuntu Kernel Team 2024-05-09T03:47:54.311 INFO:teuthology.orchestra.run.smithi188.stdout:Architecture: amd64 2024-05-09T03:47:54.311 INFO:teuthology.orchestra.run.smithi188.stdout:Source: linux-meta 2024-05-09T03:47:54.311 INFO:teuthology.orchestra.run.smithi188.stdout:Version: 5.15.0.106.106 2024-05-09T03:47:54.311 INFO:teuthology.orchestra.run.smithi188.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-09T03:47:54.312 INFO:teuthology.orchestra.run.smithi188.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-09T03:47:54.312 INFO:teuthology.orchestra.run.smithi188.stdout:Recommends: thermald 2024-05-09T03:47:54.312 INFO:teuthology.orchestra.run.smithi188.stdout:Description: Generic Linux kernel image 2024-05-09T03:47:54.312 INFO:teuthology.orchestra.run.smithi188.stdout: This package will always depend on the latest generic kernel image 2024-05-09T03:47:54.312 INFO:teuthology.orchestra.run.smithi188.stdout: available. 2024-05-09T03:47:54.312 DEBUG:teuthology.orchestra.run.smithi188:> mktemp 2024-05-09T03:47:54.355 INFO:teuthology.orchestra.run.smithi188.stdout:/tmp/tmp.atkUfjTbnd 2024-05-09T03:47:54.356 DEBUG:teuthology.orchestra.run.smithi188:> sudo cp /boot/grub/grub.cfg /tmp/tmp.atkUfjTbnd 2024-05-09T03:47:54.412 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 0666 /tmp/tmp.atkUfjTbnd 2024-05-09T03:47:54.527 DEBUG:teuthology.orchestra.remote:smithi188:/tmp/tmp.atkUfjTbnd is 10KB 2024-05-09T03:47:54.540 DEBUG:teuthology.orchestra.run.smithi188:> rm -fr /tmp/tmp.atkUfjTbnd 2024-05-09T03:47:54.546 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-09T03:47:54.561 INFO:teuthology.orchestra.run.smithi037.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-09T03:47:54.568 INFO:teuthology.orchestra.run.smithi037.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-09T03:47:54.600 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-05-09T03:47:54.600 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-09T03:47:54.600 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-09T03:47:54.643 INFO:teuthology.orchestra.run.smithi037.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-09T03:47:54.649 INFO:teuthology.orchestra.run.smithi037.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-09T03:47:54.677 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-106-generic 2024-05-09T03:47:54.677 DEBUG:teuthology.orchestra.run.smithi188:> sudo update-grub 2024-05-09T03:47:54.795 INFO:teuthology.orchestra.run.smithi037.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-09T03:47:54.796 INFO:teuthology.orchestra.run.smithi037.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-05-09T03:47:54.796 INFO:teuthology.orchestra.run.smithi037.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-09T03:47:54.837 INFO:teuthology.orchestra.run.smithi037.stdout:done 2024-05-09T03:47:55.113 INFO:teuthology.orchestra.run.smithi160.stderr:Sourcing file `/etc/default/grub' 2024-05-09T03:47:55.115 INFO:teuthology.orchestra.run.smithi160.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-09T03:47:55.117 INFO:teuthology.orchestra.run.smithi160.stderr:Generating grub configuration file ... 2024-05-09T03:47:55.306 INFO:teuthology.orchestra.run.smithi160.stderr:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-09T03:47:55.313 INFO:teuthology.orchestra.run.smithi160.stderr:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-09T03:47:55.323 DEBUG:teuthology.orchestra.run.smithi037:> dpkg -s linux-image-generic 2024-05-09T03:47:55.341 INFO:teuthology.orchestra.run.smithi037.stdout:Package: linux-image-generic 2024-05-09T03:47:55.341 INFO:teuthology.orchestra.run.smithi037.stdout:Status: install ok installed 2024-05-09T03:47:55.341 INFO:teuthology.orchestra.run.smithi037.stdout:Priority: optional 2024-05-09T03:47:55.341 INFO:teuthology.orchestra.run.smithi037.stdout:Section: kernel 2024-05-09T03:47:55.341 INFO:teuthology.orchestra.run.smithi037.stdout:Installed-Size: 21 2024-05-09T03:47:55.341 INFO:teuthology.orchestra.run.smithi037.stdout:Maintainer: Ubuntu Kernel Team 2024-05-09T03:47:55.342 INFO:teuthology.orchestra.run.smithi037.stdout:Architecture: amd64 2024-05-09T03:47:55.342 INFO:teuthology.orchestra.run.smithi037.stdout:Source: linux-meta 2024-05-09T03:47:55.342 INFO:teuthology.orchestra.run.smithi037.stdout:Version: 5.15.0.106.106 2024-05-09T03:47:55.342 INFO:teuthology.orchestra.run.smithi037.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-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-09T03:47:55.342 INFO:teuthology.orchestra.run.smithi037.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-09T03:47:55.342 INFO:teuthology.orchestra.run.smithi037.stdout:Recommends: thermald 2024-05-09T03:47:55.342 INFO:teuthology.orchestra.run.smithi037.stdout:Description: Generic Linux kernel image 2024-05-09T03:47:55.342 INFO:teuthology.orchestra.run.smithi037.stdout: This package will always depend on the latest generic kernel image 2024-05-09T03:47:55.342 INFO:teuthology.orchestra.run.smithi037.stdout: available. 2024-05-09T03:47:55.342 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-106-generic 2024-05-09T03:47:55.342 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-05-09T03:47:55.343 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-05-09T03:47:55.343 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-05-09T03:47:55.343 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi037.front.sepia.ceph.com, path=None, version=distro) 2024-05-09T03:47:55.343 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get clean 2024-05-09T03:47:55.479 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get update 2024-05-09T03:47:55.545 INFO:teuthology.orchestra.run.smithi160.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-09T03:47:55.550 INFO:teuthology.orchestra.run.smithi160.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-09T03:47:55.593 INFO:teuthology.orchestra.run.smithi160.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-09T03:47:55.595 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-09T03:47:55.598 INFO:teuthology.orchestra.run.smithi160.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-09T03:47:55.712 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-09T03:47:55.721 INFO:teuthology.orchestra.run.smithi160.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-09T03:47:55.721 INFO:teuthology.orchestra.run.smithi160.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-09T03:47:55.721 INFO:teuthology.orchestra.run.smithi160.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-09T03:47:55.734 INFO:teuthology.orchestra.run.smithi160.stderr:done 2024-05-09T03:47:55.739 DEBUG:teuthology.orchestra.run.smithi160:> sudo shutdown -r now 2024-05-09T03:47:55.790 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-09T03:47:55.873 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-09T03:47:55.958 INFO:teuthology.orchestra.run.smithi188.stderr:Sourcing file `/etc/default/grub' 2024-05-09T03:47:55.960 INFO:teuthology.orchestra.run.smithi188.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-09T03:47:55.961 INFO:teuthology.orchestra.run.smithi188.stderr:Generating grub configuration file ... 2024-05-09T03:47:56.137 INFO:teuthology.orchestra.run.smithi188.stderr:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-09T03:47:56.143 INFO:teuthology.orchestra.run.smithi188.stderr:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-09T03:47:56.430 INFO:teuthology.orchestra.run.smithi188.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-09T03:47:56.435 INFO:teuthology.orchestra.run.smithi188.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-09T03:47:56.472 INFO:teuthology.orchestra.run.smithi188.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-09T03:47:56.477 INFO:teuthology.orchestra.run.smithi188.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-09T03:47:56.632 INFO:teuthology.orchestra.run.smithi188.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-09T03:47:56.632 INFO:teuthology.orchestra.run.smithi188.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-09T03:47:56.632 INFO:teuthology.orchestra.run.smithi188.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-09T03:47:56.645 INFO:teuthology.orchestra.run.smithi188.stderr:done 2024-05-09T03:47:56.653 DEBUG:teuthology.orchestra.run.smithi188:> sudo shutdown -r now 2024-05-09T03:47:57.025 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-05-09T03:47:57.043 DEBUG:teuthology.orchestra.run.smithi037:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-05-09T03:47:57.095 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-05-09T03:47:57.276 INFO:teuthology.orchestra.run.smithi037.stdout:Building dependency tree... 2024-05-09T03:47:57.277 INFO:teuthology.orchestra.run.smithi037.stdout:Reading state information... 2024-05-09T03:47:57.437 INFO:teuthology.orchestra.run.smithi037.stdout:linux-image-generic is already the newest version (5.15.0.106.106). 2024-05-09T03:47:57.437 INFO:teuthology.orchestra.run.smithi037.stdout:The following packages were automatically installed and are no longer required: 2024-05-09T03:47:57.438 INFO:teuthology.orchestra.run.smithi037.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-09T03:47:57.438 INFO:teuthology.orchestra.run.smithi037.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-09T03:47:57.438 INFO:teuthology.orchestra.run.smithi037.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-09T03:47:57.438 INFO:teuthology.orchestra.run.smithi037.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-09T03:47:57.438 INFO:teuthology.orchestra.run.smithi037.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-09T03:47:57.438 INFO:teuthology.orchestra.run.smithi037.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-09T03:47:57.475 INFO:teuthology.orchestra.run.smithi037.stdout:0 upgraded, 0 newly installed, 0 to remove and 316 not upgraded. 2024-05-09T03:47:57.477 DEBUG:teuthology.orchestra.run.smithi037:> dpkg -s linux-image-generic 2024-05-09T03:47:57.536 INFO:teuthology.orchestra.run.smithi037.stdout:Package: linux-image-generic 2024-05-09T03:47:57.536 INFO:teuthology.orchestra.run.smithi037.stdout:Status: install ok installed 2024-05-09T03:47:57.536 INFO:teuthology.orchestra.run.smithi037.stdout:Priority: optional 2024-05-09T03:47:57.536 INFO:teuthology.orchestra.run.smithi037.stdout:Section: kernel 2024-05-09T03:47:57.536 INFO:teuthology.orchestra.run.smithi037.stdout:Installed-Size: 21 2024-05-09T03:47:57.536 INFO:teuthology.orchestra.run.smithi037.stdout:Maintainer: Ubuntu Kernel Team 2024-05-09T03:47:57.536 INFO:teuthology.orchestra.run.smithi037.stdout:Architecture: amd64 2024-05-09T03:47:57.536 INFO:teuthology.orchestra.run.smithi037.stdout:Source: linux-meta 2024-05-09T03:47:57.536 INFO:teuthology.orchestra.run.smithi037.stdout:Version: 5.15.0.106.106 2024-05-09T03:47:57.537 INFO:teuthology.orchestra.run.smithi037.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-106), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-05-09T03:47:57.537 INFO:teuthology.orchestra.run.smithi037.stdout:Depends: linux-image-5.15.0-106-generic, linux-modules-extra-5.15.0-106-generic, linux-firmware, intel-microcode, amd64-microcode 2024-05-09T03:47:57.537 INFO:teuthology.orchestra.run.smithi037.stdout:Recommends: thermald 2024-05-09T03:47:57.537 INFO:teuthology.orchestra.run.smithi037.stdout:Description: Generic Linux kernel image 2024-05-09T03:47:57.537 INFO:teuthology.orchestra.run.smithi037.stdout: This package will always depend on the latest generic kernel image 2024-05-09T03:47:57.537 INFO:teuthology.orchestra.run.smithi037.stdout: available. 2024-05-09T03:47:57.537 DEBUG:teuthology.orchestra.run.smithi037:> mktemp 2024-05-09T03:47:57.581 INFO:teuthology.orchestra.run.smithi037.stdout:/tmp/tmp.3cAITBehig 2024-05-09T03:47:57.581 DEBUG:teuthology.orchestra.run.smithi037:> sudo cp /boot/grub/grub.cfg /tmp/tmp.3cAITBehig 2024-05-09T03:47:57.637 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 0666 /tmp/tmp.3cAITBehig 2024-05-09T03:47:57.752 DEBUG:teuthology.orchestra.remote:smithi037:/tmp/tmp.3cAITBehig is 10KB 2024-05-09T03:47:57.802 DEBUG:teuthology.orchestra.run.smithi037:> rm -fr /tmp/tmp.3cAITBehig 2024-05-09T03:47:57.808 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-05-09T03:47:57.862 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-05-09T03:47:57.862 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-05-09T03:47:57.862 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-05-09T03:47:57.949 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-106-generic 2024-05-09T03:47:57.949 DEBUG:teuthology.orchestra.run.smithi037:> sudo update-grub 2024-05-09T03:47:59.085 INFO:teuthology.orchestra.run.smithi037.stderr:Sourcing file `/etc/default/grub' 2024-05-09T03:47:59.085 INFO:teuthology.orchestra.run.smithi037.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-05-09T03:47:59.087 INFO:teuthology.orchestra.run.smithi037.stderr:Generating grub configuration file ... 2024-05-09T03:47:59.275 INFO:teuthology.orchestra.run.smithi037.stderr:Found linux image: /boot/vmlinuz-5.15.0-106-generic 2024-05-09T03:47:59.282 INFO:teuthology.orchestra.run.smithi037.stderr:Found initrd image: /boot/initrd.img-5.15.0-106-generic 2024-05-09T03:47:59.512 INFO:teuthology.orchestra.run.smithi037.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-05-09T03:47:59.517 INFO:teuthology.orchestra.run.smithi037.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-05-09T03:47:59.561 INFO:teuthology.orchestra.run.smithi037.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-05-09T03:47:59.566 INFO:teuthology.orchestra.run.smithi037.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-05-09T03:47:59.703 INFO:teuthology.orchestra.run.smithi037.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-05-09T03:47:59.703 INFO:teuthology.orchestra.run.smithi037.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-05-09T03:47:59.703 INFO:teuthology.orchestra.run.smithi037.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-05-09T03:47:59.714 INFO:teuthology.orchestra.run.smithi037.stderr:done 2024-05-09T03:47:59.723 DEBUG:teuthology.orchestra.run.smithi037:> sudo shutdown -r now 2024-05-09T03:48:25.766 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-05-09T03:48:25.767 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-05-09T03:48:25.767 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:48:26.657 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-05-09T03:48:26.657 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-05-09T03:48:26.658 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:48:29.729 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-05-09T03:48:29.729 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-05-09T03:48:29.730 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:48:44.190 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-05-09T03:48:45.214 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2024-05-09T03:48:48.286 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.37 2024-05-09T03:48:53.194 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-05-09T03:48:53.195 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:48:54.216 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-05-09T03:48:54.216 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:48:56.254 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-05-09T03:48:57.282 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2024-05-09T03:48:57.288 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-05-09T03:48:57.288 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:49:08.266 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-05-09T03:49:08.267 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:49:09.284 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-05-09T03:49:09.285 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:49:15.678 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.37 2024-05-09T03:49:27.690 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-05-09T03:49:27.691 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:49:27.710 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.188 2024-05-09T03:49:28.415 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.37 2024-05-09T03:49:42.722 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-05-09T03:49:42.723 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:49:42.967 DEBUG:teuthology.orchestra.run.smithi188:> true 2024-05-09T03:49:43.416 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-05-09T03:49:43.416 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:49:43.534 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-05-09T03:49:43.534 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-106-generic"... 2024-05-09T03:49:43.534 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2024-05-09T03:49:43.584 INFO:teuthology.orchestra.run.smithi188.stdout:5.15.0-106-generic 2024-05-09T03:49:43.584 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-106-generic vs 5.15.0-106-generic 2024-05-09T03:49:43.584 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-09T03:49:43.585 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-09T03:49:43.632 DEBUG:teuthology.orchestra.run.smithi037:> true 2024-05-09T03:49:44.243 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-05-09T03:49:44.243 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-106-generic"... 2024-05-09T03:49:44.243 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2024-05-09T03:49:44.292 INFO:teuthology.orchestra.run.smithi037.stdout:5.15.0-106-generic 2024-05-09T03:49:44.292 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-106-generic vs 5.15.0-106-generic 2024-05-09T03:49:44.292 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-09T03:49:44.292 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-09T03:49:44.586 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-05-09T03:49:44.586 DEBUG:teuthology.orchestra.run.smithi188:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-09T03:49:44.646 INFO:teuthology.orchestra.run.smithi188.stdout:ttyS1 2024-05-09T03:49:44.679 DEBUG:teuthology.parallel:result is None 2024-05-09T03:49:45.293 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-05-09T03:49:45.293 DEBUG:teuthology.orchestra.run.smithi037:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-09T03:49:45.367 INFO:teuthology.orchestra.run.smithi037.stdout:ttyS1 2024-05-09T03:49:45.393 DEBUG:teuthology.parallel:result is None 2024-05-09T03:50:08.269 DEBUG:teuthology.orchestra.remote:timed out 2024-05-09T03:50:23.271 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-05-09T03:50:23.272 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:50:23.568 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-05-09T03:50:24.054 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-05-09T03:50:24.054 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-106-generic"... 2024-05-09T03:50:24.054 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-05-09T03:50:24.102 INFO:teuthology.orchestra.run.smithi160.stdout:5.15.0-106-generic 2024-05-09T03:50:24.102 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-106-generic vs 5.15.0-106-generic 2024-05-09T03:50:24.102 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-05-09T03:50:24.102 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-05-09T03:50:25.103 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-05-09T03:50:25.103 DEBUG:teuthology.orchestra.run.smithi160:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-05-09T03:50:25.189 INFO:teuthology.orchestra.run.smithi160.stdout:ttyS1 2024-05-09T03:50:25.215 DEBUG:teuthology.parallel:result is None 2024-05-09T03:50:25.216 INFO:teuthology.run_tasks:Running task internal.base... 2024-05-09T03:50:25.227 INFO:teuthology.task.internal:Creating test directory... 2024-05-09T03:50:25.228 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-09T03:50:25.230 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-09T03:50:25.233 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-05-09T03:50:25.239 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-05-09T03:50:25.250 INFO:teuthology.run_tasks:Running task internal.archive... 2024-05-09T03:50:25.265 INFO:teuthology.task.internal:Creating archive directory... 2024-05-09T03:50:25.265 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-09T03:50:25.277 DEBUG:teuthology.orchestra.run.smithi160:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-09T03:50:25.283 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-05-09T03:50:25.372 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-05-09T03:50:25.383 INFO:teuthology.task.internal:Enabling coredump saving... 2024-05-09T03:50:25.384 DEBUG:teuthology.orchestra.run.smithi037:> 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-05-09T03:50:25.386 DEBUG:teuthology.orchestra.run.smithi160:> 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-05-09T03:50:25.388 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-05-09T03:50:25.405 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-09T03:50:25.405 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-09T03:50:25.413 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-09T03:50:25.413 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-09T03:50:25.415 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-09T03:50:25.421 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-05-09T03:50:25.422 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-05-09T03:50:25.429 INFO:teuthology.task.internal:Configuring sudo... 2024-05-09T03:50:25.429 DEBUG:teuthology.orchestra.run.smithi037:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-09T03:50:25.461 DEBUG:teuthology.orchestra.run.smithi160:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-09T03:50:25.463 DEBUG:teuthology.orchestra.run.smithi188:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-05-09T03:50:25.486 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-05-09T03:50:25.499 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-05-09T03:50:25.499 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-09T03:50:25.521 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-09T03:50:25.523 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-05-09T03:50:25.533 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-09T03:50:25.572 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-09T03:50:25.620 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-05-09T03:50:25.620 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-09T03:50:25.680 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-09T03:50:25.686 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-09T03:50:25.734 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-09T03:50:25.734 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-09T03:50:25.796 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-05-09T03:50:25.802 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-05-09T03:50:25.849 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-05-09T03:50:25.849 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-05-09T03:50:25.909 DEBUG:teuthology.orchestra.run.smithi037:> sudo service rsyslog restart 2024-05-09T03:50:25.911 DEBUG:teuthology.orchestra.run.smithi160:> sudo service rsyslog restart 2024-05-09T03:50:25.913 DEBUG:teuthology.orchestra.run.smithi188:> sudo service rsyslog restart 2024-05-09T03:50:25.984 INFO:teuthology.run_tasks:Running task internal.timer... 2024-05-09T03:50:25.993 INFO:teuthology.task.internal:Starting timer... 2024-05-09T03:50:25.993 INFO:teuthology.run_tasks:Running task pcp... 2024-05-09T03:50:26.003 INFO:teuthology.run_tasks:Running task selinux... 2024-05-09T03:50:26.012 DEBUG:teuthology.task.selinux:Excluding smithi037: OS 'ubuntu' does not support SELinux 2024-05-09T03:50:26.012 DEBUG:teuthology.task.selinux:Excluding smithi160: OS 'ubuntu' does not support SELinux 2024-05-09T03:50:26.012 DEBUG:teuthology.task.selinux:Excluding smithi188: OS 'ubuntu' does not support SELinux 2024-05-09T03:50:26.012 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-05-09T03:50:26.013 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-05-09T03:50:26.013 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-05-09T03:50:26.013 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-05-09T03:50:26.023 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-05-09T03:50:26.039 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-05-09T03:50:26.041 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi037.front.sepia.ceph.com,smithi160.front.sepia.ceph.com,smithi188.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-05-09T03:57:32.264 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi037.front.sepia.ceph.com'), Remote(name='ubuntu@smithi160.front.sepia.ceph.com'), Remote(name='ubuntu@smithi188.front.sepia.ceph.com')] 2024-05-09T03:57:32.266 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-05-09T03:57:32.267 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:57:32.354 DEBUG:teuthology.orchestra.run.smithi037:> true 2024-05-09T03:57:32.434 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-05-09T03:57:32.435 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-05-09T03:57:32.435 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:57:32.518 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-05-09T03:57:32.598 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-05-09T03:57:32.599 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-05-09T03:57:32.599 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-05-09T03:57:32.680 DEBUG:teuthology.orchestra.run.smithi188:> true 2024-05-09T03:57:32.754 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2024-05-09T03:57:32.754 INFO:teuthology.run_tasks:Running task clock... 2024-05-09T03:57:32.764 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-05-09T03:57:32.765 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-09T03:57:32.765 DEBUG:teuthology.orchestra.run.smithi037:> 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-05-09T03:57:32.768 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-09T03:57:32.768 DEBUG:teuthology.orchestra.run.smithi160:> 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-05-09T03:57:32.770 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-05-09T03:57:32.770 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-09T03:57:32.795 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-09T03:57:32.795 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: Command line: ntpd -gq 2024-05-09T03:57:32.795 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: ---------------------------------------------------- 2024-05-09T03:57:32.795 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: ntp-4 is maintained by Network Time Foundation, 2024-05-09T03:57:32.795 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-09T03:57:32.795 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: corporation. Support and training for ntp-4 are 2024-05-09T03:57:32.795 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: available at https://www.nwtime.org/support 2024-05-09T03:57:32.795 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: ---------------------------------------------------- 2024-05-09T03:57:32.795 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: proto: precision = 0.044 usec (-24) 2024-05-09T03:57:32.795 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: basedate set to 2022-02-04 2024-05-09T03:57:32.796 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: gps base set to 2022-02-06 (week 2196) 2024-05-09T03:57:32.796 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-09T03:57:32.796 INFO:teuthology.orchestra.run.smithi037.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-09T03:57:32.796 INFO:teuthology.orchestra.run.smithi037.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-09T03:57:32.797 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: restrict ::: KOD does nothing without LIMITED. 2024-05-09T03:57:32.797 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: Listen and drop on 0 v6wildcard [::]:123 2024-05-09T03:57:32.797 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-09T03:57:32.797 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: Listen normally on 2 lo 127.0.0.1:123 2024-05-09T03:57:32.797 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: Listen normally on 3 ens1f0 172.21.15.37:123 2024-05-09T03:57:32.797 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: Listen normally on 4 lo [::1]:123 2024-05-09T03:57:32.797 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:fe88:7794%4]:123 2024-05-09T03:57:32.797 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:32 ntpd[17146]: Listening on routing socket on fd #22 for interface updates 2024-05-09T03:57:32.798 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-09T03:57:32.798 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: Command line: ntpd -gq 2024-05-09T03:57:32.798 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: ---------------------------------------------------- 2024-05-09T03:57:32.798 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: ntp-4 is maintained by Network Time Foundation, 2024-05-09T03:57:32.799 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-09T03:57:32.799 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: corporation. Support and training for ntp-4 are 2024-05-09T03:57:32.799 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: available at https://www.nwtime.org/support 2024-05-09T03:57:32.799 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: ---------------------------------------------------- 2024-05-09T03:57:32.800 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: proto: precision = 0.058 usec (-24) 2024-05-09T03:57:32.800 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: basedate set to 2022-02-04 2024-05-09T03:57:32.800 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: gps base set to 2022-02-06 (week 2196) 2024-05-09T03:57:32.800 INFO:teuthology.orchestra.run.smithi160.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-09T03:57:32.801 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-09T03:57:32.801 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: restrict ::: KOD does nothing without LIMITED. 2024-05-09T03:57:32.801 INFO:teuthology.orchestra.run.smithi160.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-09T03:57:32.802 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: Listen and drop on 0 v6wildcard [::]:123 2024-05-09T03:57:32.802 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-09T03:57:32.802 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: Listen normally on 2 lo 127.0.0.1:123 2024-05-09T03:57:32.802 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: Listen normally on 3 enp3s0f1 172.21.15.160:123 2024-05-09T03:57:32.802 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: Listen normally on 4 lo [::1]:123 2024-05-09T03:57:32.802 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f5b%5]:123 2024-05-09T03:57:32.802 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:32 ntpd[17238]: Listening on routing socket on fd #22 for interface updates 2024-05-09T03:57:32.820 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-05-09T03:57:32.820 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: Command line: ntpd -gq 2024-05-09T03:57:32.820 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: ---------------------------------------------------- 2024-05-09T03:57:32.820 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: ntp-4 is maintained by Network Time Foundation, 2024-05-09T03:57:32.820 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-05-09T03:57:32.820 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: corporation. Support and training for ntp-4 are 2024-05-09T03:57:32.820 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: available at https://www.nwtime.org/support 2024-05-09T03:57:32.820 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: ---------------------------------------------------- 2024-05-09T03:57:32.821 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: proto: precision = 0.044 usec (-24) 2024-05-09T03:57:32.821 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: basedate set to 2022-02-04 2024-05-09T03:57:32.821 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: gps base set to 2022-02-06 (week 2196) 2024-05-09T03:57:32.821 INFO:teuthology.orchestra.run.smithi188.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-09T03:57:32.822 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-05-09T03:57:32.822 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: restrict ::: KOD does nothing without LIMITED. 2024-05-09T03:57:32.822 INFO:teuthology.orchestra.run.smithi188.stderr:restrict ::: KOD does nothing without LIMITED. 2024-05-09T03:57:32.823 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: Listen and drop on 0 v6wildcard [::]:123 2024-05-09T03:57:32.823 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-05-09T03:57:32.823 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: Listen normally on 2 lo 127.0.0.1:123 2024-05-09T03:57:32.823 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: Listen normally on 3 enp3s0f1 172.21.15.188:123 2024-05-09T03:57:32.824 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: Listen normally on 4 lo [::1]:123 2024-05-09T03:57:32.824 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8039%5]:123 2024-05-09T03:57:32.824 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:32 ntpd[17238]: Listening on routing socket on fd #22 for interface updates 2024-05-09T03:57:33.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:33 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:33.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:33 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:33.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:33 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:33.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:33 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:33.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:33 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:33.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:33 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:33.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:33 ntpd[17146]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:33.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:33 ntpd[17146]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:33.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:33 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:33.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:33 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:33.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:33 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:33.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:33 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:33.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:33 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:33.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:33 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:33.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:33 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:33.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:33 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:33.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:33 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:33.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:33 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:33.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:33 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:33.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:33 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:34.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:34 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:34.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:34 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:34.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:34 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:34.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:34 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:34.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:34 ntpd[17146]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:34.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:34 ntpd[17146]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:34.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:34 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:34.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:34 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:34.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:34 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:34.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:34 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:34.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:34 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:34.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:34 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:34.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:34 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:34.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:34 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:34.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:34 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:34.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:34 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:34.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:34 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:34.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:34 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:34.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:34 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:34.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:34 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:34.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:34 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:34.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:34 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:34.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:34 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:34.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:34 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:35.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:35 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:35.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:35 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:35.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:35 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:35.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:35 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:35.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:35 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:35.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:35 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:35.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:35 ntpd[17146]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:35.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:35 ntpd[17146]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:35.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:35 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:35.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:35 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:35.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:35 ntpd[17146]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:35.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:35 ntpd[17146]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:35.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:35 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:35.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:35 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:35.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:35 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:35.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:35 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:35.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:35 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:35.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:35 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:35.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:35 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:35.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:35 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:35.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:35 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:35.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:35 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:35.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:35 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:35.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:35 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:35.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:35 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:35.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:35 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:35.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:35 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:35.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:35 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:35.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:35 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:35.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:35 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:36.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:36 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:36.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:36 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:36.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:36 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:36.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:36 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:36.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:36 ntpd[17146]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:36.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:36 ntpd[17146]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:36.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:36 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:36.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:36 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:36.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:36 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:36.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:36 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:36.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:36 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:36.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:36 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:36.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:36 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:36.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:36 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:36.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:36 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:36.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:36 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:36.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:36 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:36.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:36 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:36.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:36 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:36.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:36 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:36.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:36 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:36.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:36 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:36.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:36 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:36.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:36 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:37.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:37 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:37.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:37 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:37.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:37 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:37.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:37 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:37.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:37 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:37.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:37 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:37.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:37 ntpd[17146]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:37.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:37 ntpd[17146]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:37.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:37 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:37.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:37 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:37.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:37 ntpd[17146]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:37.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:37 ntpd[17146]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:37.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:37 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:37.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:37 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:37.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:37 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:37.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:37 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:37.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:37 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:37.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:37 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:37.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:37 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:37.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:37 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:37.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:37 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:37.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:37 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:37.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:37 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:37.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:37 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:37.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:37 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:37.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:37 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:37.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:37 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:37.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:37 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:37.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:37 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:37.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:37 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:37.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:37 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:37.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:37 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:37.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:37 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:37.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:37 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:38.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:38 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:38.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:38 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:38.795 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:38 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:38.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:38 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:38.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:38 ntpd[17146]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:38.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:38 ntpd[17146]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:38.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:38 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:38.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:38 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:38.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:38 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:38.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:38 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:38.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:38 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:38.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:38 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:38.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:38 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:38.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:38 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:38.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:38 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:38.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:38 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:38.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:38 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:38.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:38 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:38.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:38 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:38.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:38 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:38.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:38 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:38.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:38 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:38.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:38 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:38.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:38 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:39.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:39 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:39.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:39 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:39.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:39 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:39.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:39 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:39.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:39 ntpd[17146]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:39.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:39 ntpd[17146]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:39.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:39 ntpd[17146]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:39.796 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:39 ntpd[17146]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:39.797 INFO:teuthology.orchestra.run.smithi037.stdout: 9 May 03:57:39 ntpd[17146]: ntpd: time slew -0.000500 s 2024-05-09T03:57:39.797 INFO:teuthology.orchestra.run.smithi037.stdout:ntpd: time slew -0.000500s 2024-05-09T03:57:39.797 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:39 ntpd[17146]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-09T03:57:39.797 INFO:teuthology.orchestra.run.smithi037.stderr: 9 May 03:57:39 ntpd[17146]: can't open /var/log/ntpstats/loopstats.20240509: Permission denied 2024-05-09T03:57:39.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:39 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:39.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:39 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:39.799 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:39 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:39.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:39 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:39.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:39 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:39.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:39 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:39.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:39 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:39.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:39 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:39.800 INFO:teuthology.orchestra.run.smithi160.stdout: 9 May 03:57:39 ntpd[17238]: ntpd: time slew +0.002062 s 2024-05-09T03:57:39.800 INFO:teuthology.orchestra.run.smithi160.stdout:ntpd: time slew +0.002062s 2024-05-09T03:57:39.800 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:39 ntpd[17238]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-09T03:57:39.801 INFO:teuthology.orchestra.run.smithi160.stderr: 9 May 03:57:39 ntpd[17238]: can't open /var/log/ntpstats/loopstats.20240509: Permission denied 2024-05-09T03:57:39.820 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:39 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:39.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:39 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:39.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:39 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:39.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:39 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:39.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:39 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:39.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:39 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:39.848 INFO:teuthology.orchestra.run.smithi160.stdout: remote refid st t when poll reach delay offset jitter 2024-05-09T03:57:39.848 INFO:teuthology.orchestra.run.smithi160.stdout:============================================================================== 2024-05-09T03:57:39.848 INFO:teuthology.orchestra.run.smithi160.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:57:39.848 INFO:teuthology.orchestra.run.smithi160.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:57:39.848 INFO:teuthology.orchestra.run.smithi160.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:57:39.848 INFO:teuthology.orchestra.run.smithi160.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:57:39.851 INFO:teuthology.orchestra.run.smithi037.stdout: remote refid st t when poll reach delay offset jitter 2024-05-09T03:57:39.851 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================== 2024-05-09T03:57:39.851 INFO:teuthology.orchestra.run.smithi037.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:57:39.851 INFO:teuthology.orchestra.run.smithi037.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:57:39.851 INFO:teuthology.orchestra.run.smithi037.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:57:39.851 INFO:teuthology.orchestra.run.smithi037.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:57:40.821 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:40 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:40.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:40 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:40.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:40 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:40.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:40 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:40.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:40 ntpd[17238]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-05-09T03:57:40.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:40 ntpd[17238]: can't open /var/log/ntpstats/rawstats.20240509: Permission denied 2024-05-09T03:57:40.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:40 ntpd[17238]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-05-09T03:57:40.822 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:40 ntpd[17238]: can't open /var/log/ntpstats/peerstats.20240509: Permission denied 2024-05-09T03:57:40.822 INFO:teuthology.orchestra.run.smithi188.stdout: 9 May 03:57:40 ntpd[17238]: ntpd: time slew +0.001826 s 2024-05-09T03:57:40.822 INFO:teuthology.orchestra.run.smithi188.stdout:ntpd: time slew +0.001826s 2024-05-09T03:57:40.823 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:40 ntpd[17238]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-05-09T03:57:40.823 INFO:teuthology.orchestra.run.smithi188.stderr: 9 May 03:57:40 ntpd[17238]: can't open /var/log/ntpstats/loopstats.20240509: Permission denied 2024-05-09T03:57:40.871 INFO:teuthology.orchestra.run.smithi188.stdout: remote refid st t when poll reach delay offset jitter 2024-05-09T03:57:40.871 INFO:teuthology.orchestra.run.smithi188.stdout:============================================================================== 2024-05-09T03:57:40.871 INFO:teuthology.orchestra.run.smithi188.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:57:40.871 INFO:teuthology.orchestra.run.smithi188.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:57:40.871 INFO:teuthology.orchestra.run.smithi188.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:57:40.871 INFO:teuthology.orchestra.run.smithi188.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-05-09T03:57:40.872 INFO:teuthology.run_tasks:Running task install... 2024-05-09T03:57:40.889 DEBUG:teuthology.task.install:project ceph 2024-05-09T03:57:40.889 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c66c553a84eb9faa0029f5f0bb8284e3a826ac85'}} 2024-05-09T03:57:40.889 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c66c553a84eb9faa0029f5f0bb8284e3a826ac85'} 2024-05-09T03:57:40.889 INFO:teuthology.task.install:Using flavor: default 2024-05-09T03:57:40.895 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-05-09T03:57:40.895 INFO:teuthology.task.install:extra packages: [] 2024-05-09T03:57:40.896 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-key list | grep Ceph 2024-05-09T03:57:40.896 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-key list | grep Ceph 2024-05-09T03:57:40.896 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-key list | grep Ceph 2024-05-09T03:57:40.954 INFO:teuthology.orchestra.run.smithi160.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-09T03:57:40.961 INFO:teuthology.orchestra.run.smithi037.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-09T03:57:40.970 INFO:teuthology.orchestra.run.smithi188.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-05-09T03:57:40.983 INFO:teuthology.orchestra.run.smithi160.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-09T03:57:40.983 INFO:teuthology.orchestra.run.smithi160.stdout:uid [ unknown] Ceph.com (release key) 2024-05-09T03:57:40.983 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-05-09T03:57:40.984 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:57:40.992 INFO:teuthology.orchestra.run.smithi037.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-09T03:57:40.992 INFO:teuthology.orchestra.run.smithi037.stdout:uid [ unknown] Ceph.com (release key) 2024-05-09T03:57:40.993 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-05-09T03:57:40.994 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:57:40.997 INFO:teuthology.orchestra.run.smithi188.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-05-09T03:57:40.997 INFO:teuthology.orchestra.run.smithi188.stdout:uid [ unknown] Ceph.com (release key) 2024-05-09T03:57:40.998 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-05-09T03:57:40.998 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:57:41.135 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default/ 2024-05-09T03:57:41.135 INFO:teuthology.task.install.deb:Package version is 19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:57:41.139 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default/ 2024-05-09T03:57:41.139 INFO:teuthology.task.install.deb:Package version is 19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:57:41.211 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default/ 2024-05-09T03:57:41.212 INFO:teuthology.task.install.deb:Package version is 19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:57:41.252 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-05-09T03:57:41.252 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-09T03:57:41.267 DEBUG:teuthology.orchestra.run.smithi188:> sudo apt-get update 2024-05-09T03:57:41.302 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-09T03:57:41.302 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-09T03:57:41.316 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-05-09T03:57:41.316 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-05-09T03:57:41.317 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get update 2024-05-09T03:57:41.331 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get update 2024-05-09T03:57:41.485 INFO:teuthology.orchestra.run.smithi188.stdout:Ign:1 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy InRelease 2024-05-09T03:57:41.488 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-09T03:57:41.488 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-09T03:57:41.502 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-09T03:57:41.507 INFO:teuthology.orchestra.run.smithi188.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-09T03:57:41.507 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-09T03:57:41.519 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-09T03:57:41.522 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-09T03:57:41.530 INFO:teuthology.orchestra.run.smithi188.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-09T03:57:41.537 INFO:teuthology.orchestra.run.smithi160.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy InRelease 2024-05-09T03:57:41.539 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-09T03:57:41.552 INFO:teuthology.orchestra.run.smithi188.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-09T03:57:41.558 INFO:teuthology.orchestra.run.smithi160.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-09T03:57:41.570 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-05-09T03:57:41.570 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-09T03:57:41.582 INFO:teuthology.orchestra.run.smithi160.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-09T03:57:41.592 INFO:teuthology.orchestra.run.smithi188.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,393 B] 2024-05-09T03:57:41.602 INFO:teuthology.orchestra.run.smithi160.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-09T03:57:41.616 INFO:teuthology.orchestra.run.smithi037.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy InRelease 2024-05-09T03:57:41.624 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-05-09T03:57:41.630 INFO:teuthology.orchestra.run.smithi160.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,393 B] 2024-05-09T03:57:41.635 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-05-09T03:57:41.652 INFO:teuthology.orchestra.run.smithi037.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-05-09T03:57:41.689 INFO:teuthology.orchestra.run.smithi037.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy Release.gpg 2024-05-09T03:57:41.717 INFO:teuthology.orchestra.run.smithi188.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-05-09T03:57:41.725 INFO:teuthology.orchestra.run.smithi037.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,393 B] 2024-05-09T03:57:41.767 INFO:teuthology.orchestra.run.smithi037.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-05-09T03:57:41.844 INFO:teuthology.orchestra.run.smithi160.stdout:Fetched 29.2 kB in 0s (83.6 kB/s) 2024-05-09T03:57:41.883 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 29.2 kB in 0s (78.9 kB/s) 2024-05-09T03:57:41.927 INFO:teuthology.orchestra.run.smithi188.stdout:Fetched 29.2 kB in 0s (60.1 kB/s) 2024-05-09T03:57:42.793 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-05-09T03:57:42.810 DEBUG:teuthology.orchestra.run.smithi160:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3631-gc66c553a-1jammy cephadm=19.0.0-3631-gc66c553a-1jammy ceph-mds=19.0.0-3631-gc66c553a-1jammy ceph-mgr=19.0.0-3631-gc66c553a-1jammy ceph-common=19.0.0-3631-gc66c553a-1jammy ceph-fuse=19.0.0-3631-gc66c553a-1jammy ceph-test=19.0.0-3631-gc66c553a-1jammy ceph-volume=19.0.0-3631-gc66c553a-1jammy radosgw=19.0.0-3631-gc66c553a-1jammy python3-rados=19.0.0-3631-gc66c553a-1jammy python3-rgw=19.0.0-3631-gc66c553a-1jammy python3-cephfs=19.0.0-3631-gc66c553a-1jammy python3-rbd=19.0.0-3631-gc66c553a-1jammy libcephfs2=19.0.0-3631-gc66c553a-1jammy libcephfs-dev=19.0.0-3631-gc66c553a-1jammy librados2=19.0.0-3631-gc66c553a-1jammy librbd1=19.0.0-3631-gc66c553a-1jammy rbd-fuse=19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:57:42.871 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-05-09T03:57:42.878 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2024-05-09T03:57:42.880 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-05-09T03:57:42.896 DEBUG:teuthology.orchestra.run.smithi188:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3631-gc66c553a-1jammy cephadm=19.0.0-3631-gc66c553a-1jammy ceph-mds=19.0.0-3631-gc66c553a-1jammy ceph-mgr=19.0.0-3631-gc66c553a-1jammy ceph-common=19.0.0-3631-gc66c553a-1jammy ceph-fuse=19.0.0-3631-gc66c553a-1jammy ceph-test=19.0.0-3631-gc66c553a-1jammy ceph-volume=19.0.0-3631-gc66c553a-1jammy radosgw=19.0.0-3631-gc66c553a-1jammy python3-rados=19.0.0-3631-gc66c553a-1jammy python3-rgw=19.0.0-3631-gc66c553a-1jammy python3-cephfs=19.0.0-3631-gc66c553a-1jammy python3-rbd=19.0.0-3631-gc66c553a-1jammy libcephfs2=19.0.0-3631-gc66c553a-1jammy libcephfs-dev=19.0.0-3631-gc66c553a-1jammy librados2=19.0.0-3631-gc66c553a-1jammy librbd1=19.0.0-3631-gc66c553a-1jammy rbd-fuse=19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:57:42.897 DEBUG:teuthology.orchestra.run.smithi037:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3631-gc66c553a-1jammy cephadm=19.0.0-3631-gc66c553a-1jammy ceph-mds=19.0.0-3631-gc66c553a-1jammy ceph-mgr=19.0.0-3631-gc66c553a-1jammy ceph-common=19.0.0-3631-gc66c553a-1jammy ceph-fuse=19.0.0-3631-gc66c553a-1jammy ceph-test=19.0.0-3631-gc66c553a-1jammy ceph-volume=19.0.0-3631-gc66c553a-1jammy radosgw=19.0.0-3631-gc66c553a-1jammy python3-rados=19.0.0-3631-gc66c553a-1jammy python3-rgw=19.0.0-3631-gc66c553a-1jammy python3-cephfs=19.0.0-3631-gc66c553a-1jammy python3-rbd=19.0.0-3631-gc66c553a-1jammy libcephfs2=19.0.0-3631-gc66c553a-1jammy libcephfs-dev=19.0.0-3631-gc66c553a-1jammy librados2=19.0.0-3631-gc66c553a-1jammy librbd1=19.0.0-3631-gc66c553a-1jammy rbd-fuse=19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:57:42.948 INFO:teuthology.orchestra.run.smithi188.stdout:Reading package lists... 2024-05-09T03:57:42.950 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-05-09T03:57:43.071 INFO:teuthology.orchestra.run.smithi160.stdout:Building dependency tree... 2024-05-09T03:57:43.071 INFO:teuthology.orchestra.run.smithi160.stdout:Reading state information... 2024-05-09T03:57:43.126 INFO:teuthology.orchestra.run.smithi188.stdout:Building dependency tree... 2024-05-09T03:57:43.126 INFO:teuthology.orchestra.run.smithi188.stdout:Reading state information... 2024-05-09T03:57:43.131 INFO:teuthology.orchestra.run.smithi037.stdout:Building dependency tree... 2024-05-09T03:57:43.132 INFO:teuthology.orchestra.run.smithi037.stdout:Reading state information... 2024-05-09T03:57:43.266 INFO:teuthology.orchestra.run.smithi160.stdout:The following packages were automatically installed and are no longer required: 2024-05-09T03:57:43.267 INFO:teuthology.orchestra.run.smithi160.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-09T03:57:43.267 INFO:teuthology.orchestra.run.smithi160.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-09T03:57:43.267 INFO:teuthology.orchestra.run.smithi160.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-09T03:57:43.267 INFO:teuthology.orchestra.run.smithi160.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-09T03:57:43.267 INFO:teuthology.orchestra.run.smithi160.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-09T03:57:43.268 INFO:teuthology.orchestra.run.smithi160.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-09T03:57:43.268 INFO:teuthology.orchestra.run.smithi160.stdout:The following additional packages will be installed: 2024-05-09T03:57:43.268 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-09T03:57:43.268 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-09T03:57:43.269 INFO:teuthology.orchestra.run.smithi160.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-09T03:57:43.269 INFO:teuthology.orchestra.run.smithi160.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-09T03:57:43.269 INFO:teuthology.orchestra.run.smithi160.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-09T03:57:43.269 INFO:teuthology.orchestra.run.smithi160.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-09T03:57:43.269 INFO:teuthology.orchestra.run.smithi160.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-09T03:57:43.270 INFO:teuthology.orchestra.run.smithi160.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-09T03:57:43.270 INFO:teuthology.orchestra.run.smithi160.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-09T03:57:43.270 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-09T03:57:43.270 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-09T03:57:43.270 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-09T03:57:43.270 INFO:teuthology.orchestra.run.smithi160.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-09T03:57:43.270 INFO:teuthology.orchestra.run.smithi160.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-09T03:57:43.270 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-09T03:57:43.270 INFO:teuthology.orchestra.run.smithi160.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-09T03:57:43.270 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-09T03:57:43.270 INFO:teuthology.orchestra.run.smithi160.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-09T03:57:43.270 INFO:teuthology.orchestra.run.smithi160.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-09T03:57:43.270 INFO:teuthology.orchestra.run.smithi160.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-09T03:57:43.270 INFO:teuthology.orchestra.run.smithi160.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-09T03:57:43.271 INFO:teuthology.orchestra.run.smithi160.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-09T03:57:43.271 INFO:teuthology.orchestra.run.smithi160.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-09T03:57:43.271 INFO:teuthology.orchestra.run.smithi160.stdout: xmlstarlet zip 2024-05-09T03:57:43.271 INFO:teuthology.orchestra.run.smithi160.stdout:Suggested packages: 2024-05-09T03:57:43.271 INFO:teuthology.orchestra.run.smithi160.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-09T03:57:43.271 INFO:teuthology.orchestra.run.smithi160.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-09T03:57:43.271 INFO:teuthology.orchestra.run.smithi160.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-09T03:57:43.271 INFO:teuthology.orchestra.run.smithi160.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-09T03:57:43.271 INFO:teuthology.orchestra.run.smithi160.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-09T03:57:43.272 INFO:teuthology.orchestra.run.smithi160.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-09T03:57:43.272 INFO:teuthology.orchestra.run.smithi160.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-09T03:57:43.272 INFO:teuthology.orchestra.run.smithi160.stdout:Recommended packages: 2024-05-09T03:57:43.272 INFO:teuthology.orchestra.run.smithi160.stdout: btrfs-tools 2024-05-09T03:57:43.301 INFO:teuthology.orchestra.run.smithi188.stdout:The following packages were automatically installed and are no longer required: 2024-05-09T03:57:43.301 INFO:teuthology.orchestra.run.smithi188.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-09T03:57:43.301 INFO:teuthology.orchestra.run.smithi188.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-09T03:57:43.301 INFO:teuthology.orchestra.run.smithi188.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-09T03:57:43.302 INFO:teuthology.orchestra.run.smithi188.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-09T03:57:43.302 INFO:teuthology.orchestra.run.smithi188.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-09T03:57:43.302 INFO:teuthology.orchestra.run.smithi188.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-09T03:57:43.304 INFO:teuthology.orchestra.run.smithi188.stdout:The following additional packages will be installed: 2024-05-09T03:57:43.304 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-09T03:57:43.304 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-09T03:57:43.304 INFO:teuthology.orchestra.run.smithi188.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-09T03:57:43.304 INFO:teuthology.orchestra.run.smithi188.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-09T03:57:43.304 INFO:teuthology.orchestra.run.smithi188.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-09T03:57:43.304 INFO:teuthology.orchestra.run.smithi188.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-09T03:57:43.304 INFO:teuthology.orchestra.run.smithi188.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-09T03:57:43.304 INFO:teuthology.orchestra.run.smithi188.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-09T03:57:43.304 INFO:teuthology.orchestra.run.smithi188.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-09T03:57:43.304 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-09T03:57:43.304 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-09T03:57:43.305 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-09T03:57:43.305 INFO:teuthology.orchestra.run.smithi188.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-09T03:57:43.305 INFO:teuthology.orchestra.run.smithi188.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-09T03:57:43.305 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-09T03:57:43.305 INFO:teuthology.orchestra.run.smithi188.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-09T03:57:43.305 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-09T03:57:43.305 INFO:teuthology.orchestra.run.smithi188.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-09T03:57:43.305 INFO:teuthology.orchestra.run.smithi188.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-09T03:57:43.305 INFO:teuthology.orchestra.run.smithi188.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-09T03:57:43.305 INFO:teuthology.orchestra.run.smithi188.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-09T03:57:43.305 INFO:teuthology.orchestra.run.smithi188.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-09T03:57:43.305 INFO:teuthology.orchestra.run.smithi188.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-09T03:57:43.305 INFO:teuthology.orchestra.run.smithi188.stdout: xmlstarlet zip 2024-05-09T03:57:43.306 INFO:teuthology.orchestra.run.smithi188.stdout:Suggested packages: 2024-05-09T03:57:43.306 INFO:teuthology.orchestra.run.smithi188.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-09T03:57:43.306 INFO:teuthology.orchestra.run.smithi188.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-09T03:57:43.306 INFO:teuthology.orchestra.run.smithi188.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-09T03:57:43.306 INFO:teuthology.orchestra.run.smithi188.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-09T03:57:43.306 INFO:teuthology.orchestra.run.smithi188.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-09T03:57:43.306 INFO:teuthology.orchestra.run.smithi188.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-09T03:57:43.306 INFO:teuthology.orchestra.run.smithi188.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-09T03:57:43.306 INFO:teuthology.orchestra.run.smithi188.stdout:Recommended packages: 2024-05-09T03:57:43.306 INFO:teuthology.orchestra.run.smithi188.stdout: btrfs-tools 2024-05-09T03:57:43.312 INFO:teuthology.orchestra.run.smithi037.stdout:The following packages were automatically installed and are no longer required: 2024-05-09T03:57:43.312 INFO:teuthology.orchestra.run.smithi037.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-05-09T03:57:43.312 INFO:teuthology.orchestra.run.smithi037.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-05-09T03:57:43.312 INFO:teuthology.orchestra.run.smithi037.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-05-09T03:57:43.313 INFO:teuthology.orchestra.run.smithi037.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-05-09T03:57:43.313 INFO:teuthology.orchestra.run.smithi037.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-05-09T03:57:43.313 INFO:teuthology.orchestra.run.smithi037.stdout:Use 'sudo apt autoremove' to remove them. 2024-05-09T03:57:43.314 INFO:teuthology.orchestra.run.smithi037.stdout:The following additional packages will be installed: 2024-05-09T03:57:43.314 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-05-09T03:57:43.314 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-05-09T03:57:43.314 INFO:teuthology.orchestra.run.smithi037.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-05-09T03:57:43.314 INFO:teuthology.orchestra.run.smithi037.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-05-09T03:57:43.314 INFO:teuthology.orchestra.run.smithi037.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-05-09T03:57:43.315 INFO:teuthology.orchestra.run.smithi037.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-05-09T03:57:43.316 INFO:teuthology.orchestra.run.smithi037.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-05-09T03:57:43.316 INFO:teuthology.orchestra.run.smithi037.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-05-09T03:57:43.316 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-05-09T03:57:43.316 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-09T03:57:43.316 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-09T03:57:43.316 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-09T03:57:43.316 INFO:teuthology.orchestra.run.smithi037.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-09T03:57:43.316 INFO:teuthology.orchestra.run.smithi037.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-09T03:57:43.316 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-09T03:57:43.316 INFO:teuthology.orchestra.run.smithi037.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-09T03:57:43.316 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-05-09T03:57:43.316 INFO:teuthology.orchestra.run.smithi037.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-05-09T03:57:43.316 INFO:teuthology.orchestra.run.smithi037.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-05-09T03:57:43.316 INFO:teuthology.orchestra.run.smithi037.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-05-09T03:57:43.317 INFO:teuthology.orchestra.run.smithi037.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-05-09T03:57:43.317 INFO:teuthology.orchestra.run.smithi037.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-05-09T03:57:43.317 INFO:teuthology.orchestra.run.smithi037.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-05-09T03:57:43.317 INFO:teuthology.orchestra.run.smithi037.stdout: xmlstarlet zip 2024-05-09T03:57:43.317 INFO:teuthology.orchestra.run.smithi037.stdout:Suggested packages: 2024-05-09T03:57:43.317 INFO:teuthology.orchestra.run.smithi037.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-05-09T03:57:43.317 INFO:teuthology.orchestra.run.smithi037.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-05-09T03:57:43.317 INFO:teuthology.orchestra.run.smithi037.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-05-09T03:57:43.317 INFO:teuthology.orchestra.run.smithi037.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-05-09T03:57:43.318 INFO:teuthology.orchestra.run.smithi037.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-05-09T03:57:43.318 INFO:teuthology.orchestra.run.smithi037.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-05-09T03:57:43.318 INFO:teuthology.orchestra.run.smithi037.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-05-09T03:57:43.318 INFO:teuthology.orchestra.run.smithi037.stdout:Recommended packages: 2024-05-09T03:57:43.318 INFO:teuthology.orchestra.run.smithi037.stdout: btrfs-tools 2024-05-09T03:57:43.369 INFO:teuthology.orchestra.run.smithi160.stdout:The following NEW packages will be installed: 2024-05-09T03:57:43.370 INFO:teuthology.orchestra.run.smithi160.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-09T03:57:43.370 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-09T03:57:43.370 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-09T03:57:43.370 INFO:teuthology.orchestra.run.smithi160.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-09T03:57:43.370 INFO:teuthology.orchestra.run.smithi160.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-09T03:57:43.370 INFO:teuthology.orchestra.run.smithi160.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-09T03:57:43.371 INFO:teuthology.orchestra.run.smithi160.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-09T03:57:43.371 INFO:teuthology.orchestra.run.smithi160.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-09T03:57:43.371 INFO:teuthology.orchestra.run.smithi160.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-09T03:57:43.372 INFO:teuthology.orchestra.run.smithi160.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-09T03:57:43.372 INFO:teuthology.orchestra.run.smithi160.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-09T03:57:43.372 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-09T03:57:43.372 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-09T03:57:43.372 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-09T03:57:43.372 INFO:teuthology.orchestra.run.smithi160.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-09T03:57:43.372 INFO:teuthology.orchestra.run.smithi160.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-09T03:57:43.372 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-09T03:57:43.372 INFO:teuthology.orchestra.run.smithi160.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-09T03:57:43.372 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-09T03:57:43.372 INFO:teuthology.orchestra.run.smithi160.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-09T03:57:43.372 INFO:teuthology.orchestra.run.smithi160.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-09T03:57:43.372 INFO:teuthology.orchestra.run.smithi160.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-09T03:57:43.372 INFO:teuthology.orchestra.run.smithi160.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-09T03:57:43.372 INFO:teuthology.orchestra.run.smithi160.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-09T03:57:43.373 INFO:teuthology.orchestra.run.smithi160.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-09T03:57:43.373 INFO:teuthology.orchestra.run.smithi160.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-09T03:57:43.403 INFO:teuthology.orchestra.run.smithi188.stdout:The following NEW packages will be installed: 2024-05-09T03:57:43.403 INFO:teuthology.orchestra.run.smithi188.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-09T03:57:43.403 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-09T03:57:43.403 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-09T03:57:43.404 INFO:teuthology.orchestra.run.smithi188.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-09T03:57:43.404 INFO:teuthology.orchestra.run.smithi188.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-09T03:57:43.404 INFO:teuthology.orchestra.run.smithi188.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-09T03:57:43.405 INFO:teuthology.orchestra.run.smithi188.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-09T03:57:43.405 INFO:teuthology.orchestra.run.smithi188.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-09T03:57:43.405 INFO:teuthology.orchestra.run.smithi188.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-09T03:57:43.405 INFO:teuthology.orchestra.run.smithi188.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-09T03:57:43.405 INFO:teuthology.orchestra.run.smithi188.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-09T03:57:43.405 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-09T03:57:43.405 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-09T03:57:43.405 INFO:teuthology.orchestra.run.smithi188.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-09T03:57:43.405 INFO:teuthology.orchestra.run.smithi188.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-09T03:57:43.406 INFO:teuthology.orchestra.run.smithi188.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-09T03:57:43.406 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-09T03:57:43.406 INFO:teuthology.orchestra.run.smithi188.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-09T03:57:43.406 INFO:teuthology.orchestra.run.smithi188.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-09T03:57:43.406 INFO:teuthology.orchestra.run.smithi188.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-09T03:57:43.406 INFO:teuthology.orchestra.run.smithi188.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-09T03:57:43.406 INFO:teuthology.orchestra.run.smithi188.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-09T03:57:43.406 INFO:teuthology.orchestra.run.smithi188.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-09T03:57:43.406 INFO:teuthology.orchestra.run.smithi188.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-09T03:57:43.406 INFO:teuthology.orchestra.run.smithi188.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-09T03:57:43.406 INFO:teuthology.orchestra.run.smithi188.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-09T03:57:43.419 INFO:teuthology.orchestra.run.smithi037.stdout:The following NEW packages will be installed: 2024-05-09T03:57:43.420 INFO:teuthology.orchestra.run.smithi037.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-05-09T03:57:43.420 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-05-09T03:57:43.420 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-05-09T03:57:43.420 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-05-09T03:57:43.420 INFO:teuthology.orchestra.run.smithi037.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-05-09T03:57:43.420 INFO:teuthology.orchestra.run.smithi037.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-05-09T03:57:43.421 INFO:teuthology.orchestra.run.smithi037.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-05-09T03:57:43.422 INFO:teuthology.orchestra.run.smithi037.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-05-09T03:57:43.422 INFO:teuthology.orchestra.run.smithi037.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-05-09T03:57:43.422 INFO:teuthology.orchestra.run.smithi037.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-05-09T03:57:43.422 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-05-09T03:57:43.422 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-05-09T03:57:43.422 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-05-09T03:57:43.422 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-05-09T03:57:43.422 INFO:teuthology.orchestra.run.smithi037.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-05-09T03:57:43.422 INFO:teuthology.orchestra.run.smithi037.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-05-09T03:57:43.422 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-05-09T03:57:43.422 INFO:teuthology.orchestra.run.smithi037.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-05-09T03:57:43.422 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-05-09T03:57:43.423 INFO:teuthology.orchestra.run.smithi037.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-05-09T03:57:43.423 INFO:teuthology.orchestra.run.smithi037.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-05-09T03:57:43.423 INFO:teuthology.orchestra.run.smithi037.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-05-09T03:57:43.423 INFO:teuthology.orchestra.run.smithi037.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-05-09T03:57:43.423 INFO:teuthology.orchestra.run.smithi037.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-05-09T03:57:43.423 INFO:teuthology.orchestra.run.smithi037.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-05-09T03:57:43.423 INFO:teuthology.orchestra.run.smithi037.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-05-09T03:57:43.524 INFO:teuthology.orchestra.run.smithi160.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-09T03:57:43.524 INFO:teuthology.orchestra.run.smithi160.stdout:Need to get 181 MB of archives. 2024-05-09T03:57:43.524 INFO:teuthology.orchestra.run.smithi160.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-09T03:57:43.524 INFO:teuthology.orchestra.run.smithi160.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3631-gc66c553a-1jammy [3,558 kB] 2024-05-09T03:57:43.553 INFO:teuthology.orchestra.run.smithi188.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-09T03:57:43.554 INFO:teuthology.orchestra.run.smithi188.stdout:Need to get 181 MB of archives. 2024-05-09T03:57:43.554 INFO:teuthology.orchestra.run.smithi188.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-09T03:57:43.554 INFO:teuthology.orchestra.run.smithi188.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3631-gc66c553a-1jammy [3,558 kB] 2024-05-09T03:57:43.559 INFO:teuthology.orchestra.run.smithi160.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-09T03:57:43.571 INFO:teuthology.orchestra.run.smithi037.stdout:0 upgraded, 118 newly installed, 0 to remove and 303 not upgraded. 2024-05-09T03:57:43.571 INFO:teuthology.orchestra.run.smithi037.stdout:Need to get 181 MB of archives. 2024-05-09T03:57:43.571 INFO:teuthology.orchestra.run.smithi037.stdout:After this operation, 829 MB of additional disk space will be used. 2024-05-09T03:57:43.571 INFO:teuthology.orchestra.run.smithi037.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3631-gc66c553a-1jammy [3,558 kB] 2024-05-09T03:57:43.595 INFO:teuthology.orchestra.run.smithi188.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-09T03:57:43.612 INFO:teuthology.orchestra.run.smithi037.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-05-09T03:57:43.989 INFO:teuthology.orchestra.run.smithi160.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3631-gc66c553a-1jammy [3,224 kB] 2024-05-09T03:57:43.990 INFO:teuthology.orchestra.run.smithi160.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-09T03:57:44.002 INFO:teuthology.orchestra.run.smithi160.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-09T03:57:44.004 INFO:teuthology.orchestra.run.smithi037.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3631-gc66c553a-1jammy [3,224 kB] 2024-05-09T03:57:44.017 INFO:teuthology.orchestra.run.smithi188.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3631-gc66c553a-1jammy [3,224 kB] 2024-05-09T03:57:44.020 INFO:teuthology.orchestra.run.smithi188.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-09T03:57:44.033 INFO:teuthology.orchestra.run.smithi188.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-09T03:57:44.039 INFO:teuthology.orchestra.run.smithi037.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-05-09T03:57:44.065 INFO:teuthology.orchestra.run.smithi037.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-05-09T03:57:44.084 INFO:teuthology.orchestra.run.smithi160.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-09T03:57:44.115 INFO:teuthology.orchestra.run.smithi188.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-09T03:57:44.280 INFO:teuthology.orchestra.run.smithi037.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-05-09T03:57:44.288 INFO:teuthology.orchestra.run.smithi037.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3631-gc66c553a-1jammy [712 kB] 2024-05-09T03:57:44.296 INFO:teuthology.orchestra.run.smithi160.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3631-gc66c553a-1jammy [712 kB] 2024-05-09T03:57:44.317 INFO:teuthology.orchestra.run.smithi160.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-09T03:57:44.328 INFO:teuthology.orchestra.run.smithi160.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-09T03:57:44.345 INFO:teuthology.orchestra.run.smithi188.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-09T03:57:44.349 INFO:teuthology.orchestra.run.smithi160.stdout:Get:10 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3631-gc66c553a-1jammy [356 kB] 2024-05-09T03:57:44.354 INFO:teuthology.orchestra.run.smithi188.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3631-gc66c553a-1jammy [712 kB] 2024-05-09T03:57:44.357 INFO:teuthology.orchestra.run.smithi188.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-09T03:57:44.359 INFO:teuthology.orchestra.run.smithi160.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-09T03:57:44.368 INFO:teuthology.orchestra.run.smithi160.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-09T03:57:44.369 INFO:teuthology.orchestra.run.smithi160.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-09T03:57:44.370 INFO:teuthology.orchestra.run.smithi160.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-09T03:57:44.370 INFO:teuthology.orchestra.run.smithi037.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3631-gc66c553a-1jammy [356 kB] 2024-05-09T03:57:44.382 INFO:teuthology.orchestra.run.smithi037.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3631-gc66c553a-1jammy [32.8 kB] 2024-05-09T03:57:44.383 INFO:teuthology.orchestra.run.smithi037.stdout:Get:10 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3631-gc66c553a-1jammy [180 kB] 2024-05-09T03:57:44.386 INFO:teuthology.orchestra.run.smithi188.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-09T03:57:44.390 INFO:teuthology.orchestra.run.smithi160.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-09T03:57:44.391 INFO:teuthology.orchestra.run.smithi160.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3631-gc66c553a-1jammy [32.8 kB] 2024-05-09T03:57:44.393 INFO:teuthology.orchestra.run.smithi160.stdout:Get:17 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3631-gc66c553a-1jammy [180 kB] 2024-05-09T03:57:44.396 INFO:teuthology.orchestra.run.smithi188.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-09T03:57:44.397 INFO:teuthology.orchestra.run.smithi188.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-09T03:57:44.398 INFO:teuthology.orchestra.run.smithi160.stdout:Get:18 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3631-gc66c553a-1jammy [67.5 kB] 2024-05-09T03:57:44.399 INFO:teuthology.orchestra.run.smithi188.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-09T03:57:44.399 INFO:teuthology.orchestra.run.smithi160.stdout:Get:19 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3631-gc66c553a-1jammy [333 kB] 2024-05-09T03:57:44.410 INFO:teuthology.orchestra.run.smithi188.stdout:Get:14 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3631-gc66c553a-1jammy [356 kB] 2024-05-09T03:57:44.417 INFO:teuthology.orchestra.run.smithi188.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-09T03:57:44.421 INFO:teuthology.orchestra.run.smithi037.stdout:Get:11 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3631-gc66c553a-1jammy [67.5 kB] 2024-05-09T03:57:44.423 INFO:teuthology.orchestra.run.smithi037.stdout:Get:12 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3631-gc66c553a-1jammy [333 kB] 2024-05-09T03:57:44.443 INFO:teuthology.orchestra.run.smithi160.stdout:Get:20 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3631-gc66c553a-1jammy [6,893 kB] 2024-05-09T03:57:44.458 INFO:teuthology.orchestra.run.smithi188.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3631-gc66c553a-1jammy [32.8 kB] 2024-05-09T03:57:44.459 INFO:teuthology.orchestra.run.smithi188.stdout:Get:17 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3631-gc66c553a-1jammy [180 kB] 2024-05-09T03:57:44.463 INFO:teuthology.orchestra.run.smithi188.stdout:Get:18 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3631-gc66c553a-1jammy [67.5 kB] 2024-05-09T03:57:44.465 INFO:teuthology.orchestra.run.smithi188.stdout:Get:19 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3631-gc66c553a-1jammy [333 kB] 2024-05-09T03:57:44.467 INFO:teuthology.orchestra.run.smithi037.stdout:Get:13 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3631-gc66c553a-1jammy [6,893 kB] 2024-05-09T03:57:44.512 INFO:teuthology.orchestra.run.smithi188.stdout:Get:20 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3631-gc66c553a-1jammy [6,893 kB] 2024-05-09T03:57:44.561 INFO:teuthology.orchestra.run.smithi160.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-09T03:57:44.586 INFO:teuthology.orchestra.run.smithi188.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-09T03:57:44.970 INFO:teuthology.orchestra.run.smithi160.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-09T03:57:44.999 INFO:teuthology.orchestra.run.smithi188.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-09T03:57:45.002 INFO:teuthology.orchestra.run.smithi160.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-09T03:57:45.005 INFO:teuthology.orchestra.run.smithi160.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-09T03:57:45.032 INFO:teuthology.orchestra.run.smithi037.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-05-09T03:57:45.033 INFO:teuthology.orchestra.run.smithi188.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-09T03:57:45.035 INFO:teuthology.orchestra.run.smithi188.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-09T03:57:45.078 INFO:teuthology.orchestra.run.smithi037.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-05-09T03:57:45.083 INFO:teuthology.orchestra.run.smithi037.stdout:Get:16 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3631-gc66c553a-1jammy [112 kB] 2024-05-09T03:57:45.085 INFO:teuthology.orchestra.run.smithi160.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-09T03:57:45.116 INFO:teuthology.orchestra.run.smithi188.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-09T03:57:45.136 INFO:teuthology.orchestra.run.smithi160.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-09T03:57:45.158 INFO:teuthology.orchestra.run.smithi160.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-09T03:57:45.165 INFO:teuthology.orchestra.run.smithi160.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-09T03:57:45.166 INFO:teuthology.orchestra.run.smithi160.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-09T03:57:45.167 INFO:teuthology.orchestra.run.smithi188.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-09T03:57:45.178 INFO:teuthology.orchestra.run.smithi160.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-09T03:57:45.178 INFO:teuthology.orchestra.run.smithi160.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-09T03:57:45.189 INFO:teuthology.orchestra.run.smithi188.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-09T03:57:45.196 INFO:teuthology.orchestra.run.smithi188.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-09T03:57:45.197 INFO:teuthology.orchestra.run.smithi188.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-09T03:57:45.199 INFO:teuthology.orchestra.run.smithi160.stdout:Get:32 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3631-gc66c553a-1jammy [112 kB] 2024-05-09T03:57:45.200 INFO:teuthology.orchestra.run.smithi037.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-05-09T03:57:45.202 INFO:teuthology.orchestra.run.smithi160.stdout:Get:33 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3631-gc66c553a-1jammy [467 kB] 2024-05-09T03:57:45.208 INFO:teuthology.orchestra.run.smithi188.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-09T03:57:45.209 INFO:teuthology.orchestra.run.smithi188.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-09T03:57:45.215 INFO:teuthology.orchestra.run.smithi037.stdout:Get:18 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3631-gc66c553a-1jammy [467 kB] 2024-05-09T03:57:45.223 INFO:teuthology.orchestra.run.smithi188.stdout:Get:32 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3631-gc66c553a-1jammy [112 kB] 2024-05-09T03:57:45.226 INFO:teuthology.orchestra.run.smithi037.stdout:Get:19 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3631-gc66c553a-1jammy [25.8 MB] 2024-05-09T03:57:45.240 INFO:teuthology.orchestra.run.smithi037.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-05-09T03:57:45.241 INFO:teuthology.orchestra.run.smithi160.stdout:Get:34 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3631-gc66c553a-1jammy [25.8 MB] 2024-05-09T03:57:45.243 INFO:teuthology.orchestra.run.smithi037.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-05-09T03:57:45.247 INFO:teuthology.orchestra.run.smithi037.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-05-09T03:57:45.250 INFO:teuthology.orchestra.run.smithi188.stdout:Get:33 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3631-gc66c553a-1jammy [467 kB] 2024-05-09T03:57:45.266 INFO:teuthology.orchestra.run.smithi188.stdout:Get:34 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3631-gc66c553a-1jammy [25.8 MB] 2024-05-09T03:57:45.331 INFO:teuthology.orchestra.run.smithi037.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-05-09T03:57:45.343 INFO:teuthology.orchestra.run.smithi160.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-09T03:57:45.375 INFO:teuthology.orchestra.run.smithi188.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-09T03:57:45.426 INFO:teuthology.orchestra.run.smithi160.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-09T03:57:45.455 INFO:teuthology.orchestra.run.smithi160.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-09T03:57:45.458 INFO:teuthology.orchestra.run.smithi188.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-09T03:57:45.472 INFO:teuthology.orchestra.run.smithi160.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-09T03:57:45.486 INFO:teuthology.orchestra.run.smithi188.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-09T03:57:45.503 INFO:teuthology.orchestra.run.smithi188.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-09T03:57:45.516 INFO:teuthology.orchestra.run.smithi160.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-09T03:57:45.521 INFO:teuthology.orchestra.run.smithi037.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-05-09T03:57:45.548 INFO:teuthology.orchestra.run.smithi188.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-09T03:57:45.730 INFO:teuthology.orchestra.run.smithi160.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-09T03:57:45.745 INFO:teuthology.orchestra.run.smithi160.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-09T03:57:45.751 INFO:teuthology.orchestra.run.smithi160.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-09T03:57:45.757 INFO:teuthology.orchestra.run.smithi160.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-09T03:57:45.762 INFO:teuthology.orchestra.run.smithi188.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-09T03:57:45.777 INFO:teuthology.orchestra.run.smithi188.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-09T03:57:45.778 INFO:teuthology.orchestra.run.smithi160.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-09T03:57:45.782 INFO:teuthology.orchestra.run.smithi160.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-09T03:57:45.784 INFO:teuthology.orchestra.run.smithi188.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-09T03:57:45.789 INFO:teuthology.orchestra.run.smithi188.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-09T03:57:45.810 INFO:teuthology.orchestra.run.smithi188.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-09T03:57:45.814 INFO:teuthology.orchestra.run.smithi188.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-09T03:57:45.927 INFO:teuthology.orchestra.run.smithi037.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-05-09T03:57:45.949 INFO:teuthology.orchestra.run.smithi160.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-09T03:57:45.963 INFO:teuthology.orchestra.run.smithi037.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-05-09T03:57:45.964 INFO:teuthology.orchestra.run.smithi037.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-05-09T03:57:45.980 INFO:teuthology.orchestra.run.smithi188.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-09T03:57:46.046 INFO:teuthology.orchestra.run.smithi037.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-05-09T03:57:46.096 INFO:teuthology.orchestra.run.smithi037.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-05-09T03:57:46.119 INFO:teuthology.orchestra.run.smithi037.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-05-09T03:57:46.126 INFO:teuthology.orchestra.run.smithi037.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-05-09T03:57:46.127 INFO:teuthology.orchestra.run.smithi037.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-05-09T03:57:46.138 INFO:teuthology.orchestra.run.smithi037.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-05-09T03:57:46.139 INFO:teuthology.orchestra.run.smithi037.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-05-09T03:57:46.279 INFO:teuthology.orchestra.run.smithi160.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-09T03:57:46.305 INFO:teuthology.orchestra.run.smithi037.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-05-09T03:57:46.310 INFO:teuthology.orchestra.run.smithi160.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-09T03:57:46.314 INFO:teuthology.orchestra.run.smithi188.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-09T03:57:46.320 INFO:teuthology.orchestra.run.smithi160.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-09T03:57:46.346 INFO:teuthology.orchestra.run.smithi188.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-09T03:57:46.356 INFO:teuthology.orchestra.run.smithi188.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-09T03:57:46.389 INFO:teuthology.orchestra.run.smithi037.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-05-09T03:57:46.418 INFO:teuthology.orchestra.run.smithi037.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-05-09T03:57:46.435 INFO:teuthology.orchestra.run.smithi037.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-05-09T03:57:46.479 INFO:teuthology.orchestra.run.smithi037.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-05-09T03:57:46.523 INFO:teuthology.orchestra.run.smithi160.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-09T03:57:46.524 INFO:teuthology.orchestra.run.smithi160.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-09T03:57:46.530 INFO:teuthology.orchestra.run.smithi160.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-09T03:57:46.536 INFO:teuthology.orchestra.run.smithi160.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-09T03:57:46.551 INFO:teuthology.orchestra.run.smithi160.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-09T03:57:46.558 INFO:teuthology.orchestra.run.smithi188.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-09T03:57:46.559 INFO:teuthology.orchestra.run.smithi188.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-09T03:57:46.565 INFO:teuthology.orchestra.run.smithi188.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-09T03:57:46.571 INFO:teuthology.orchestra.run.smithi188.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-09T03:57:46.572 INFO:teuthology.orchestra.run.smithi160.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-09T03:57:46.578 INFO:teuthology.orchestra.run.smithi160.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-09T03:57:46.586 INFO:teuthology.orchestra.run.smithi188.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-09T03:57:46.607 INFO:teuthology.orchestra.run.smithi188.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-09T03:57:46.613 INFO:teuthology.orchestra.run.smithi188.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-09T03:57:46.694 INFO:teuthology.orchestra.run.smithi037.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-05-09T03:57:46.709 INFO:teuthology.orchestra.run.smithi037.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-05-09T03:57:46.718 INFO:teuthology.orchestra.run.smithi037.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-05-09T03:57:46.721 INFO:teuthology.orchestra.run.smithi037.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-05-09T03:57:46.742 INFO:teuthology.orchestra.run.smithi037.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-05-09T03:57:46.746 INFO:teuthology.orchestra.run.smithi037.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-05-09T03:57:46.754 INFO:teuthology.orchestra.run.smithi160.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-09T03:57:46.789 INFO:teuthology.orchestra.run.smithi188.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-09T03:57:46.912 INFO:teuthology.orchestra.run.smithi037.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-05-09T03:57:47.009 INFO:teuthology.orchestra.run.smithi160.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-05-09T03:57:47.052 INFO:teuthology.orchestra.run.smithi188.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-05-09T03:57:47.185 INFO:teuthology.orchestra.run.smithi160.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-09T03:57:47.199 INFO:teuthology.orchestra.run.smithi160.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-09T03:57:47.220 INFO:teuthology.orchestra.run.smithi160.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-09T03:57:47.231 INFO:teuthology.orchestra.run.smithi188.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-09T03:57:47.244 INFO:teuthology.orchestra.run.smithi037.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-05-09T03:57:47.244 INFO:teuthology.orchestra.run.smithi188.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-09T03:57:47.265 INFO:teuthology.orchestra.run.smithi188.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-09T03:57:47.283 INFO:teuthology.orchestra.run.smithi037.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-05-09T03:57:47.284 INFO:teuthology.orchestra.run.smithi160.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-05-09T03:57:47.296 INFO:teuthology.orchestra.run.smithi037.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-05-09T03:57:47.329 INFO:teuthology.orchestra.run.smithi188.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-05-09T03:57:47.502 INFO:teuthology.orchestra.run.smithi037.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-05-09T03:57:47.503 INFO:teuthology.orchestra.run.smithi037.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-05-09T03:57:47.509 INFO:teuthology.orchestra.run.smithi037.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-05-09T03:57:47.514 INFO:teuthology.orchestra.run.smithi037.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-05-09T03:57:47.529 INFO:teuthology.orchestra.run.smithi037.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-05-09T03:57:47.550 INFO:teuthology.orchestra.run.smithi037.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-05-09T03:57:47.557 INFO:teuthology.orchestra.run.smithi037.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-05-09T03:57:47.572 INFO:teuthology.orchestra.run.smithi160.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-09T03:57:47.574 INFO:teuthology.orchestra.run.smithi160.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-09T03:57:47.577 INFO:teuthology.orchestra.run.smithi160.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-09T03:57:47.577 INFO:teuthology.orchestra.run.smithi160.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-09T03:57:47.580 INFO:teuthology.orchestra.run.smithi160.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-09T03:57:47.617 INFO:teuthology.orchestra.run.smithi188.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-09T03:57:47.619 INFO:teuthology.orchestra.run.smithi188.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-09T03:57:47.621 INFO:teuthology.orchestra.run.smithi188.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-09T03:57:47.622 INFO:teuthology.orchestra.run.smithi188.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-09T03:57:47.624 INFO:teuthology.orchestra.run.smithi188.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-09T03:57:47.732 INFO:teuthology.orchestra.run.smithi037.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-05-09T03:57:47.763 INFO:teuthology.orchestra.run.smithi037.stdout:Get:58 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3631-gc66c553a-1jammy [5,096 kB] 2024-05-09T03:57:47.806 INFO:teuthology.orchestra.run.smithi160.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-09T03:57:47.837 INFO:teuthology.orchestra.run.smithi160.stdout:Get:69 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3631-gc66c553a-1jammy [5,096 kB] 2024-05-09T03:57:47.852 INFO:teuthology.orchestra.run.smithi188.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-09T03:57:47.995 INFO:teuthology.orchestra.run.smithi037.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-05-09T03:57:48.010 INFO:teuthology.orchestra.run.smithi188.stdout:Get:69 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3631-gc66c553a-1jammy [5,096 kB] 2024-05-09T03:57:48.116 INFO:teuthology.orchestra.run.smithi037.stdout:Get:60 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3631-gc66c553a-1jammy [244 kB] 2024-05-09T03:57:48.155 INFO:teuthology.orchestra.run.smithi037.stdout:Get:61 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3631-gc66c553a-1jammy [124 kB] 2024-05-09T03:57:48.155 INFO:teuthology.orchestra.run.smithi037.stdout:Get:62 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3631-gc66c553a-1jammy [1,544 kB] 2024-05-09T03:57:48.171 INFO:teuthology.orchestra.run.smithi037.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-05-09T03:57:48.185 INFO:teuthology.orchestra.run.smithi037.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-05-09T03:57:48.205 INFO:teuthology.orchestra.run.smithi037.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-05-09T03:57:48.206 INFO:teuthology.orchestra.run.smithi160.stdout:Get:70 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3631-gc66c553a-1jammy [244 kB] 2024-05-09T03:57:48.212 INFO:teuthology.orchestra.run.smithi160.stdout:Get:71 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3631-gc66c553a-1jammy [124 kB] 2024-05-09T03:57:48.216 INFO:teuthology.orchestra.run.smithi160.stdout:Get:72 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3631-gc66c553a-1jammy [1,544 kB] 2024-05-09T03:57:48.237 INFO:teuthology.orchestra.run.smithi160.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-09T03:57:48.242 INFO:teuthology.orchestra.run.smithi160.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-09T03:57:48.269 INFO:teuthology.orchestra.run.smithi037.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-05-09T03:57:48.291 INFO:teuthology.orchestra.run.smithi188.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-09T03:57:48.298 INFO:teuthology.orchestra.run.smithi188.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-09T03:57:48.310 INFO:teuthology.orchestra.run.smithi037.stdout:Get:67 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3631-gc66c553a-1jammy [6,260 kB] 2024-05-09T03:57:48.373 INFO:teuthology.orchestra.run.smithi160.stdout:Get:75 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3631-gc66c553a-1jammy [6,260 kB] 2024-05-09T03:57:48.459 INFO:teuthology.orchestra.run.smithi188.stdout:Get:72 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3631-gc66c553a-1jammy [244 kB] 2024-05-09T03:57:48.466 INFO:teuthology.orchestra.run.smithi188.stdout:Get:73 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3631-gc66c553a-1jammy [124 kB] 2024-05-09T03:57:48.532 INFO:teuthology.orchestra.run.smithi160.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-09T03:57:48.533 INFO:teuthology.orchestra.run.smithi160.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-09T03:57:48.535 INFO:teuthology.orchestra.run.smithi160.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-09T03:57:48.536 INFO:teuthology.orchestra.run.smithi160.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-09T03:57:48.538 INFO:teuthology.orchestra.run.smithi160.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-09T03:57:48.540 INFO:teuthology.orchestra.run.smithi160.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-09T03:57:48.541 INFO:teuthology.orchestra.run.smithi160.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-09T03:57:48.542 INFO:teuthology.orchestra.run.smithi160.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-09T03:57:48.557 INFO:teuthology.orchestra.run.smithi037.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-05-09T03:57:48.562 INFO:teuthology.orchestra.run.smithi037.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-05-09T03:57:48.564 INFO:teuthology.orchestra.run.smithi037.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-05-09T03:57:48.564 INFO:teuthology.orchestra.run.smithi037.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-05-09T03:57:48.566 INFO:teuthology.orchestra.run.smithi037.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-05-09T03:57:48.577 INFO:teuthology.orchestra.run.smithi188.stdout:Get:74 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3631-gc66c553a-1jammy [1,544 kB] 2024-05-09T03:57:48.588 INFO:teuthology.orchestra.run.smithi188.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-09T03:57:48.588 INFO:teuthology.orchestra.run.smithi188.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-09T03:57:48.591 INFO:teuthology.orchestra.run.smithi188.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-09T03:57:48.593 INFO:teuthology.orchestra.run.smithi188.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-09T03:57:48.594 INFO:teuthology.orchestra.run.smithi188.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-09T03:57:48.596 INFO:teuthology.orchestra.run.smithi188.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-09T03:57:48.597 INFO:teuthology.orchestra.run.smithi188.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-09T03:57:48.599 INFO:teuthology.orchestra.run.smithi188.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-09T03:57:48.649 INFO:teuthology.orchestra.run.smithi188.stdout:Get:83 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3631-gc66c553a-1jammy [6,260 kB] 2024-05-09T03:57:48.724 INFO:teuthology.orchestra.run.smithi160.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-09T03:57:48.780 INFO:teuthology.orchestra.run.smithi188.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-09T03:57:48.794 INFO:teuthology.orchestra.run.smithi037.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-05-09T03:57:48.919 INFO:teuthology.orchestra.run.smithi037.stdout:Get:74 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3631-gc66c553a-1jammy [22.8 MB] 2024-05-09T03:57:48.924 INFO:teuthology.orchestra.run.smithi160.stdout:Get:85 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3631-gc66c553a-1jammy [22.8 MB] 2024-05-09T03:57:49.134 INFO:teuthology.orchestra.run.smithi160.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-09T03:57:49.181 INFO:teuthology.orchestra.run.smithi160.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-09T03:57:49.191 INFO:teuthology.orchestra.run.smithi188.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-09T03:57:49.215 INFO:teuthology.orchestra.run.smithi160.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-09T03:57:49.234 INFO:teuthology.orchestra.run.smithi037.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-05-09T03:57:49.235 INFO:teuthology.orchestra.run.smithi188.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-09T03:57:49.240 INFO:teuthology.orchestra.run.smithi037.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-05-09T03:57:49.273 INFO:teuthology.orchestra.run.smithi188.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-09T03:57:49.312 INFO:teuthology.orchestra.run.smithi160.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-09T03:57:49.351 INFO:teuthology.orchestra.run.smithi160.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-09T03:57:49.363 INFO:teuthology.orchestra.run.smithi160.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-09T03:57:49.368 INFO:teuthology.orchestra.run.smithi188.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-09T03:57:49.368 INFO:teuthology.orchestra.run.smithi160.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-09T03:57:49.375 INFO:teuthology.orchestra.run.smithi188.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3631-gc66c553a-1jammy [22.8 MB] 2024-05-09T03:57:49.408 INFO:teuthology.orchestra.run.smithi188.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-09T03:57:49.415 INFO:teuthology.orchestra.run.smithi160.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-09T03:57:49.419 INFO:teuthology.orchestra.run.smithi160.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-09T03:57:49.419 INFO:teuthology.orchestra.run.smithi188.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-09T03:57:49.425 INFO:teuthology.orchestra.run.smithi188.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-09T03:57:49.440 INFO:teuthology.orchestra.run.smithi160.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-09T03:57:49.472 INFO:teuthology.orchestra.run.smithi188.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-09T03:57:49.475 INFO:teuthology.orchestra.run.smithi188.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-09T03:57:49.497 INFO:teuthology.orchestra.run.smithi188.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-09T03:57:49.530 INFO:teuthology.orchestra.run.smithi037.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-05-09T03:57:49.530 INFO:teuthology.orchestra.run.smithi037.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-05-09T03:57:49.532 INFO:teuthology.orchestra.run.smithi037.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-05-09T03:57:49.534 INFO:teuthology.orchestra.run.smithi037.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-05-09T03:57:49.536 INFO:teuthology.orchestra.run.smithi037.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-05-09T03:57:49.538 INFO:teuthology.orchestra.run.smithi037.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-05-09T03:57:49.539 INFO:teuthology.orchestra.run.smithi037.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-05-09T03:57:49.541 INFO:teuthology.orchestra.run.smithi037.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-05-09T03:57:49.606 INFO:teuthology.orchestra.run.smithi160.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-09T03:57:49.660 INFO:teuthology.orchestra.run.smithi188.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-09T03:57:49.722 INFO:teuthology.orchestra.run.smithi037.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-05-09T03:57:49.880 INFO:teuthology.orchestra.run.smithi160.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-09T03:57:49.898 INFO:teuthology.orchestra.run.smithi160.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-09T03:57:49.923 INFO:teuthology.orchestra.run.smithi188.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-09T03:57:49.942 INFO:teuthology.orchestra.run.smithi188.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-09T03:57:50.051 INFO:teuthology.orchestra.run.smithi160.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-09T03:57:50.080 INFO:teuthology.orchestra.run.smithi160.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-09T03:57:50.093 INFO:teuthology.orchestra.run.smithi188.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-09T03:57:50.122 INFO:teuthology.orchestra.run.smithi188.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-09T03:57:50.142 INFO:teuthology.orchestra.run.smithi037.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-05-09T03:57:50.192 INFO:teuthology.orchestra.run.smithi037.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-05-09T03:57:50.223 INFO:teuthology.orchestra.run.smithi037.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-05-09T03:57:50.241 INFO:teuthology.orchestra.run.smithi160.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-09T03:57:50.244 INFO:teuthology.orchestra.run.smithi160.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-09T03:57:50.245 INFO:teuthology.orchestra.run.smithi160.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-09T03:57:50.267 INFO:teuthology.orchestra.run.smithi160.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-09T03:57:50.272 INFO:teuthology.orchestra.run.smithi160.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-09T03:57:50.278 INFO:teuthology.orchestra.run.smithi188.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-09T03:57:50.281 INFO:teuthology.orchestra.run.smithi188.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-09T03:57:50.283 INFO:teuthology.orchestra.run.smithi188.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-09T03:57:50.305 INFO:teuthology.orchestra.run.smithi188.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-09T03:57:50.310 INFO:teuthology.orchestra.run.smithi188.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-09T03:57:50.324 INFO:teuthology.orchestra.run.smithi037.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-05-09T03:57:50.367 INFO:teuthology.orchestra.run.smithi037.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-05-09T03:57:50.379 INFO:teuthology.orchestra.run.smithi037.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-05-09T03:57:50.386 INFO:teuthology.orchestra.run.smithi037.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-05-09T03:57:50.433 INFO:teuthology.orchestra.run.smithi037.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-05-09T03:57:50.436 INFO:teuthology.orchestra.run.smithi037.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-05-09T03:57:50.457 INFO:teuthology.orchestra.run.smithi037.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-05-09T03:57:50.622 INFO:teuthology.orchestra.run.smithi037.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-05-09T03:57:50.848 INFO:teuthology.orchestra.run.smithi160.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3631-gc66c553a-1jammy [14.1 kB] 2024-05-09T03:57:50.849 INFO:teuthology.orchestra.run.smithi160.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3631-gc66c553a-1jammy [870 kB] 2024-05-09T03:57:50.875 INFO:teuthology.orchestra.run.smithi160.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3631-gc66c553a-1jammy [2,442 kB] 2024-05-09T03:57:50.895 INFO:teuthology.orchestra.run.smithi037.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-05-09T03:57:50.913 INFO:teuthology.orchestra.run.smithi037.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-05-09T03:57:51.060 INFO:teuthology.orchestra.run.smithi160.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3631-gc66c553a-1jammy [793 kB] 2024-05-09T03:57:51.067 INFO:teuthology.orchestra.run.smithi037.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-05-09T03:57:51.097 INFO:teuthology.orchestra.run.smithi037.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-05-09T03:57:51.129 INFO:teuthology.orchestra.run.smithi160.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3631-gc66c553a-1jammy [150 kB] 2024-05-09T03:57:51.133 INFO:teuthology.orchestra.run.smithi160.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3631-gc66c553a-1jammy [2,257 kB] 2024-05-09T03:57:51.255 INFO:teuthology.orchestra.run.smithi037.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-05-09T03:57:51.258 INFO:teuthology.orchestra.run.smithi037.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-05-09T03:57:51.260 INFO:teuthology.orchestra.run.smithi037.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-05-09T03:57:51.282 INFO:teuthology.orchestra.run.smithi037.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-05-09T03:57:51.287 INFO:teuthology.orchestra.run.smithi037.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-05-09T03:57:51.322 INFO:teuthology.orchestra.run.smithi160.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3631-gc66c553a-1jammy [8,625 kB] 2024-05-09T03:57:51.414 INFO:teuthology.orchestra.run.smithi037.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3631-gc66c553a-1jammy [14.1 kB] 2024-05-09T03:57:51.414 INFO:teuthology.orchestra.run.smithi037.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3631-gc66c553a-1jammy [870 kB] 2024-05-09T03:57:51.436 INFO:teuthology.orchestra.run.smithi037.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3631-gc66c553a-1jammy [2,442 kB] 2024-05-09T03:57:51.689 INFO:teuthology.orchestra.run.smithi037.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3631-gc66c553a-1jammy [793 kB] 2024-05-09T03:57:51.775 INFO:teuthology.orchestra.run.smithi037.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3631-gc66c553a-1jammy [150 kB] 2024-05-09T03:57:51.792 INFO:teuthology.orchestra.run.smithi037.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3631-gc66c553a-1jammy [2,257 kB] 2024-05-09T03:57:52.015 INFO:teuthology.orchestra.run.smithi037.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3631-gc66c553a-1jammy [8,625 kB] 2024-05-09T03:57:52.033 INFO:teuthology.orchestra.run.smithi160.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3631-gc66c553a-1jammy [14.2 kB] 2024-05-09T03:57:52.033 INFO:teuthology.orchestra.run.smithi160.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3631-gc66c553a-1jammy [51.7 MB] 2024-05-09T03:57:52.235 INFO:teuthology.orchestra.run.smithi188.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3631-gc66c553a-1jammy [14.1 kB] 2024-05-09T03:57:52.236 INFO:teuthology.orchestra.run.smithi188.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3631-gc66c553a-1jammy [870 kB] 2024-05-09T03:57:52.253 INFO:teuthology.orchestra.run.smithi188.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3631-gc66c553a-1jammy [2,442 kB] 2024-05-09T03:57:52.381 INFO:teuthology.orchestra.run.smithi188.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3631-gc66c553a-1jammy [793 kB] 2024-05-09T03:57:52.458 INFO:teuthology.orchestra.run.smithi188.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3631-gc66c553a-1jammy [150 kB] 2024-05-09T03:57:52.487 INFO:teuthology.orchestra.run.smithi188.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3631-gc66c553a-1jammy [2,257 kB] 2024-05-09T03:57:52.745 INFO:teuthology.orchestra.run.smithi188.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3631-gc66c553a-1jammy [8,625 kB] 2024-05-09T03:57:52.871 INFO:teuthology.orchestra.run.smithi037.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3631-gc66c553a-1jammy [14.2 kB] 2024-05-09T03:57:52.872 INFO:teuthology.orchestra.run.smithi037.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3631-gc66c553a-1jammy [51.7 MB] 2024-05-09T03:57:53.744 INFO:teuthology.orchestra.run.smithi188.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3631-gc66c553a-1jammy [14.2 kB] 2024-05-09T03:57:53.744 INFO:teuthology.orchestra.run.smithi188.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3631-gc66c553a-1jammy [51.7 MB] 2024-05-09T03:57:56.648 INFO:teuthology.orchestra.run.smithi160.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3631-gc66c553a-1jammy [124 kB] 2024-05-09T03:57:56.650 INFO:teuthology.orchestra.run.smithi160.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3631-gc66c553a-1jammy [38.9 kB] 2024-05-09T03:57:56.651 INFO:teuthology.orchestra.run.smithi160.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3631-gc66c553a-1jammy [13.6 MB] 2024-05-09T03:57:57.665 INFO:teuthology.orchestra.run.smithi160.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3631-gc66c553a-1jammy [91.2 kB] 2024-05-09T03:57:58.212 INFO:teuthology.orchestra.run.smithi037.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3631-gc66c553a-1jammy [124 kB] 2024-05-09T03:57:58.214 INFO:teuthology.orchestra.run.smithi037.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3631-gc66c553a-1jammy [38.9 kB] 2024-05-09T03:57:58.215 INFO:teuthology.orchestra.run.smithi037.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3631-gc66c553a-1jammy [13.6 MB] 2024-05-09T03:57:58.225 INFO:teuthology.orchestra.run.smithi160.stdout:Fetched 181 MB in 14s (12.7 MB/s) 2024-05-09T03:57:58.356 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-09T03:57:58.454 INFO:teuthology.orchestra.run.smithi160.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 ... 165990 files and directories currently installed.) 2024-05-09T03:57:58.460 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-09T03:57:58.529 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-09T03:57:58.849 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-09T03:57:58.876 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-09T03:57:58.896 INFO:teuthology.orchestra.run.smithi037.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3631-gc66c553a-1jammy [91.2 kB] 2024-05-09T03:57:58.907 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-09T03:57:58.915 INFO:teuthology.orchestra.run.smithi188.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3631-gc66c553a-1jammy [124 kB] 2024-05-09T03:57:58.917 INFO:teuthology.orchestra.run.smithi188.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3631-gc66c553a-1jammy [38.9 kB] 2024-05-09T03:57:58.918 INFO:teuthology.orchestra.run.smithi188.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3631-gc66c553a-1jammy [13.6 MB] 2024-05-09T03:57:59.210 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-09T03:57:59.237 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-09T03:57:59.270 INFO:teuthology.orchestra.run.smithi188.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3631-gc66c553a-1jammy [91.2 kB] 2024-05-09T03:57:59.276 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-09T03:57:59.483 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 181 MB in 15s (11.7 MB/s) 2024-05-09T03:57:59.650 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-09T03:57:59.713 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-09T03:57:59.740 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-09T03:57:59.752 INFO:teuthology.orchestra.run.smithi037.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 ... 165990 files and directories currently installed.) 2024-05-09T03:57:59.758 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-09T03:57:59.788 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:57:59.874 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-09T03:57:59.902 INFO:teuthology.orchestra.run.smithi188.stdout:Fetched 181 MB in 16s (11.4 MB/s) 2024-05-09T03:58:00.070 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-05-09T03:58:00.170 INFO:teuthology.orchestra.run.smithi188.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-05-09T03:58:00.176 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-05-09T03:58:00.219 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-09T03:58:00.246 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-09T03:58:00.260 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-09T03:58:00.286 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-09T03:58:00.384 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-09T03:58:00.411 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-09T03:58:00.442 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:58:00.618 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-05-09T03:58:00.645 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-05-09T03:58:00.689 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-09T03:58:00.739 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-09T03:58:00.766 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-09T03:58:00.778 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-09T03:58:00.805 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-09T03:58:00.805 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-09T03:58:00.844 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:58:01.189 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-09T03:58:01.201 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-09T03:58:01.216 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-09T03:58:01.217 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-05-09T03:58:01.228 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-09T03:58:01.243 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-05-09T03:58:01.255 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-09T03:58:01.267 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:58:01.275 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-09T03:58:01.559 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package librados2. 2024-05-09T03:58:01.586 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../007-librados2_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:01.625 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking librados2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:01.687 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-09T03:58:01.718 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-05-09T03:58:01.719 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-09T03:58:01.739 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-09T03:58:01.754 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:58:01.788 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:58:02.044 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package librbd1. 2024-05-09T03:58:02.057 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-09T03:58:02.071 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../008-librbd1_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:02.083 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-09T03:58:02.111 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking librbd1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:02.124 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:58:02.191 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-05-09T03:58:02.217 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-09T03:58:02.265 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:58:02.452 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-09T03:58:02.479 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-09T03:58:02.518 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-09T03:58:02.544 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-05-09T03:58:02.555 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libcephfs2. 2024-05-09T03:58:02.570 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-05-09T03:58:02.582 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:02.602 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:58:02.622 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libcephfs2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:02.846 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package librados2. 2024-05-09T03:58:02.873 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../007-librados2_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:02.893 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-rados. 2024-05-09T03:58:02.909 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:02.912 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking librados2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:02.951 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-rados (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:02.955 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-05-09T03:58:02.981 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-05-09T03:58:03.021 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-09T03:58:03.271 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-09T03:58:03.297 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:03.337 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-ceph-argparse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:03.358 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package librados2. 2024-05-09T03:58:03.384 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../007-librados2_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:03.399 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package librbd1. 2024-05-09T03:58:03.425 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking librados2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:03.425 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../008-librbd1_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:03.465 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking librbd1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:03.589 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-cephfs. 2024-05-09T03:58:03.605 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:03.647 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-cephfs (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:03.836 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package librbd1. 2024-05-09T03:58:03.860 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libcephfs2. 2024-05-09T03:58:03.862 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../008-librbd1_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:03.887 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:03.894 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking librbd1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:03.918 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libcephfs2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:03.958 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-09T03:58:03.985 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:04.034 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:04.196 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-rados. 2024-05-09T03:58:04.212 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:04.254 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-rados (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:04.313 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libcephfs2. 2024-05-09T03:58:04.340 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:04.345 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-09T03:58:04.372 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-09T03:58:04.380 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libcephfs2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:04.403 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-09T03:58:04.574 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-09T03:58:04.600 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:04.640 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-ceph-argparse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:04.674 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-rados. 2024-05-09T03:58:04.700 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:04.705 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-prettytable. 2024-05-09T03:58:04.732 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-09T03:58:04.749 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-rados (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:04.772 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-09T03:58:04.892 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-cephfs. 2024-05-09T03:58:04.908 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:04.959 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-cephfs (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:05.033 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-rbd. 2024-05-09T03:58:05.052 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-05-09T03:58:05.060 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:05.078 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:05.099 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-rbd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:05.118 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-ceph-argparse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:05.220 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-09T03:58:05.247 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:05.287 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:05.329 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-cephfs. 2024-05-09T03:58:05.355 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:05.388 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-cephfs (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:05.469 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-09T03:58:05.496 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-09T03:58:05.536 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-09T03:58:05.615 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-09T03:58:05.642 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-09T03:58:05.699 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-ceph-common. 2024-05-09T03:58:05.725 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:05.765 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:05.786 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-09T03:58:05.930 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-09T03:58:05.945 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-09T03:58:05.980 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-09T03:58:06.102 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-wcwidth. 2024-05-09T03:58:06.128 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-05-09T03:58:06.151 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-prettytable. 2024-05-09T03:58:06.168 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-09T03:58:06.178 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-09T03:58:06.218 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-09T03:58:06.249 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-09T03:58:06.264 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-09T03:58:06.307 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-09T03:58:06.454 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-rbd. 2024-05-09T03:58:06.470 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:06.512 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-rbd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:06.652 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package lua5.1. 2024-05-09T03:58:06.671 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-prettytable. 2024-05-09T03:58:06.678 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-09T03:58:06.686 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-05-09T03:58:06.719 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-09T03:58:06.721 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-05-09T03:58:06.857 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-09T03:58:06.883 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-09T03:58:06.923 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-09T03:58:06.940 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-rbd. 2024-05-09T03:58:06.956 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:06.991 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-rbd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:07.038 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package lua-any. 2024-05-09T03:58:07.053 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-09T03:58:07.096 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-09T03:58:07.226 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-09T03:58:07.253 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-09T03:58:07.292 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-09T03:58:07.324 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package zip. 2024-05-09T03:58:07.327 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-05-09T03:58:07.339 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-09T03:58:07.353 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-05-09T03:58:07.373 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking zip (3.0-12build2) ... 2024-05-09T03:58:07.393 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-09T03:58:07.579 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-09T03:58:07.595 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-09T03:58:07.628 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-09T03:58:07.671 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-05-09T03:58:07.685 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package unzip. 2024-05-09T03:58:07.697 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-05-09T03:58:07.711 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-09T03:58:07.737 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-05-09T03:58:07.751 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-09T03:58:07.932 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package lua5.1. 2024-05-09T03:58:07.959 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-09T03:58:07.999 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-09T03:58:08.057 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-05-09T03:58:08.072 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-05-09T03:58:08.124 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-09T03:58:08.155 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package luarocks. 2024-05-09T03:58:08.181 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-09T03:58:08.222 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-09T03:58:08.318 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package lua-any. 2024-05-09T03:58:08.345 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-09T03:58:08.385 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-09T03:58:08.478 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package lua5.1. 2024-05-09T03:58:08.504 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-05-09T03:58:08.552 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-05-09T03:58:08.554 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package librgw2. 2024-05-09T03:58:08.569 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../025-librgw2_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:08.604 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking librgw2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:08.629 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package zip. 2024-05-09T03:58:08.645 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-09T03:58:08.687 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking zip (3.0-12build2) ... 2024-05-09T03:58:08.939 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package lua-any. 2024-05-09T03:58:08.957 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package unzip. 2024-05-09T03:58:08.965 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-05-09T03:58:08.984 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-09T03:58:09.005 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking lua-any (27ubuntu1) ... 2024-05-09T03:58:09.015 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-09T03:58:09.131 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-rgw. 2024-05-09T03:58:09.158 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:09.198 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-rgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:09.275 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package zip. 2024-05-09T03:58:09.301 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-05-09T03:58:09.341 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking zip (3.0-12build2) ... 2024-05-09T03:58:09.437 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package luarocks. 2024-05-09T03:58:09.463 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-09T03:58:09.503 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-09T03:58:09.534 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-09T03:58:09.560 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-09T03:58:09.601 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-09T03:58:09.653 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package unzip. 2024-05-09T03:58:09.679 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-05-09T03:58:09.720 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-05-09T03:58:09.869 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package librgw2. 2024-05-09T03:58:09.896 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../025-librgw2_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:09.903 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libradosstriper1. 2024-05-09T03:58:09.919 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:09.935 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking librgw2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:09.953 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libradosstriper1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:10.182 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package luarocks. 2024-05-09T03:58:10.208 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-05-09T03:58:10.256 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-05-09T03:58:10.306 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-common. 2024-05-09T03:58:10.332 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:10.373 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:10.505 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-rgw. 2024-05-09T03:58:10.531 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:10.579 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-rgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:10.648 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package librgw2. 2024-05-09T03:58:10.674 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../025-librgw2_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:10.714 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking librgw2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:10.882 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-09T03:58:10.909 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-09T03:58:10.949 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-09T03:58:11.276 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-rgw. 2024-05-09T03:58:11.291 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:11.320 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libradosstriper1. 2024-05-09T03:58:11.334 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-rgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:11.347 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:11.387 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libradosstriper1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:11.720 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package liboath0:amd64. 2024-05-09T03:58:11.740 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-common. 2024-05-09T03:58:11.747 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-05-09T03:58:11.767 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:11.795 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-05-09T03:58:11.798 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:11.811 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-base. 2024-05-09T03:58:11.838 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:11.887 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-base (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:12.140 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libradosstriper1. 2024-05-09T03:58:12.167 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:12.206 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libradosstriper1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:12.432 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-09T03:58:12.458 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-09T03:58:12.498 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-09T03:58:12.619 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-common. 2024-05-09T03:58:12.645 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:12.685 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:12.793 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-cheroot. 2024-05-09T03:58:12.819 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-09T03:58:12.859 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-09T03:58:13.146 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-09T03:58:13.172 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-09T03:58:13.204 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-09T03:58:13.412 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-base. 2024-05-09T03:58:13.440 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:13.488 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-base (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:13.489 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-09T03:58:13.516 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-09T03:58:13.556 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-09T03:58:13.842 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-09T03:58:13.868 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-09T03:58:13.909 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-09T03:58:13.973 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-base. 2024-05-09T03:58:14.000 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:14.041 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-base (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:14.075 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-09T03:58:14.102 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-09T03:58:14.174 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-09T03:58:14.220 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-tempora. 2024-05-09T03:58:14.246 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-09T03:58:14.286 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-09T03:58:14.436 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-cheroot. 2024-05-09T03:58:14.463 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-09T03:58:14.536 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-09T03:58:14.565 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-portend. 2024-05-09T03:58:14.590 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-09T03:58:14.622 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-09T03:58:14.644 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-05-09T03:58:14.671 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-05-09T03:58:14.711 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-05-09T03:58:14.822 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-09T03:58:14.849 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-09T03:58:14.889 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-09T03:58:14.925 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-09T03:58:14.952 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-09T03:58:14.991 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-09T03:58:15.014 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-cheroot. 2024-05-09T03:58:15.040 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-05-09T03:58:15.080 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-09T03:58:15.192 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-09T03:58:15.219 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-09T03:58:15.258 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-09T03:58:15.295 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-09T03:58:15.321 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-09T03:58:15.361 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-09T03:58:15.409 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-05-09T03:58:15.435 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-05-09T03:58:15.475 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-05-09T03:58:15.561 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-09T03:58:15.588 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-09T03:58:15.628 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-09T03:58:15.698 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-natsort. 2024-05-09T03:58:15.724 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-09T03:58:15.736 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-jaraco.text. 2024-05-09T03:58:15.763 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-05-09T03:58:15.764 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-09T03:58:15.795 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-05-09T03:58:16.081 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-05-09T03:58:16.107 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-05-09T03:58:16.147 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-05-09T03:58:16.459 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-tempora. 2024-05-09T03:58:16.485 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-09T03:58:16.525 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-09T03:58:16.598 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-tempora. 2024-05-09T03:58:16.625 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-05-09T03:58:16.656 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-05-09T03:58:16.959 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-portend. 2024-05-09T03:58:16.986 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-09T03:58:17.025 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-09T03:58:17.076 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-logutils. 2024-05-09T03:58:17.091 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-09T03:58:17.134 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-09T03:58:17.328 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-09T03:58:17.355 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-09T03:58:17.395 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-09T03:58:17.445 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-09T03:58:17.471 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-09T03:58:17.511 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-09T03:58:17.621 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-portend. 2024-05-09T03:58:17.647 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-05-09T03:58:17.664 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-09T03:58:17.678 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-05-09T03:58:17.692 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-09T03:58:17.748 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-09T03:58:17.781 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-mako. 2024-05-09T03:58:17.807 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-09T03:58:17.839 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-09T03:58:17.940 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-05-09T03:58:17.966 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-05-09T03:58:18.006 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-05-09T03:58:18.068 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-natsort. 2024-05-09T03:58:18.095 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-09T03:58:18.117 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-09T03:58:18.126 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-09T03:58:18.144 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-09T03:58:18.183 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-09T03:58:18.309 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-cherrypy3. 2024-05-09T03:58:18.336 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-05-09T03:58:18.376 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-05-09T03:58:18.405 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-logutils. 2024-05-09T03:58:18.432 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-09T03:58:18.470 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-09T03:58:18.471 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-09T03:58:18.496 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-09T03:58:18.536 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-09T03:58:18.672 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-natsort. 2024-05-09T03:58:18.698 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-05-09T03:58:18.738 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-05-09T03:58:18.782 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-09T03:58:18.809 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-09T03:58:18.849 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-09T03:58:18.864 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-webob. 2024-05-09T03:58:18.890 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-09T03:58:18.931 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-09T03:58:19.050 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-logutils. 2024-05-09T03:58:19.076 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-05-09T03:58:19.116 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-05-09T03:58:19.151 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-mako. 2024-05-09T03:58:19.179 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-09T03:58:19.218 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-09T03:58:19.283 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-waitress. 2024-05-09T03:58:19.310 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-09T03:58:19.353 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-09T03:58:19.419 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-markupsafe. 2024-05-09T03:58:19.445 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-05-09T03:58:19.485 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-05-09T03:58:19.530 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-09T03:58:19.557 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-09T03:58:19.596 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-09T03:58:19.644 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-tempita. 2024-05-09T03:58:19.671 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-09T03:58:19.702 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-09T03:58:19.755 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-mako. 2024-05-09T03:58:19.770 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-05-09T03:58:19.805 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-09T03:58:19.874 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-09T03:58:19.901 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-09T03:58:19.940 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-09T03:58:19.963 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-paste. 2024-05-09T03:58:19.990 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-09T03:58:20.030 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-09T03:58:20.092 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-simplegeneric. 2024-05-09T03:58:20.107 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-05-09T03:58:20.141 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-05-09T03:58:20.235 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-webob. 2024-05-09T03:58:20.251 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-09T03:58:20.293 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-09T03:58:20.341 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-09T03:58:20.368 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-09T03:58:20.408 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-09T03:58:20.436 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-singledispatch. 2024-05-09T03:58:20.463 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-05-09T03:58:20.503 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-05-09T03:58:20.638 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-waitress. 2024-05-09T03:58:20.665 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-09T03:58:20.686 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-09T03:58:20.707 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-09T03:58:20.712 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-09T03:58:20.752 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-09T03:58:20.805 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-webob. 2024-05-09T03:58:20.832 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-05-09T03:58:20.872 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-05-09T03:58:21.024 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-tempita. 2024-05-09T03:58:21.051 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-09T03:58:21.055 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-webtest. 2024-05-09T03:58:21.082 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-09T03:58:21.091 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-09T03:58:21.122 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-09T03:58:21.177 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-waitress. 2024-05-09T03:58:21.204 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-05-09T03:58:21.238 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-09T03:58:21.377 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-paste. 2024-05-09T03:58:21.404 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-09T03:58:21.416 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pecan. 2024-05-09T03:58:21.435 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-09T03:58:21.442 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-09T03:58:21.482 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-09T03:58:21.522 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-tempita. 2024-05-09T03:58:21.548 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-05-09T03:58:21.588 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-05-09T03:58:21.755 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-09T03:58:21.783 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-09T03:58:21.822 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-09T03:58:21.912 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-certifi. 2024-05-09T03:58:21.939 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-09T03:58:21.987 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-09T03:58:22.091 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-paste. 2024-05-09T03:58:22.117 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-05-09T03:58:22.157 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-05-09T03:58:22.175 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-09T03:58:22.202 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-09T03:58:22.249 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-09T03:58:22.298 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-idna. 2024-05-09T03:58:22.325 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-09T03:58:22.365 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-09T03:58:22.461 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-05-09T03:58:22.476 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-05-09T03:58:22.520 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-05-09T03:58:22.553 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-webtest. 2024-05-09T03:58:22.580 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-09T03:58:22.619 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-09T03:58:22.676 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-urllib3. 2024-05-09T03:58:22.703 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-09T03:58:22.751 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-09T03:58:22.822 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pastedeploy. 2024-05-09T03:58:22.849 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-05-09T03:58:22.889 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-05-09T03:58:22.939 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pecan. 2024-05-09T03:58:22.967 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-09T03:58:23.006 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-09T03:58:23.054 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-requests. 2024-05-09T03:58:23.081 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-09T03:58:23.121 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-09T03:58:23.192 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-webtest. 2024-05-09T03:58:23.218 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-05-09T03:58:23.258 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-05-09T03:58:23.369 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-certifi. 2024-05-09T03:58:23.396 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-09T03:58:23.431 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-09T03:58:23.435 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-09T03:58:23.458 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-09T03:58:23.498 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-09T03:58:23.536 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pecan. 2024-05-09T03:58:23.551 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-05-09T03:58:23.586 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-05-09T03:58:23.763 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-idna. 2024-05-09T03:58:23.784 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-09T03:58:23.790 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-09T03:58:23.811 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:23.846 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-09T03:58:23.850 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:23.941 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-certifi. 2024-05-09T03:58:23.968 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-05-09T03:58:23.999 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-05-09T03:58:24.216 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-urllib3. 2024-05-09T03:58:24.243 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-09T03:58:24.255 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-09T03:58:24.282 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:24.282 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-09T03:58:24.322 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:24.327 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-idna. 2024-05-09T03:58:24.354 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-05-09T03:58:24.394 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-idna (3.3-1) ... 2024-05-09T03:58:24.608 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-09T03:58:24.627 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-requests. 2024-05-09T03:58:24.635 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-09T03:58:24.654 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-09T03:58:24.666 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-09T03:58:24.694 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-09T03:58:24.705 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-urllib3. 2024-05-09T03:58:24.732 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-05-09T03:58:24.771 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-09T03:58:24.936 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-openssl. 2024-05-09T03:58:24.963 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-09T03:58:25.002 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-09T03:58:25.014 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-09T03:58:25.041 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-09T03:58:25.080 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-09T03:58:25.116 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-requests. 2024-05-09T03:58:25.143 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-05-09T03:58:25.183 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-09T03:58:25.347 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-mgr. 2024-05-09T03:58:25.374 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:25.374 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-09T03:58:25.391 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:25.413 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-mgr (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:25.433 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:25.511 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-werkzeug. 2024-05-09T03:58:25.531 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-05-09T03:58:25.569 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-09T03:58:25.816 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-mon. 2024-05-09T03:58:25.821 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-09T03:58:25.843 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:25.848 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:25.872 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-05-09T03:58:25.882 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-mon (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:25.887 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:25.888 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:25.930 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:26.199 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-09T03:58:26.226 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-09T03:58:26.265 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-09T03:58:26.311 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-05-09T03:58:26.337 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:26.377 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:26.403 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-osd. 2024-05-09T03:58:26.430 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:26.461 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-osd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:26.535 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-openssl. 2024-05-09T03:58:26.562 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-09T03:58:26.593 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-09T03:58:26.688 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-bcrypt. 2024-05-09T03:58:26.715 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-05-09T03:58:26.755 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-05-09T03:58:26.905 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr. 2024-05-09T03:58:26.932 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:26.971 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:27.083 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-openssl. 2024-05-09T03:58:27.110 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-05-09T03:58:27.158 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-05-09T03:58:27.350 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mon. 2024-05-09T03:58:27.377 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:27.416 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mon (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:27.489 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph. 2024-05-09T03:58:27.504 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../066-ceph_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:27.547 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:27.586 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-mgr. 2024-05-09T03:58:27.614 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:27.653 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-mgr (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:27.891 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-fuse. 2024-05-09T03:58:27.918 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:27.958 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:28.028 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-osd. 2024-05-09T03:58:28.055 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:28.064 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-mon. 2024-05-09T03:58:28.091 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:28.094 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-osd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:28.131 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-mon (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:28.278 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-mds. 2024-05-09T03:58:28.305 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:28.336 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-mds (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:28.714 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package cephadm. 2024-05-09T03:58:28.741 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../069-cephadm_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:28.751 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-osd. 2024-05-09T03:58:28.778 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:28.780 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:28.826 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-osd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:29.099 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-09T03:58:29.122 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph. 2024-05-09T03:58:29.126 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-09T03:58:29.139 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../066-ceph_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:29.166 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-09T03:58:29.181 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:29.468 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-09T03:58:29.495 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-09T03:58:29.500 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-fuse. 2024-05-09T03:58:29.527 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:29.543 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-09T03:58:29.567 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:29.878 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mds. 2024-05-09T03:58:29.887 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph. 2024-05-09T03:58:29.903 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../066-ceph_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:29.905 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:29.936 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mds (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:29.946 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:30.265 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-fuse. 2024-05-09T03:58:30.292 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:30.323 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package cephadm. 2024-05-09T03:58:30.332 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:30.350 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../069-cephadm_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:30.389 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:30.548 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-babel. 2024-05-09T03:58:30.576 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-09T03:58:30.614 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-09T03:58:30.677 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-mds. 2024-05-09T03:58:30.703 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:30.709 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-09T03:58:30.736 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-09T03:58:30.746 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-mds (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:30.775 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-09T03:58:30.950 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-jinja2. 2024-05-09T03:58:30.978 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-09T03:58:31.017 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-09T03:58:31.053 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-09T03:58:31.069 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-09T03:58:31.103 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-09T03:58:31.105 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package cephadm. 2024-05-09T03:58:31.129 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../069-cephadm_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:31.171 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:31.345 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-09T03:58:31.372 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:31.411 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:31.491 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-asyncssh. 2024-05-09T03:58:31.517 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-05-09T03:58:31.557 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-05-09T03:58:31.740 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-09T03:58:31.767 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-09T03:58:31.806 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-09T03:58:31.877 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python-babel-localedata. 2024-05-09T03:58:31.893 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-05-09T03:58:31.935 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-09T03:58:32.059 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-routes. 2024-05-09T03:58:32.086 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-09T03:58:32.117 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-09T03:58:32.158 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-babel. 2024-05-09T03:58:32.186 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-09T03:58:32.224 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-09T03:58:32.420 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-09T03:58:32.436 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:32.470 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:32.536 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-jinja2. 2024-05-09T03:58:32.564 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-09T03:58:32.602 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-09T03:58:32.957 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-babel. 2024-05-09T03:58:32.981 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-09T03:58:32.984 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-05-09T03:58:33.008 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:33.024 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-05-09T03:58:33.047 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:33.344 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-jinja2. 2024-05-09T03:58:33.370 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-05-09T03:58:33.401 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-09T03:58:33.410 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-09T03:58:33.428 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-09T03:58:33.467 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-09T03:58:33.770 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-routes. 2024-05-09T03:58:33.771 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-05-09T03:58:33.775 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-09T03:58:33.797 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-09T03:58:33.798 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:33.802 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-09T03:58:33.836 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-09T03:58:33.838 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:33.841 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-09T03:58:34.164 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-09T03:58:34.174 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-repoze.lru. 2024-05-09T03:58:34.192 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:34.201 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-05-09T03:58:34.231 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:34.241 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-05-09T03:58:34.345 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-joblib. 2024-05-09T03:58:34.372 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-09T03:58:34.411 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-09T03:58:34.569 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-routes. 2024-05-09T03:58:34.596 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-05-09T03:58:34.635 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-05-09T03:58:34.748 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-09T03:58:34.775 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-09T03:58:34.806 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-09T03:58:34.972 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-05-09T03:58:34.999 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:35.038 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:35.067 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-sklearn. 2024-05-09T03:58:35.093 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-09T03:58:35.133 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-09T03:58:35.478 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-09T03:58:35.494 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-09T03:58:35.527 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-09T03:58:35.825 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-09T03:58:35.852 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:35.976 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:36.023 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-joblib. 2024-05-09T03:58:36.050 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-09T03:58:36.089 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-09T03:58:36.310 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-05-09T03:58:36.338 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-05-09T03:58:36.369 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-09T03:58:36.459 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-09T03:58:36.487 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-09T03:58:36.526 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-09T03:58:36.822 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-joblib. 2024-05-09T03:58:36.838 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-05-09T03:58:36.880 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-05-09T03:58:36.913 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-cachetools. 2024-05-09T03:58:36.940 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-09T03:58:36.980 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-09T03:58:37.162 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-sklearn. 2024-05-09T03:58:37.189 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-09T03:58:37.220 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-09T03:58:37.409 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-05-09T03:58:37.424 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-09T03:58:37.436 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-05-09T03:58:37.452 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-09T03:58:37.490 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-09T03:58:37.627 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-05-09T03:58:37.887 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-09T03:58:37.916 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:37.995 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-sklearn. 2024-05-09T03:58:38.022 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-05-09T03:58:38.039 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:38.053 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-09T03:58:38.069 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-09T03:58:38.097 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-09T03:58:38.135 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-09T03:58:38.422 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-rsa. 2024-05-09T03:58:38.449 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-09T03:58:38.488 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-09T03:58:38.737 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-05-09T03:58:38.764 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:38.808 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-google-auth. 2024-05-09T03:58:38.835 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-09T03:58:38.874 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-09T03:58:38.889 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:38.976 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-cachetools. 2024-05-09T03:58:39.004 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-09T03:58:39.043 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-09T03:58:39.220 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-09T03:58:39.247 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-09T03:58:39.286 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-09T03:58:39.329 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-09T03:58:39.356 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-09T03:58:39.395 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-09T03:58:39.572 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-websocket. 2024-05-09T03:58:39.588 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-09T03:58:39.622 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-09T03:58:39.765 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-09T03:58:39.793 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-09T03:58:39.832 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-09T03:58:39.876 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-cachetools. 2024-05-09T03:58:39.903 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-05-09T03:58:39.925 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-09T03:58:39.942 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-05-09T03:58:39.953 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-09T03:58:39.991 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-09T03:58:40.143 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-rsa. 2024-05-09T03:58:40.171 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-09T03:58:40.195 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pyasn1. 2024-05-09T03:58:40.209 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-09T03:58:40.222 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-05-09T03:58:40.262 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-05-09T03:58:40.497 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-google-auth. 2024-05-09T03:58:40.524 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-09T03:58:40.555 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-09T03:58:40.599 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-05-09T03:58:40.626 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-05-09T03:58:40.649 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-09T03:58:40.665 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-05-09T03:58:40.675 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:40.715 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:40.833 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-09T03:58:40.861 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-09T03:58:40.916 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-09T03:58:40.986 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-rsa. 2024-05-09T03:58:41.012 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-05-09T03:58:41.043 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-09T03:58:41.051 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-rsa (4.8-1) ... 2024-05-09T03:58:41.071 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-09T03:58:41.109 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-09T03:58:41.228 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-websocket. 2024-05-09T03:58:41.255 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-09T03:58:41.294 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-09T03:58:41.338 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-google-auth. 2024-05-09T03:58:41.354 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-05-09T03:58:41.388 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-05-09T03:58:41.463 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-09T03:58:41.490 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-09T03:58:41.529 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-09T03:58:41.623 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-09T03:58:41.650 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-09T03:58:41.683 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-05-09T03:58:41.689 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-09T03:58:41.710 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-05-09T03:58:41.750 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-09T03:58:41.756 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package jq. 2024-05-09T03:58:41.773 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-09T03:58:41.808 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-09T03:58:42.051 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package socat. 2024-05-09T03:58:42.067 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-09T03:58:42.086 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-websocket. 2024-05-09T03:58:42.109 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-09T03:58:42.113 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-05-09T03:58:42.153 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-05-09T03:58:42.370 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-09T03:58:42.398 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:42.412 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package xmlstarlet. 2024-05-09T03:58:42.428 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-09T03:58:42.436 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:42.465 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-kubernetes. 2024-05-09T03:58:42.470 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-09T03:58:42.492 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-05-09T03:58:42.531 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-09T03:58:42.705 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-09T03:58:42.733 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-09T03:58:42.764 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-09T03:58:42.841 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-test. 2024-05-09T03:58:42.857 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:42.899 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-test (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:43.134 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-09T03:58:43.162 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-09T03:58:43.179 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-05-09T03:58:43.200 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-09T03:58:43.206 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:43.245 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:43.461 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package jq. 2024-05-09T03:58:43.489 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-09T03:58:43.527 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-09T03:58:43.531 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libonig5:amd64. 2024-05-09T03:58:43.558 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-05-09T03:58:43.589 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-09T03:58:43.772 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package socat. 2024-05-09T03:58:43.788 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-09T03:58:43.821 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-09T03:58:43.926 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libjq1:amd64. 2024-05-09T03:58:43.954 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-05-09T03:58:43.992 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-09T03:58:44.092 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package xmlstarlet. 2024-05-09T03:58:44.120 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-09T03:58:44.150 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-09T03:58:44.287 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package jq. 2024-05-09T03:58:44.314 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-05-09T03:58:44.353 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-05-09T03:58:44.488 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-test. 2024-05-09T03:58:44.504 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:44.537 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-test (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:44.589 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package socat. 2024-05-09T03:58:44.616 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-05-09T03:58:44.655 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-05-09T03:58:44.951 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package xmlstarlet. 2024-05-09T03:58:44.967 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-05-09T03:58:45.000 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-05-09T03:58:45.128 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-volume. 2024-05-09T03:58:45.156 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:45.195 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-volume (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:45.363 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-test. 2024-05-09T03:58:45.379 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:45.421 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-test (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:45.507 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-09T03:58:45.523 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:45.565 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libcephfs-dev (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:45.901 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-09T03:58:45.929 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-09T03:58:45.968 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-09T03:58:46.272 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-09T03:58:46.300 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-09T03:58:46.338 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-09T03:58:46.700 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-volume. 2024-05-09T03:58:46.717 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package nvme-cli. 2024-05-09T03:58:46.729 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:46.745 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-09T03:58:46.766 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-volume (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:46.784 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-09T03:58:47.054 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-09T03:58:47.079 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:47.120 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libcephfs-dev (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:47.206 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package pkg-config. 2024-05-09T03:58:47.233 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-09T03:58:47.289 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-09T03:58:47.390 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-09T03:58:47.406 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-09T03:58:47.448 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-09T03:58:47.550 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-09T03:58:47.578 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-09T03:58:47.616 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-09T03:58:47.676 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package ceph-volume. 2024-05-09T03:58:47.703 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3631-gc66c553a-1jammy_all.deb ... 2024-05-09T03:58:47.742 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking ceph-volume (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:47.786 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-09T03:58:47.814 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-09T03:58:47.852 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-09T03:58:48.021 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package libcephfs-dev. 2024-05-09T03:58:48.037 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:48.080 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking libcephfs-dev (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:48.153 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-09T03:58:48.181 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-09T03:58:48.206 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package nvme-cli. 2024-05-09T03:58:48.234 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-09T03:58:48.273 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-09T03:58:48.311 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-09T03:58:48.408 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package lua-socket:amd64. 2024-05-09T03:58:48.435 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-05-09T03:58:48.482 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-09T03:58:48.622 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pastescript. 2024-05-09T03:58:48.650 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-09T03:58:48.689 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-09T03:58:48.710 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package pkg-config. 2024-05-09T03:58:48.731 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-09T03:58:48.772 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-09T03:58:48.829 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package lua-sec:amd64. 2024-05-09T03:58:48.859 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-05-09T03:58:48.898 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-05-09T03:58:49.006 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-09T03:58:49.017 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pluggy. 2024-05-09T03:58:49.022 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-09T03:58:49.044 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-09T03:58:49.055 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-09T03:58:49.083 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-09T03:58:49.266 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package nvme-cli. 2024-05-09T03:58:49.293 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-05-09T03:58:49.332 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-05-09T03:58:49.336 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-psutil. 2024-05-09T03:58:49.363 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-09T03:58:49.394 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-09T03:58:49.484 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-09T03:58:49.513 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-09T03:58:49.550 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-09T03:58:49.714 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-py. 2024-05-09T03:58:49.741 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-09T03:58:49.755 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package pkg-config. 2024-05-09T03:58:49.780 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-09T03:58:49.782 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-05-09T03:58:49.811 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pastescript. 2024-05-09T03:58:49.821 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-05-09T03:58:49.839 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-09T03:58:49.869 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-09T03:58:50.067 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pygments. 2024-05-09T03:58:50.074 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-05-09T03:58:50.090 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-05-09T03:58:50.095 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-09T03:58:50.124 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-05-09T03:58:50.125 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-09T03:58:50.165 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pluggy. 2024-05-09T03:58:50.193 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-09T03:58:50.281 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-09T03:58:50.553 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-iniconfig. 2024-05-09T03:58:50.579 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-09T03:58:50.580 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-05-09T03:58:50.594 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-psutil. 2024-05-09T03:58:50.606 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-09T03:58:50.611 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-09T03:58:50.619 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-05-09T03:58:50.645 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-09T03:58:50.652 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-09T03:58:50.922 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pastescript. 2024-05-09T03:58:50.949 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-05-09T03:58:50.964 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-py. 2024-05-09T03:58:50.965 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-toml. 2024-05-09T03:58:50.988 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-05-09T03:58:50.992 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-09T03:58:50.993 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-09T03:58:51.030 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-09T03:58:51.031 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-09T03:58:51.317 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pluggy. 2024-05-09T03:58:51.334 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pytest. 2024-05-09T03:58:51.344 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-05-09T03:58:51.350 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pygments. 2024-05-09T03:58:51.361 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-09T03:58:51.378 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-09T03:58:51.383 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-05-09T03:58:51.416 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-09T03:58:51.425 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-09T03:58:51.628 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-psutil. 2024-05-09T03:58:51.644 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-05-09T03:58:51.677 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-05-09T03:58:51.771 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-simplejson. 2024-05-09T03:58:51.798 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-09T03:58:51.837 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-09T03:58:51.888 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-09T03:58:51.916 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-09T03:58:51.954 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-09T03:58:51.998 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-py. 2024-05-09T03:58:52.025 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-05-09T03:58:52.064 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-py (1.10.0-1) ... 2024-05-09T03:58:52.123 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-09T03:58:52.150 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-09T03:58:52.189 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-09T03:58:52.369 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-toml. 2024-05-09T03:58:52.376 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pygments. 2024-05-09T03:58:52.392 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-05-09T03:58:52.398 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-09T03:58:52.425 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-05-09T03:58:52.565 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-09T03:58:52.827 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pytest. 2024-05-09T03:58:52.855 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-09T03:58:52.888 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pyinotify. 2024-05-09T03:58:52.892 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-09T03:58:52.916 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-05-09T03:58:52.935 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package radosgw. 2024-05-09T03:58:52.954 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-05-09T03:58:52.963 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../116-radosgw_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:53.001 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking radosgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:53.238 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-simplejson. 2024-05-09T03:58:53.266 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-09T03:58:53.304 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-09T03:58:53.558 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-toml. 2024-05-09T03:58:53.582 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-09T03:58:53.585 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-05-09T03:58:53.598 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-09T03:58:53.624 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-05-09T03:58:53.640 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-09T03:58:53.829 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package rbd-fuse. 2024-05-09T03:58:53.857 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:53.895 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking rbd-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:53.927 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-pytest. 2024-05-09T03:58:53.954 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-05-09T03:58:53.993 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-05-09T03:58:54.180 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-09T03:58:54.336 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package radosgw. 2024-05-09T03:58:54.365 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../116-radosgw_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:54.372 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package python3-simplejson. 2024-05-09T03:58:54.400 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-05-09T03:58:54.402 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking radosgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:54.425 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-09T03:58:54.438 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-05-09T03:58:54.551 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-09T03:58:54.708 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-05-09T03:58:54.724 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-05-09T03:58:54.766 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-05-09T03:58:54.837 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-09T03:58:55.162 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-09T03:58:55.364 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package rbd-fuse. 2024-05-09T03:58:55.382 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:55.422 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking rbd-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:55.512 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package radosgw. 2024-05-09T03:58:55.540 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../116-radosgw_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:55.578 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking radosgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:55.598 INFO:teuthology.orchestra.run.smithi160.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-09T03:58:55.670 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:55.718 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-09T03:58:55.977 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-09T03:58:56.103 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-09T03:58:56.202 INFO:teuthology.orchestra.run.smithi160.stdout:Adding system user cephadm....done 2024-05-09T03:58:56.342 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-09T03:58:56.375 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-09T03:58:56.406 INFO:teuthology.orchestra.run.smithi188.stdout:Selecting previously unselected package rbd-fuse. 2024-05-09T03:58:56.422 INFO:teuthology.orchestra.run.smithi188.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3631-gc66c553a-1jammy_amd64.deb ... 2024-05-09T03:58:56.456 INFO:teuthology.orchestra.run.smithi188.stdout:Unpacking rbd-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:56.610 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-09T03:58:56.686 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-09T03:58:56.735 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-05-09T03:58:56.861 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-09T03:58:56.962 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-09T03:58:56.969 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-05-09T03:58:57.074 INFO:teuthology.orchestra.run.smithi037.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-09T03:58:57.095 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-05-09T03:58:57.146 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:57.247 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-09T03:58:57.359 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-05-09T03:58:57.515 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-09T03:58:57.624 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-09T03:58:57.687 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-05-09T03:58:57.721 INFO:teuthology.orchestra.run.smithi037.stdout:Adding system user cephadm....done 2024-05-09T03:58:57.877 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-09T03:58:57.909 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-09T03:58:58.123 INFO:teuthology.orchestra.run.smithi188.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-05-09T03:58:58.218 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:58:58.228 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-09T03:58:58.269 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-09T03:58:58.472 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-09T03:58:58.520 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-09T03:58:58.614 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-09T03:58:58.731 INFO:teuthology.orchestra.run.smithi188.stdout:Adding system user cephadm....done 2024-05-09T03:58:58.887 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-05-09T03:58:58.890 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-09T03:58:59.046 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-09T03:58:59.150 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-09T03:58:59.163 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-05-09T03:58:59.285 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-09T03:58:59.289 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-09T03:58:59.423 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-05-09T03:58:59.541 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-09T03:58:59.541 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-05-09T03:58:59.611 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-09T03:58:59.775 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-05-09T03:58:59.825 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-09T03:58:59.988 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-09T03:59:00.018 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-05-09T03:59:00.095 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-ceph-argparse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:00.144 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-py (1.10.0-1) ... 2024-05-09T03:59:00.264 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-09T03:59:00.446 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-05-09T03:59:00.452 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-09T03:59:00.540 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-09T03:59:00.578 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-09T03:59:00.704 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-09T03:59:00.814 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-05-09T03:59:00.817 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-09T03:59:00.830 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-09T03:59:01.074 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-05-09T03:59:01.076 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-09T03:59:01.081 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-09T03:59:01.344 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-09T03:59:01.350 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-05-09T03:59:01.440 INFO:teuthology.orchestra.run.smithi160.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-09T03:59:01.470 INFO:teuthology.orchestra.run.smithi160.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-09T03:59:01.534 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-09T03:59:01.585 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-05-09T03:59:01.595 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-ceph-argparse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:01.660 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-09T03:59:01.836 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-05-09T03:59:01.838 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-09T03:59:01.972 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-09T03:59:02.002 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-09T03:59:02.095 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-05-09T03:59:02.112 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-09T03:59:02.123 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-09T03:59:02.274 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-09T03:59:02.355 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-ceph-argparse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:02.388 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-09T03:59:02.550 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-09T03:59:02.661 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-09T03:59:02.698 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-05-09T03:59:02.807 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-05-09T03:59:02.927 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-05-09T03:59:02.956 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-09T03:59:02.957 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up zip (3.0-12build2) ... 2024-05-09T03:59:02.991 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-09T03:59:03.053 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-05-09T03:59:03.054 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-09T03:59:03.083 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-09T03:59:03.155 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-09T03:59:03.312 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-05-09T03:59:03.522 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-09T03:59:03.690 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-09T03:59:03.706 INFO:teuthology.orchestra.run.smithi188.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-05-09T03:59:03.726 INFO:teuthology.orchestra.run.smithi188.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-05-09T03:59:03.760 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-09T03:59:03.790 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-05-09T03:59:03.891 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-05-09T03:59:03.975 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-09T03:59:04.002 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-09T03:59:04.103 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-09T03:59:04.213 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-09T03:59:04.234 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-05-09T03:59:04.251 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-09T03:59:04.368 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-05-09T03:59:04.506 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-09T03:59:04.602 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up zip (3.0-12build2) ... 2024-05-09T03:59:04.661 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-05-09T03:59:04.728 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-09T03:59:04.865 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-09T03:59:04.929 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-05-09T03:59:05.108 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-09T03:59:05.238 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up zip (3.0-12build2) ... 2024-05-09T03:59:05.364 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-05-09T03:59:05.405 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-09T03:59:05.484 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-09T03:59:05.673 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-09T03:59:05.777 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-09T03:59:05.824 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-09T03:59:05.958 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-09T03:59:06.058 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-05-09T03:59:06.111 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-09T03:59:06.259 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-09T03:59:06.292 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-05-09T03:59:06.371 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-09T03:59:06.435 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-05-09T03:59:06.481 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:06.561 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-05-09T03:59:06.644 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-09T03:59:06.757 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-idna (3.3-1) ... 2024-05-09T03:59:06.853 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-05-09T03:59:06.895 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-09T03:59:07.074 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-09T03:59:07.238 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-05-09T03:59:07.272 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-09T03:59:07.489 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-05-09T03:59:07.573 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-09T03:59:07.865 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-05-09T03:59:07.941 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-09T03:59:08.133 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-05-09T03:59:08.209 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-09T03:59:08.246 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-09T03:59:08.335 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:08.465 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:59:08.468 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-05-09T03:59:08.599 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-09T03:59:08.645 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-idna (3.3-1) ... 2024-05-09T03:59:08.719 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-05-09T03:59:08.845 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:08.858 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-09T03:59:08.971 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-09T03:59:08.984 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-09T03:59:09.129 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-idna (3.3-1) ... 2024-05-09T03:59:09.140 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-09T03:59:09.420 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-09T03:59:09.447 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-05-09T03:59:09.713 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-09T03:59:09.955 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:59:10.081 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-09T03:59:10.201 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-09T03:59:10.383 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-09T03:59:10.445 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:59:10.561 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-05-09T03:59:10.579 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-09T03:59:10.650 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-09T03:59:10.821 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:59:10.855 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-09T03:59:10.910 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-09T03:59:10.955 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-toml (0.10.2-1) ... 2024-05-09T03:59:10.998 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-09T03:59:11.149 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-09T03:59:11.152 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-09T03:59:11.215 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-05-09T03:59:11.332 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-05-09T03:59:11.395 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-09T03:59:11.441 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-05-09T03:59:11.458 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-09T03:59:11.655 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-09T03:59:11.726 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-05-09T03:59:11.752 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-09T03:59:11.781 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-09T03:59:11.977 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-05-09T03:59:12.011 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:59:12.098 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-09T03:59:12.137 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-09T03:59:12.224 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-09T03:59:12.228 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:59:12.354 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-05-09T03:59:12.463 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-09T03:59:12.508 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-09T03:59:12.655 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-05-09T03:59:12.731 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-09T03:59:12.810 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-09T03:59:12.898 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-05-09T03:59:13.024 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-09T03:59:13.069 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-09T03:59:13.133 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-05-09T03:59:13.195 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-09T03:59:13.283 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-09T03:59:13.313 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-09T03:59:13.375 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-05-09T03:59:13.402 INFO:teuthology.orchestra.run.smithi160.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-09T03:59:13.551 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-09T03:59:13.631 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-09T03:59:13.643 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-05-09T03:59:13.749 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-09T03:59:13.827 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-09T03:59:13.953 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-09T03:59:14.133 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-09T03:59:14.145 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-05-09T03:59:14.263 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-09T03:59:14.270 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-05-09T03:59:14.389 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-09T03:59:14.418 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-09T03:59:14.527 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-09T03:59:14.555 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-05-09T03:59:14.697 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-05-09T03:59:14.723 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-09T03:59:14.778 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:59:14.913 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-09T03:59:14.981 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-05-09T03:59:15.058 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-09T03:59:15.230 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-09T03:59:15.258 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-05-09T03:59:15.350 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-09T03:59:15.477 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-09T03:59:15.484 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-05-09T03:59:15.548 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-09T03:59:15.602 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-09T03:59:15.610 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-05-09T03:59:15.675 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-09T03:59:15.736 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-05-09T03:59:15.824 INFO:teuthology.orchestra.run.smithi188.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-05-09T03:59:15.824 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-09T03:59:15.921 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-09T03:59:15.925 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-09T03:59:16.047 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-09T03:59:16.062 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-05-09T03:59:16.188 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-05-09T03:59:16.209 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-09T03:59:16.457 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-09T03:59:16.469 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-09T03:59:16.573 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-05-09T03:59:16.725 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-09T03:59:16.805 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-09T03:59:16.816 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up lua-any (27ubuntu1) ... 2024-05-09T03:59:16.851 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-09T03:59:16.925 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-portend (3.0.0-1) ... 2024-05-09T03:59:17.110 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:59:17.185 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-05-09T03:59:17.207 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-09T03:59:17.228 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-09T03:59:17.310 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-05-09T03:59:17.492 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-09T03:59:17.529 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-09T03:59:17.628 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-05-09T03:59:17.822 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-09T03:59:17.827 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-09T03:59:17.928 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up librados2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:17.946 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-05-09T03:59:18.046 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:18.114 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-09T03:59:18.172 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-09T03:59:18.222 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-05-09T03:59:18.240 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-09T03:59:18.339 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-rsa (4.8-1) ... 2024-05-09T03:59:18.508 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-09T03:59:18.509 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libcephfs2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:18.607 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-05-09T03:59:18.634 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libradosstriper1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:18.752 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-09T03:59:18.784 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-09T03:59:18.925 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-05-09T03:59:19.020 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up librbd1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:19.138 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-09T03:59:19.138 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-mgr-modules-core (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:19.264 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:19.270 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-05-09T03:59:19.485 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-09T03:59:19.486 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-09T03:59:19.531 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-09T03:59:19.638 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-05-09T03:59:19.832 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-09T03:59:19.915 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-05-09T03:59:19.982 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libcephfs-dev (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:20.108 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-rados (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:20.185 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-09T03:59:20.208 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up librgw2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:20.234 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-05-09T03:59:20.303 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up librados2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:20.335 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-09T03:59:20.360 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up librados2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:20.404 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:20.486 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:20.530 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-09T03:59:20.612 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-05-09T03:59:20.866 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libcephfs2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:20.931 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libcephfs2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:21.009 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libradosstriper1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:21.032 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libradosstriper1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:21.135 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-09T03:59:21.150 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-05-09T03:59:21.427 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up librbd1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:21.436 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up librbd1 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:21.488 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-rbd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:21.553 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-mgr-modules-core (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:21.562 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr-modules-core (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:21.614 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up rbd-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:21.679 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:21.689 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:21.740 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-rgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:21.866 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-cephfs (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:21.893 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-09T03:59:21.893 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-09T03:59:21.921 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-09T03:59:21.922 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-05-09T03:59:22.009 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:22.357 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libcephfs-dev (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:22.430 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up libcephfs-dev (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:22.508 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-rados (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:22.518 INFO:teuthology.orchestra.run.smithi160.stdout:Adding group ceph....done 2024-05-09T03:59:22.581 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-rados (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:22.634 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up librgw2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:22.716 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up librgw2 (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:22.768 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-09T03:59:22.876 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-05-09T03:59:22.911 INFO:teuthology.orchestra.run.smithi160.stdout:Adding system user ceph....done 2024-05-09T03:59:23.080 INFO:teuthology.orchestra.run.smithi160.stdout:Setting system user ceph properties....done 2024-05-09T03:59:23.094 INFO:teuthology.orchestra.run.smithi160.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-09T03:59:23.230 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-09T03:59:23.576 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-09T03:59:24.018 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-test (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:24.063 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-rbd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:24.063 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-rbd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:24.162 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up radosgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:24.191 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up rbd-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:24.191 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up rbd-fuse (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:24.315 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-rgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:24.315 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-rgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:24.441 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up python3-cephfs (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:24.441 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-cephfs (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:24.542 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:24.567 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-common (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:24.633 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-09T03:59:24.634 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-09T03:59:25.042 INFO:teuthology.orchestra.run.smithi188.stdout:Adding group ceph....done 2024-05-09T03:59:25.077 INFO:teuthology.orchestra.run.smithi037.stdout:Adding group ceph....done 2024-05-09T03:59:25.095 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-base (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:25.419 INFO:teuthology.orchestra.run.smithi188.stdout:Adding system user ceph....done 2024-05-09T03:59:25.445 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-09T03:59:25.461 INFO:teuthology.orchestra.run.smithi037.stdout:Adding system user ceph....done 2024-05-09T03:59:25.588 INFO:teuthology.orchestra.run.smithi188.stdout:Setting system user ceph properties....done 2024-05-09T03:59:25.610 INFO:teuthology.orchestra.run.smithi188.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-09T03:59:25.630 INFO:teuthology.orchestra.run.smithi037.stdout:Setting system user ceph properties....done 2024-05-09T03:59:25.649 INFO:teuthology.orchestra.run.smithi037.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-05-09T03:59:25.741 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-09T03:59:25.795 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-05-09T03:59:25.897 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-mds (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:26.073 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-09T03:59:26.100 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-09T03:59:26.100 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-09T03:59:26.140 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-05-09T03:59:26.543 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-test (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:26.565 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-mgr (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:26.635 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-test (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:26.669 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up radosgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:26.760 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-09T03:59:26.760 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-09T03:59:26.761 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up radosgw (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:27.139 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-09T03:59:27.139 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-09T03:59:27.214 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-09T03:59:27.214 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-05-09T03:59:27.225 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-osd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:27.511 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-09T03:59:27.511 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-09T03:59:27.621 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-base (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:27.629 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-base (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:27.964 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-09T03:59:27.985 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-05-09T03:59:28.001 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:28.128 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:28.287 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-mon (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:28.397 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-mds (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:28.415 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mds (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:28.500 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-09T03:59:28.501 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-09T03:59:28.650 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-09T03:59:28.651 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-09T03:59:28.670 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-09T03:59:28.670 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-05-09T03:59:29.022 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-mgr-cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:29.124 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-mgr (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:29.133 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:29.173 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:29.299 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-mgr-dashboard (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:29.331 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-09T03:59:29.331 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-09T03:59:29.367 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-09T03:59:29.368 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-05-09T03:59:29.441 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-volume (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:29.784 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-osd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:29.826 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-osd (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:29.912 INFO:teuthology.orchestra.run.smithi160.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-09T03:59:30.015 INFO:teuthology.orchestra.run.smithi160.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-09T03:59:30.045 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-09T03:59:30.045 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-09T03:59:30.105 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-09T03:59:30.105 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-05-09T03:59:30.243 INFO:teuthology.orchestra.run.smithi160.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-09T03:59:30.502 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:30.570 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:30.628 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:30.696 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:30.779 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-mon (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:30.847 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mon (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:30.991 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-09T03:59:30.991 INFO:teuthology.orchestra.run.smithi188.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-09T03:59:31.073 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-09T03:59:31.074 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-05-09T03:59:31.251 INFO:teuthology.orchestra.run.smithi160.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-09T03:59:31.472 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-mgr-cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:31.523 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr-cephadm (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:31.622 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:31.666 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:31.748 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-mgr-dashboard (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:31.792 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr-dashboard (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:31.894 INFO:teuthology.orchestra.run.smithi160.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-09T03:59:31.902 DEBUG:teuthology.parallel:result is None 2024-05-09T03:59:31.908 INFO:teuthology.orchestra.run.smithi188.stdout:Setting up ceph-volume (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:31.943 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-volume (19.0.0-3631-gc66c553a-1jammy) ... 2024-05-09T03:59:32.296 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-09T03:59:32.319 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-05-09T03:59:32.413 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-09T03:59:32.545 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-05-09T03:59:32.574 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-09T03:59:32.697 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-05-09T03:59:33.700 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-09T03:59:33.856 INFO:teuthology.orchestra.run.smithi188.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-05-09T03:59:34.398 INFO:teuthology.orchestra.run.smithi037.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-09T03:59:34.403 DEBUG:teuthology.parallel:result is None 2024-05-09T03:59:34.539 INFO:teuthology.orchestra.run.smithi188.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-05-09T03:59:34.543 DEBUG:teuthology.parallel:result is None 2024-05-09T03:59:34.543 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:59:34.768 DEBUG:teuthology.orchestra.run.smithi037:> dpkg-query -W -f '${Version}' ceph 2024-05-09T03:59:34.788 INFO:teuthology.orchestra.run.smithi037.stdout:19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:59:34.788 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:59:34.789 INFO:teuthology.task.install:The correct ceph version 19.0.0-3631-gc66c553a-1jammy is installed. 2024-05-09T03:59:34.790 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:59:35.011 DEBUG:teuthology.orchestra.run.smithi160:> dpkg-query -W -f '${Version}' ceph 2024-05-09T03:59:35.030 INFO:teuthology.orchestra.run.smithi160.stdout:19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:59:35.030 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:59:35.030 INFO:teuthology.task.install:The correct ceph version 19.0.0-3631-gc66c553a-1jammy is installed. 2024-05-09T03:59:35.032 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:59:35.174 DEBUG:teuthology.orchestra.run.smithi188:> dpkg-query -W -f '${Version}' ceph 2024-05-09T03:59:35.193 INFO:teuthology.orchestra.run.smithi188.stdout:19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:59:35.193 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3631-gc66c553a-1jammy 2024-05-09T03:59:35.194 INFO:teuthology.task.install:The correct ceph version 19.0.0-3631-gc66c553a-1jammy is installed. 2024-05-09T03:59:35.196 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-05-09T03:59:35.196 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-05-09T03:59:35.196 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-09T03:59:35.211 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-09T03:59:35.211 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-09T03:59:35.225 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-05-09T03:59:35.225 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-05-09T03:59:35.248 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-05-09T03:59:35.248 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-05-09T03:59:35.249 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/usr/bin/daemon-helper 2024-05-09T03:59:35.266 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-09T03:59:35.323 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-09T03:59:35.323 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/usr/bin/daemon-helper 2024-05-09T03:59:35.336 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-09T03:59:35.391 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-05-09T03:59:35.391 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/usr/bin/daemon-helper 2024-05-09T03:59:35.404 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-05-09T03:59:35.458 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-05-09T03:59:35.459 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-05-09T03:59:35.459 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-09T03:59:35.473 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-09T03:59:35.527 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-09T03:59:35.527 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-09T03:59:35.541 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-09T03:59:35.594 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-05-09T03:59:35.594 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/usr/bin/adjust-ulimits 2024-05-09T03:59:35.607 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-05-09T03:59:35.662 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-05-09T03:59:35.663 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-05-09T03:59:35.663 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/usr/bin/stdin-killer 2024-05-09T03:59:35.676 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-09T03:59:35.731 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-09T03:59:35.731 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/usr/bin/stdin-killer 2024-05-09T03:59:35.744 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-09T03:59:35.800 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-05-09T03:59:35.800 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/usr/bin/stdin-killer 2024-05-09T03:59:35.813 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-05-09T03:59:35.869 INFO:teuthology.run_tasks:Running task cephadm... 2024-05-09T03:59:35.977 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'], 'log-only-match': ['CEPHADM_'], 'sha1': 'c66c553a84eb9faa0029f5f0bb8284e3a826ac85'} 2024-05-09T03:59:35.977 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:59:35.977 INFO:tasks.cephadm:Cluster fsid is 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T03:59:35.977 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-05-09T03:59:35.978 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.37', 'mon.b': '172.21.15.160', 'mon.c': '172.21.15.188'} 2024-05-09T03:59:35.978 INFO:tasks.cephadm:First mon is mon.a on smithi037 2024-05-09T03:59:35.978 INFO:tasks.cephadm:First mgr is a 2024-05-09T03:59:35.978 INFO:tasks.cephadm:Normalizing hostnames... 2024-05-09T03:59:35.978 DEBUG:teuthology.orchestra.run.smithi037:> sudo hostname $(hostname -s) 2024-05-09T03:59:35.993 DEBUG:teuthology.orchestra.run.smithi160:> sudo hostname $(hostname -s) 2024-05-09T03:59:36.007 DEBUG:teuthology.orchestra.run.smithi188:> sudo hostname $(hostname -s) 2024-05-09T03:59:36.021 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-05-09T03:59:36.021 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:59:36.247 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'c66c553a84eb9faa0029f5f0bb8284e3a826ac85', '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/79234/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3631-gc66c553a', 'node_name': '172.21.2.13+braggi13', '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-3631-gc66c553a-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-05-09 01:06:24.252774', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-05-08-1927', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-05-09T03:59:36.467 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2024-05-08-1927, sha1 c66c553a84eb9faa0029f5f0bb8284e3a826ac85 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T03:59:36.469 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-09T03:59:36.469 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-05-09T03:59:36.469 DEBUG:teuthology.orchestra.run.smithi037:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-09T03:59:37.075 INFO:teuthology.orchestra.run.smithi037.stdout:-rw-rw-r-- 1 ubuntu ubuntu 790477 May 9 03:59 /home/ubuntu/cephtest/cephadm 2024-05-09T03:59:37.076 DEBUG:teuthology.orchestra.run.smithi160:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-09T03:59:37.537 INFO:teuthology.orchestra.run.smithi160.stdout:-rw-rw-r-- 1 ubuntu ubuntu 790477 May 9 03:59 /home/ubuntu/cephtest/cephadm 2024-05-09T03:59:37.537 DEBUG:teuthology.orchestra.run.smithi188:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-05-08-1927/c66c553a84eb9faa0029f5f0bb8284e3a826ac85/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-05-09T03:59:38.124 INFO:teuthology.orchestra.run.smithi188.stdout:-rw-rw-r-- 1 ubuntu ubuntu 790477 May 9 03:59 /home/ubuntu/cephtest/cephadm 2024-05-09T03:59:38.124 DEBUG:teuthology.orchestra.run.smithi037:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-09T03:59:38.132 DEBUG:teuthology.orchestra.run.smithi160:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-09T03:59:38.140 DEBUG:teuthology.orchestra.run.smithi188:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-05-09T03:59:38.158 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 on all hosts... 2024-05-09T03:59:38.158 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 pull 2024-05-09T03:59:38.176 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 pull 2024-05-09T03:59:38.184 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 pull 2024-05-09T03:59:38.346 INFO:teuthology.orchestra.run.smithi037.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85... 2024-05-09T03:59:38.352 INFO:teuthology.orchestra.run.smithi160.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85... 2024-05-09T03:59:38.357 INFO:teuthology.orchestra.run.smithi188.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85... 2024-05-09T04:00:25.464 INFO:teuthology.orchestra.run.smithi188.stdout:{ 2024-05-09T04:00:25.465 INFO:teuthology.orchestra.run.smithi188.stdout: "ceph_version": "ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev)", 2024-05-09T04:00:25.465 INFO:teuthology.orchestra.run.smithi188.stdout: "image_id": "af4a4df59e0ae3833b4409b12cb7db15106e9e87264b888efc4bb545bee0fce2", 2024-05-09T04:00:25.465 INFO:teuthology.orchestra.run.smithi188.stdout: "repo_digests": [ 2024-05-09T04:00:25.465 INFO:teuthology.orchestra.run.smithi188.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082" 2024-05-09T04:00:25.465 INFO:teuthology.orchestra.run.smithi188.stdout: ] 2024-05-09T04:00:25.466 INFO:teuthology.orchestra.run.smithi188.stdout:} 2024-05-09T04:00:50.915 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-05-09T04:00:50.915 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph_version": "ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev)", 2024-05-09T04:00:50.915 INFO:teuthology.orchestra.run.smithi037.stdout: "image_id": "af4a4df59e0ae3833b4409b12cb7db15106e9e87264b888efc4bb545bee0fce2", 2024-05-09T04:00:50.915 INFO:teuthology.orchestra.run.smithi037.stdout: "repo_digests": [ 2024-05-09T04:00:50.916 INFO:teuthology.orchestra.run.smithi037.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082" 2024-05-09T04:00:50.916 INFO:teuthology.orchestra.run.smithi037.stdout: ] 2024-05-09T04:00:50.916 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-05-09T04:00:56.395 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2024-05-09T04:00:56.395 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph_version": "ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev)", 2024-05-09T04:00:56.395 INFO:teuthology.orchestra.run.smithi160.stdout: "image_id": "af4a4df59e0ae3833b4409b12cb7db15106e9e87264b888efc4bb545bee0fce2", 2024-05-09T04:00:56.395 INFO:teuthology.orchestra.run.smithi160.stdout: "repo_digests": [ 2024-05-09T04:00:56.396 INFO:teuthology.orchestra.run.smithi160.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082" 2024-05-09T04:00:56.396 INFO:teuthology.orchestra.run.smithi160.stdout: ] 2024-05-09T04:00:56.396 INFO:teuthology.orchestra.run.smithi160.stdout:} 2024-05-09T04:00:56.430 DEBUG:teuthology.orchestra.run.smithi037:> sudo mkdir -p /etc/ceph 2024-05-09T04:00:56.445 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /etc/ceph 2024-05-09T04:00:56.459 DEBUG:teuthology.orchestra.run.smithi188:> sudo mkdir -p /etc/ceph 2024-05-09T04:00:56.475 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 777 /etc/ceph 2024-05-09T04:00:56.497 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 777 /etc/ceph 2024-05-09T04:00:56.514 DEBUG:teuthology.orchestra.run.smithi188:> sudo chmod 777 /etc/ceph 2024-05-09T04:00:56.531 INFO:tasks.cephadm:Writing seed config... 2024-05-09T04:00:56.532 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-05-09T04:00:56.532 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-05-09T04:00:56.532 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-05-09T04:00:56.532 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-05-09T04:00:56.532 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-05-09T04:00:56.532 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-05-09T04:00:56.532 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-05-09T04:00:56.532 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-05-09T04:00:56.532 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-05-09T04:00:56.533 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-05-09T04:00:56.533 DEBUG:teuthology.orchestra.run.smithi037:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-05-09T04:00:56.546 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 = 8cd65cde-0db8-11ef-bc97-c7b262605968 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-05-09T04:00:56.546 DEBUG:teuthology.orchestra.run.smithi037:mon.a> sudo journalctl -f -n 0 -u ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mon.a.service 2024-05-09T04:00:56.591 DEBUG:teuthology.orchestra.run.smithi037:mgr.a> sudo journalctl -f -n 0 -u ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mgr.a.service 2024-05-09T04:00:56.635 INFO:tasks.cephadm:Bootstrapping... 2024-05-09T04:00:56.637 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 -v bootstrap --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 --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.37 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-05-09T04:00:56.852 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-05-09T04:00:56.852 INFO:teuthology.orchestra.run.smithi037.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85', '-v', 'bootstrap', '--fsid', '8cd65cde-0db8-11ef-bc97-c7b262605968', '--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.37', '--skip-admin-label'] 2024-05-09T04:00:56.852 INFO:teuthology.orchestra.run.smithi037.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-05-09T04:00:56.853 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying podman|docker is present... 2024-05-09T04:00:56.853 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying lvm2 is present... 2024-05-09T04:00:56.853 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying time synchronization is in place... 2024-05-09T04:00:56.857 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-09T04:00:56.857 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-09T04:00:56.861 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-09T04:00:56.861 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-05-09T04:00:56.867 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-09T04:00:56.867 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-09T04:00:56.871 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-09T04:00:56.871 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-05-09T04:00:56.876 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-09T04:00:56.876 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout masked 2024-05-09T04:00:56.880 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-09T04:00:56.880 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-05-09T04:00:56.884 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-09T04:00:56.884 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-09T04:00:56.888 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-09T04:00:56.888 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-05-09T04:00:56.893 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout enabled 2024-05-09T04:00:56.896 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout active 2024-05-09T04:00:56.896 INFO:teuthology.orchestra.run.smithi037.stdout:Unit ntp.service is enabled and running 2024-05-09T04:00:56.896 INFO:teuthology.orchestra.run.smithi037.stdout:Repeating the final host check... 2024-05-09T04:00:56.896 INFO:teuthology.orchestra.run.smithi037.stdout:docker (/usr/bin/docker) is present 2024-05-09T04:00:56.896 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl is present 2024-05-09T04:00:56.896 INFO:teuthology.orchestra.run.smithi037.stdout:lvcreate is present 2024-05-09T04:00:56.899 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-05-09T04:00:56.899 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-05-09T04:00:56.903 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-05-09T04:00:56.903 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-05-09T04:00:56.906 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-05-09T04:00:56.906 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-05-09T04:00:56.910 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-05-09T04:00:56.910 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-05-09T04:00:56.913 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-05-09T04:00:56.913 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout masked 2024-05-09T04:00:56.917 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-05-09T04:00:56.917 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-05-09T04:00:56.920 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-05-09T04:00:56.920 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-05-09T04:00:56.924 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-05-09T04:00:56.924 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-05-09T04:00:56.928 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout enabled 2024-05-09T04:00:56.932 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout active 2024-05-09T04:00:56.932 INFO:teuthology.orchestra.run.smithi037.stdout:Unit ntp.service is enabled and running 2024-05-09T04:00:56.932 INFO:teuthology.orchestra.run.smithi037.stdout:Host looks OK 2024-05-09T04:00:56.932 INFO:teuthology.orchestra.run.smithi037.stdout:Cluster fsid: 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:00:56.932 INFO:teuthology.orchestra.run.smithi037.stdout:Acquiring lock 140119862217552 on /run/cephadm/8cd65cde-0db8-11ef-bc97-c7b262605968.lock 2024-05-09T04:00:56.932 INFO:teuthology.orchestra.run.smithi037.stdout:Lock 140119862217552 acquired on /run/cephadm/8cd65cde-0db8-11ef-bc97-c7b262605968.lock 2024-05-09T04:00:56.933 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying IP 172.21.15.37 port 3300 ... 2024-05-09T04:00:56.933 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying IP 172.21.15.37 port 6789 ... 2024-05-09T04:00:56.933 INFO:teuthology.orchestra.run.smithi037.stdout:Base mon IP(s) is [172.21.15.37:3300, 172.21.15.37:6789], mon addrv is [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2024-05-09T04:00:56.935 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-05-09T04:00:56.935 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-05-09T04:00:56.935 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.37 2024-05-09T04:00:56.937 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-05-09T04:00:56.937 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-05-09T04:00:56.937 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1784sec hoplimit 64 pref medium 2024-05-09T04:00:56.939 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-05-09T04:00:56.939 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-05-09T04:00:56.939 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-09T04:00:56.939 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-05-09T04:00:56.939 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:7794/64 scope link 2024-05-09T04:00:56.939 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-05-09T04:00:56.940 INFO:teuthology.orchestra.run.smithi037.stdout:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2024-05-09T04:00:56.940 INFO:teuthology.orchestra.run.smithi037.stdout:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2024-05-09T04:00:56.940 INFO:teuthology.orchestra.run.smithi037.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-05-09T04:00:56.940 INFO:teuthology.orchestra.run.smithi037.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-05-09T04:00:56.941 INFO:teuthology.orchestra.run.smithi037.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85... 2024-05-09T04:00:57.175 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/docker: stdout c66c553a84eb9faa0029f5f0bb8284e3a826ac85: Pulling from ceph-ci/ceph 2024-05-09T04:00:57.175 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/docker: stdout Digest: sha256:05de6593b88417234cfc69df4d6993be606178f15beb2e23381c5fdef15b9082 2024-05-09T04:00:57.175 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T04:00:57.175 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 2024-05-09T04:00:58.576 INFO:teuthology.orchestra.run.smithi037.stdout:ceph: stdout ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev) 2024-05-09T04:00:58.576 INFO:teuthology.orchestra.run.smithi037.stdout:Ceph version: ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev) 2024-05-09T04:00:58.576 INFO:teuthology.orchestra.run.smithi037.stdout:Extracting ceph user uid/gid from container image... 2024-05-09T04:00:59.755 INFO:teuthology.orchestra.run.smithi037.stdout:stat: stdout 167 167 2024-05-09T04:00:59.756 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial keys... 2024-05-09T04:01:00.960 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQB8SjxmGnyqHBAA0pU985BgU44a7u+MygRE7A== 2024-05-09T04:01:02.156 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQB9SjxmOxE0JhAAIshbgHRlkfRW1f0mQUULxA== 2024-05-09T04:01:03.318 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQB+SjxmOBxWMhAAPg2eg2UEh94wRX7uYKOkcA== 2024-05-09T04:01:03.319 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial monmap... 2024-05-09T04:01:04.524 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-09T04:01:04.524 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-05-09T04:01:04.524 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:01:04.524 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-09T04:01:04.524 INFO:teuthology.orchestra.run.smithi037.stdout:monmaptool for a [v2:172.21.15.37:3300,v1:172.21.15.37:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-05-09T04:01:04.524 INFO:teuthology.orchestra.run.smithi037.stdout:setting min_mon_release = quincy 2024-05-09T04:01:04.524 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: set fsid to 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:01:04.524 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-05-09T04:01:04.524 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:01:04.524 INFO:teuthology.orchestra.run.smithi037.stdout:Creating mon... 2024-05-09T04:01:05.718 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.185+0000 7f16eac1fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-09T04:01:05.718 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.185+0000 7f16eac1fc80 1 imported monmap: 2024-05-09T04:01:05.719 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-05-09T04:01:05.719 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:01:05.719 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-05-09T04:01:04.043028+0000 2024-05-09T04:01:05.719 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:01:05.719 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-05-09T04:01:05.719 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-05-09T04:01:05.719 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:01:05.719 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.719 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.185+0000 7f16eac1fc80 0 /usr/bin/ceph-mon: set fsid to 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:01:05.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: RocksDB version: 7.9.2 2024-05-09T04:01:05.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Git sha 0 2024-05-09T04:01:05.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Compile date 2024-05-08 23:53:35 2024-05-09T04:01:05.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: DB SUMMARY 2024-05-09T04:01:05.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: DB Session ID: 17BI8OJTQ0S3652GUNAQ 2024-05-09T04:01:05.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-05-09T04:01:05.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-05-09T04:01:05.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.error_if_exists: 0 2024-05-09T04:01:05.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.create_if_missing: 1 2024-05-09T04:01:05.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.paranoid_checks: 1 2024-05-09T04:01:05.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-09T04:01:05.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-09T04:01:05.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-09T04:01:05.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.env: 0x561bea65acc0 2024-05-09T04:01:05.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-09T04:01:05.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.info_log: 0x561bec96f060 2024-05-09T04:01:05.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-09T04:01:05.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.statistics: (nil) 2024-05-09T04:01:05.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.use_fsync: 0 2024-05-09T04:01:05.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_log_file_size: 0 2024-05-09T04:01:05.721 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-09T04:01:05.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-09T04:01:05.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-09T04:01:05.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-09T04:01:05.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.allow_fallocate: 1 2024-05-09T04:01:05.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-09T04:01:05.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-09T04:01:05.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.use_direct_reads: 0 2024-05-09T04:01:05.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-09T04:01:05.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-09T04:01:05.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.db_log_dir: 2024-05-09T04:01:05.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.wal_dir: 2024-05-09T04:01:05.722 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-09T04:01:05.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-09T04:01:05.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-09T04:01:05.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-09T04:01:05.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-09T04:01:05.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-09T04:01:05.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-09T04:01:05.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-09T04:01:05.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.write_buffer_manager: 0x561bec93eaa0 2024-05-09T04:01:05.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-09T04:01:05.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-09T04:01:05.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-09T04:01:05.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-09T04:01:05.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-09T04:01:05.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-09T04:01:05.723 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-09T04:01:05.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-09T04:01:05.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.unordered_write: 0 2024-05-09T04:01:05.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-09T04:01:05.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-09T04:01:05.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-09T04:01:05.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-09T04:01:05.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.row_cache: None 2024-05-09T04:01:05.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.wal_filter: None 2024-05-09T04:01:05.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-09T04:01:05.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-09T04:01:05.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.two_write_queues: 0 2024-05-09T04:01:05.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-09T04:01:05.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.wal_compression: 0 2024-05-09T04:01:05.724 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.atomic_flush: 0 2024-05-09T04:01:05.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-09T04:01:05.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-09T04:01:05.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-09T04:01:05.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.log_readahead_size: 0 2024-05-09T04:01:05.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-09T04:01:05.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-09T04:01:05.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-09T04:01:05.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-09T04:01:05.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-09T04:01:05.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-09T04:01:05.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-09T04:01:05.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_background_jobs: 2 2024-05-09T04:01:05.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_background_compactions: -1 2024-05-09T04:01:05.725 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_subcompactions: 1 2024-05-09T04:01:05.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-09T04:01:05.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-09T04:01:05.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-09T04:01:05.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-09T04:01:05.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-09T04:01:05.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-09T04:01:05.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-09T04:01:05.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-09T04:01:05.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_open_files: -1 2024-05-09T04:01:05.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-09T04:01:05.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-09T04:01:05.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-09T04:01:05.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-09T04:01:05.726 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_background_flushes: -1 2024-05-09T04:01:05.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Compression algorithms supported: 2024-05-09T04:01:05.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-09T04:01:05.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: kZSTD supported: 0 2024-05-09T04:01:05.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: kXpressCompression supported: 0 2024-05-09T04:01:05.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-09T04:01:05.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: kZlibCompression supported: 1 2024-05-09T04:01:05.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: kSnappyCompression supported: 1 2024-05-09T04:01:05.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: kLZ4Compression supported: 1 2024-05-09T04:01:05.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: kBZip2Compression supported: 0 2024-05-09T04:01:05.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-09T04:01:05.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-09T04:01:05.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-05-09T04:01:05.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.727 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-05-09T04:01:05.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-09T04:01:05.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-09T04:01:05.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.merge_operator: 2024-05-09T04:01:05.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compaction_filter: None 2024-05-09T04:01:05.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-09T04:01:05.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-09T04:01:05.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-09T04:01:05.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-09T04:01:05.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561bec96f220) 2024-05-09T04:01:05.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-05-09T04:01:05.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-05-09T04:01:05.728 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-09T04:01:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-05-09T04:01:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-05-09T04:01:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-05-09T04:01:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-05-09T04:01:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-05-09T04:01:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-05-09T04:01:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-05-09T04:01:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x561bec9711f0 2024-05-09T04:01:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-05-09T04:01:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-05-09T04:01:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-05-09T04:01:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-05-09T04:01:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-05-09T04:01:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-05-09T04:01:05.729 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-05-09T04:01:05.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-05-09T04:01:05.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-05-09T04:01:05.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-05-09T04:01:05.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-05-09T04:01:05.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-05-09T04:01:05.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-05-09T04:01:05.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-05-09T04:01:05.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-05-09T04:01:05.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-05-09T04:01:05.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-05-09T04:01:05.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-05-09T04:01:05.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-05-09T04:01:05.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-05-09T04:01:05.730 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-05-09T04:01:05.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-05-09T04:01:05.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-05-09T04:01:05.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-05-09T04:01:05.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-05-09T04:01:05.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-05-09T04:01:05.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-09T04:01:05.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-09T04:01:05.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compression: NoCompression 2024-05-09T04:01:05.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-09T04:01:05.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-09T04:01:05.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-09T04:01:05.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.num_levels: 7 2024-05-09T04:01:05.731 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-09T04:01:05.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-09T04:01:05.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-09T04:01:05.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-09T04:01:05.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-09T04:01:05.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-09T04:01:05.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-09T04:01:05.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-09T04:01:05.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-09T04:01:05.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-09T04:01:05.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-09T04:01:05.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-09T04:01:05.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-09T04:01:05.732 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-09T04:01:05.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-09T04:01:05.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-09T04:01:05.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-09T04:01:05.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-09T04:01:05.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-09T04:01:05.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-09T04:01:05.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-09T04:01:05.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-09T04:01:05.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-09T04:01:05.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-09T04:01:05.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-09T04:01:05.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-09T04:01:05.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-09T04:01:05.733 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-09T04:01:05.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-09T04:01:05.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-09T04:01:05.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-09T04:01:05.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-09T04:01:05.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-09T04:01:05.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-09T04:01:05.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-09T04:01:05.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-09T04:01:05.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-09T04:01:05.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-09T04:01:05.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-09T04:01:05.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-09T04:01:05.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-09T04:01:05.734 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-09T04:01:05.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-09T04:01:05.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-09T04:01:05.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-09T04:01:05.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-09T04:01:05.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-09T04:01:05.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-09T04:01:05.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-09T04:01:05.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-09T04:01:05.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-09T04:01:05.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-09T04:01:05.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-09T04:01:05.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-09T04:01:05.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.inplace_update_support: 0 2024-05-09T04:01:05.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-09T04:01:05.735 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-09T04:01:05.736 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-09T04:01:05.736 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-09T04:01:05.736 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.bloom_locality: 0 2024-05-09T04:01:05.736 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.max_successive_merges: 0 2024-05-09T04:01:05.736 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-09T04:01:05.736 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-09T04:01:05.736 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-09T04:01:05.736 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-09T04:01:05.736 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.ttl: 2592000 2024-05-09T04:01:05.736 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-09T04:01:05.736 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-09T04:01:05.736 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-09T04:01:05.736 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.enable_blob_files: false 2024-05-09T04:01:05.736 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.min_blob_size: 0 2024-05-09T04:01:05.737 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-09T04:01:05.737 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-09T04:01:05.737 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-09T04:01:05.737 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-09T04:01:05.737 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-09T04:01:05.737 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-09T04:01:05.737 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-09T04:01:05.737 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-09T04:01:05.737 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 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-05-09T04:01:05.737 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.737 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-09T04:01:05.737 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.737 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 21e09461-184e-48f2-a9c1-6013c33e1522 2024-05-09T04:01:05.737 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.738 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.189+0000 7f16eac1fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-05-09T04:01:05.738 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.738 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.193+0000 7f16eac1fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x561beca68000 2024-05-09T04:01:05.738 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.193+0000 7f16eac1fc80 4 rocksdb: DB pointer 0x561beca58000 2024-05-09T04:01:05.738 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.193+0000 7f16dad7c700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-09T04:01:05.738 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.193+0000 7f16dad7c700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-09T04:01:05.738 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-05-09T04:01:05.738 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T04:01:05.738 INFO:teuthology.orchestra.run.smithi037.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-05-09T04:01:05.738 INFO:teuthology.orchestra.run.smithi037.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-05-09T04:01:05.738 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T04:01:05.738 INFO:teuthology.orchestra.run.smithi037.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-05-09T04:01:05.738 INFO:teuthology.orchestra.run.smithi037.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-05-09T04:01:05.738 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T04:01:05.739 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.739 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-09T04:01:05.739 INFO:teuthology.orchestra.run.smithi037.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-05-09T04:01:05.739 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-09T04:01:05.739 INFO:teuthology.orchestra.run.smithi037.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-05-09T04:01:05.739 INFO:teuthology.orchestra.run.smithi037.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-05-09T04:01:05.739 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.739 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-05-09T04:01:05.739 INFO:teuthology.orchestra.run.smithi037.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-05-09T04:01:05.739 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-09T04:01:05.739 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.739 INFO:teuthology.orchestra.run.smithi037.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-05-09T04:01:05.740 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.740 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T04:01:05.740 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-05-09T04:01:05.740 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-05-09T04:01:05.740 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-05-09T04:01:05.740 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-05-09T04:01:05.740 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-05-09T04:01:05.740 INFO:teuthology.orchestra.run.smithi037.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-05-09T04:01:05.740 INFO:teuthology.orchestra.run.smithi037.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-05-09T04:01:05.740 INFO:teuthology.orchestra.run.smithi037.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-05-09T04:01:05.740 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x561bec9711f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-05-09T04:01:05.740 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-05-09T04:01:05.740 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.740 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-05-09T04:01:05.741 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-05-09T04:01:05.741 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.193+0000 7f16eac1fc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-05-09T04:01:05.741 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.193+0000 7f16eac1fc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-05-09T04:01:05.741 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-05-09T04:01:05.193+0000 7f16eac1fc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-05-09T04:01:05.741 INFO:teuthology.orchestra.run.smithi037.stdout:create mon.a on 2024-05-09T04:01:05.918 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-05-09T04:01:06.101 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-05-09T04:01:06.327 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968.target. 2024-05-09T04:01:06.327 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968.target -> /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968.target. 2024-05-09T04:01:06.650 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mon.a 2024-05-09T04:01:06.650 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mon.a.service: Unit ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mon.a.service not loaded. 2024-05-09T04:01:06.851 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968.target.wants/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.service. 2024-05-09T04:01:06.863 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld does not appear to be present 2024-05-09T04:01:06.863 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to enable service . firewalld.service is not available 2024-05-09T04:01:06.863 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mon to start... 2024-05-09T04:01:06.863 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mon... 2024-05-09T04:01:08.318 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:08 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.077469+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-09T04:01:08.859 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout cluster: 2024-05-09T04:01:08.859 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout id: 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:01:08.859 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-05-09T04:01:08.859 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-05-09T04:01:08.859 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout services: 2024-05-09T04:01:08.859 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.226994s) 2024-05-09T04:01:08.859 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-05-09T04:01:08.860 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-05-09T04:01:08.860 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-05-09T04:01:08.860 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout data: 2024-05-09T04:01:08.860 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-05-09T04:01:08.860 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-05-09T04:01:08.860 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-05-09T04:01:08.860 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout pgs: 2024-05-09T04:01:08.861 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-05-09T04:01:08.861 INFO:teuthology.orchestra.run.smithi037.stdout:mon is available 2024-05-09T04:01:08.861 INFO:teuthology.orchestra.run.smithi037.stdout:Assimilating anything we can from ceph.conf... 2024-05-09T04:01:09.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.081118+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-09T04:01:09.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.081118+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-09T04:01:09.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.081310+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-09T04:01:09.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.081310+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-05-09T04:01:09.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.081322+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:01:09.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.081322+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:01:09.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.081330+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-09T04:01:04.043028+0000 2024-05-09T04:01:09.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.081330+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-05-09T04:01:04.043028+0000 2024-05-09T04:01:09.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.081338+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:01:09.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.081338+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:01:09.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.081347+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:01:09.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.081347+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:01:09.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.081354+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-09T04:01:09.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.081354+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-05-09T04:01:09.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.081362+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:01:09.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.081362+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:01:09.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.083555+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-09T04:01:09.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.083555+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-05-09T04:01:09.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.085863+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-09T04:01:09.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.085863+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-09T04:01:09.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.086370+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-09T04:01:09.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: cluster 2024-05-09T04:01:08.086370+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-05-09T04:01:09.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: audit 2024-05-09T04:01:08.308047+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.37:0/2837321163' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-09T04:01:09.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:09 smithi037 bash[20977]: audit 2024-05-09T04:01:08.308047+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.37:0/2837321163' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-05-09T04:01:10.192 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:10 smithi037 bash[20977]: audit 2024-05-09T04:01:09.846880+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.37:0/1127023309' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-09T04:01:10.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:10 smithi037 bash[20977]: audit 2024-05-09T04:01:09.846880+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.37:0/1127023309' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-09T04:01:10.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:10 smithi037 bash[20977]: audit 2024-05-09T04:01:09.850993+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.37:0/1127023309' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-09T04:01:10.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:10 smithi037 bash[20977]: audit 2024-05-09T04:01:09.850993+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.37:0/1127023309' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-09T04:01:10.428 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-05-09T04:01:10.429 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [global] 2024-05-09T04:01:10.429 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout fsid = 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:01:10.429 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-09T04:01:10.429 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2024-05-09T04:01:10.429 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-09T04:01:10.429 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-09T04:01:10.429 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-09T04:01:10.429 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-09T04:01:10.429 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-05-09T04:01:10.429 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-09T04:01:10.429 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-05-09T04:01:10.429 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-09T04:01:10.429 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-05-09T04:01:10.430 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [osd] 2024-05-09T04:01:10.430 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-09T04:01:10.430 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-09T04:01:10.430 INFO:teuthology.orchestra.run.smithi037.stdout:Generating new minimal ceph.conf... 2024-05-09T04:01:11.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:11 smithi037 bash[20977]: audit 2024-05-09T04:01:11.402955+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.37:0/3350011993' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:01:11.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:11 smithi037 bash[20977]: audit 2024-05-09T04:01:11.402955+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.37:0/3350011993' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:01:11.956 INFO:teuthology.orchestra.run.smithi037.stdout:Restarting the monitor... 2024-05-09T04:01:12.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:11 smithi037 systemd[1]: Stopping Ceph mon.a for 8cd65cde-0db8-11ef-bc97-c7b262605968... 2024-05-09T04:01:12.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:12 smithi037 bash[20977]: debug 2024-05-09T04:01:12.097+0000 7f16eafb8700 -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-05-09T04:01:12.331 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:12 smithi037 bash[20977]: debug 2024-05-09T04:01:12.097+0000 7f16eafb8700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-05-09T04:01:12.868 INFO:teuthology.orchestra.run.smithi037.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-05-09T04:01:13.192 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:12 smithi037 bash[21361]: ceph-8cd65cde-0db8-11ef-bc97-c7b262605968-mon-a 2024-05-09T04:01:13.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:12 smithi037 bash[21422]: Error response from daemon: No such container: ceph-8cd65cde-0db8-11ef-bc97-c7b262605968-mon-a 2024-05-09T04:01:13.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:12 smithi037 systemd[1]: ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mon.a.service: Deactivated successfully. 2024-05-09T04:01:13.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:12 smithi037 systemd[1]: Stopped Ceph mon.a for 8cd65cde-0db8-11ef-bc97-c7b262605968. 2024-05-09T04:01:13.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:12 smithi037 systemd[1]: Started Ceph mon.a for 8cd65cde-0db8-11ef-bc97-c7b262605968. 2024-05-09T04:01:14.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.833+0000 7fe52adc8c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-09T04:01:14.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.833+0000 7fe52adc8c80 0 ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev), process ceph-mon, pid 7 2024-05-09T04:01:14.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.833+0000 7fe52adc8c80 0 pidfile_write: ignore empty --pid-file 2024-05-09T04:01:14.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 0 load: jerasure load: lrc 2024-05-09T04:01:14.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-09T04:01:14.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Git sha 0 2024-05-09T04:01:14.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Compile date 2024-05-08 23:53:35 2024-05-09T04:01:14.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: DB SUMMARY 2024-05-09T04:01:14.111 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: DB Session ID: JAEDRYH3CBKLIGPWHKMW 2024-05-09T04:01:14.111 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: CURRENT file: CURRENT 2024-05-09T04:01:14.111 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-09T04:01:14.111 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-05-09T04:01:14.111 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-05-09T04:01:14.111 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88549 ; 2024-05-09T04:01:14.111 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.error_if_exists: 0 2024-05-09T04:01:14.111 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.create_if_missing: 0 2024-05-09T04:01:14.112 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-09T04:01:14.112 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-09T04:01:14.112 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-09T04:01:14.112 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-09T04:01:14.112 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.env: 0x560fe0de3cc0 2024-05-09T04:01:14.112 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-09T04:01:14.112 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.info_log: 0x560fe237be00 2024-05-09T04:01:14.112 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-09T04:01:14.112 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.statistics: (nil) 2024-05-09T04:01:14.112 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.use_fsync: 0 2024-05-09T04:01:14.112 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-09T04:01:14.113 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-09T04:01:14.113 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-09T04:01:14.113 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-09T04:01:14.113 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-09T04:01:14.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-09T04:01:14.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-09T04:01:14.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-09T04:01:14.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-09T04:01:14.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-09T04:01:14.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-09T04:01:14.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.db_log_dir: 2024-05-09T04:01:14.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.wal_dir: 2024-05-09T04:01:14.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-09T04:01:14.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-09T04:01:14.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-09T04:01:14.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-09T04:01:14.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-09T04:01:14.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-09T04:01:14.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-09T04:01:14.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-09T04:01:14.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.write_buffer_manager: 0x560fe234d0e0 2024-05-09T04:01:14.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-09T04:01:14.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-09T04:01:14.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-09T04:01:14.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-09T04:01:14.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-09T04:01:14.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-09T04:01:14.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-09T04:01:14.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-09T04:01:14.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.unordered_write: 0 2024-05-09T04:01:14.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-09T04:01:14.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-09T04:01:14.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-09T04:01:14.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-09T04:01:14.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.row_cache: None 2024-05-09T04:01:14.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.wal_filter: None 2024-05-09T04:01:14.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-09T04:01:14.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-09T04:01:14.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.two_write_queues: 0 2024-05-09T04:01:14.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-09T04:01:14.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.wal_compression: 0 2024-05-09T04:01:14.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.atomic_flush: 0 2024-05-09T04:01:14.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-09T04:01:14.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-09T04:01:14.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-09T04:01:14.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-09T04:01:14.118 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-09T04:01:14.118 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-09T04:01:14.118 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-09T04:01:14.118 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-09T04:01:14.118 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-09T04:01:14.118 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-09T04:01:14.118 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-09T04:01:14.118 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-09T04:01:14.118 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-09T04:01:14.119 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-09T04:01:14.119 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-09T04:01:14.120 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-09T04:01:14.120 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-09T04:01:14.120 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-09T04:01:14.120 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-09T04:01:14.120 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-09T04:01:14.120 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-09T04:01:14.120 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-09T04:01:14.120 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_open_files: -1 2024-05-09T04:01:14.120 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-09T04:01:14.120 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-09T04:01:14.120 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-09T04:01:14.120 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-09T04:01:14.120 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-09T04:01:14.120 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Compression algorithms supported: 2024-05-09T04:01:14.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-09T04:01:14.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: kZSTD supported: 0 2024-05-09T04:01:14.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: kXpressCompression supported: 0 2024-05-09T04:01:14.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-09T04:01:14.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: kZlibCompression supported: 1 2024-05-09T04:01:14.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-09T04:01:14.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-09T04:01:14.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-09T04:01:14.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-09T04:01:14.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-09T04:01:14.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-05-09T04:01:14.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-09T04:01:14.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-09T04:01:14.121 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.merge_operator: 2024-05-09T04:01:14.122 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compaction_filter: None 2024-05-09T04:01:14.122 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-09T04:01:14.122 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-09T04:01:14.122 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-09T04:01:14.122 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-09T04:01:14.122 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560fe237bfc0) 2024-05-09T04:01:14.122 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cache_index_and_filter_blocks: 1 2024-05-09T04:01:14.122 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-09T04:01:14.122 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-09T04:01:14.122 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: pin_top_level_index_and_filter: 1 2024-05-09T04:01:14.122 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: index_type: 0 2024-05-09T04:01:14.122 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: data_block_index_type: 0 2024-05-09T04:01:14.122 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: index_shortening: 1 2024-05-09T04:01:14.122 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: data_block_hash_table_util_ratio: 0.750000 2024-05-09T04:01:14.122 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: checksum: 4 2024-05-09T04:01:14.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: no_block_cache: 0 2024-05-09T04:01:14.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: block_cache: 0x560fe237d1f0 2024-05-09T04:01:14.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: block_cache_name: BinnedLRUCache 2024-05-09T04:01:14.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: block_cache_options: 2024-05-09T04:01:14.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: capacity : 536870912 2024-05-09T04:01:14.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: num_shard_bits : 4 2024-05-09T04:01:14.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: strict_capacity_limit : 0 2024-05-09T04:01:14.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: high_pri_pool_ratio: 0.000 2024-05-09T04:01:14.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: block_cache_compressed: (nil) 2024-05-09T04:01:14.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: persistent_cache: (nil) 2024-05-09T04:01:14.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: block_size: 4096 2024-05-09T04:01:14.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: block_size_deviation: 10 2024-05-09T04:01:14.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: block_restart_interval: 16 2024-05-09T04:01:14.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: index_block_restart_interval: 1 2024-05-09T04:01:14.123 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: metadata_block_size: 4096 2024-05-09T04:01:14.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: partition_filters: 0 2024-05-09T04:01:14.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: use_delta_encoding: 1 2024-05-09T04:01:14.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: filter_policy: bloomfilter 2024-05-09T04:01:14.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: whole_key_filtering: 1 2024-05-09T04:01:14.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: verify_compression: 0 2024-05-09T04:01:14.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: read_amp_bytes_per_bit: 0 2024-05-09T04:01:14.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: format_version: 5 2024-05-09T04:01:14.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: enable_index_compression: 1 2024-05-09T04:01:14.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: block_align: 0 2024-05-09T04:01:14.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: max_auto_readahead_size: 262144 2024-05-09T04:01:14.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: prepopulate_block_cache: 0 2024-05-09T04:01:14.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: initial_auto_readahead_size: 8192 2024-05-09T04:01:14.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: num_file_reads_for_auto_readahead: 2 2024-05-09T04:01:14.124 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-09T04:01:14.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-09T04:01:14.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compression: NoCompression 2024-05-09T04:01:14.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-09T04:01:14.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-09T04:01:14.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-09T04:01:14.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.num_levels: 7 2024-05-09T04:01:14.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-09T04:01:14.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-09T04:01:14.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-09T04:01:14.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-09T04:01:14.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-09T04:01:14.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-09T04:01:14.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-09T04:01:14.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-09T04:01:14.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-09T04:01:14.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-09T04:01:14.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-09T04:01:14.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-09T04:01:14.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-09T04:01:14.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-09T04:01:14.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-09T04:01:14.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-09T04:01:14.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-09T04:01:14.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-09T04:01:14.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-09T04:01:14.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-09T04:01:14.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-09T04:01:14.127 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-09T04:01:14.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-09T04:01:14.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-09T04:01:14.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-09T04:01:14.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-09T04:01:14.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-09T04:01:14.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-09T04:01:14.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-09T04:01:14.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-09T04:01:14.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-09T04:01:14.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-09T04:01:14.129 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-09T04:01:14.129 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-09T04:01:14.130 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-09T04:01:14.130 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-09T04:01:14.130 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-09T04:01:14.130 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-09T04:01:14.130 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-09T04:01:14.130 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-09T04:01:14.130 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-09T04:01:14.130 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-09T04:01:14.130 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-09T04:01:14.130 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-09T04:01:14.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-09T04:01:14.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-09T04:01:14.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-09T04:01:14.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-09T04:01:14.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-09T04:01:14.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-09T04:01:14.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-09T04:01:14.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-09T04:01:14.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-09T04:01:14.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-09T04:01:14.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-09T04:01:14.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-09T04:01:14.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-09T04:01:14.132 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-09T04:01:14.132 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-09T04:01:14.132 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.bloom_locality: 0 2024-05-09T04:01:14.132 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-09T04:01:14.132 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-09T04:01:14.132 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-09T04:01:14.132 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-09T04:01:14.132 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-09T04:01:14.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.ttl: 2592000 2024-05-09T04:01:14.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-09T04:01:14.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-09T04:01:14.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-09T04:01:14.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.enable_blob_files: false 2024-05-09T04:01:14.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.min_blob_size: 0 2024-05-09T04:01:14.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-09T04:01:14.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-09T04:01:14.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-09T04:01:14.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-09T04:01:14.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-09T04:01:14.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-09T04:01:14.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-09T04:01:14.133 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-09T04:01:14.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 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-05-09T04:01:14.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-05-09T04:01:14.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 21e09461-184e-48f2-a9c1-6013c33e1522 2024-05-09T04:01:14.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715227273844975, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-05-09T04:01:14.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.837+0000 7fe52adc8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-05-09T04:01:14.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.841+0000 7fe52adc8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715227273846198, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85288, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83435, "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": 10064, "raw_average_key_size": 46, "raw_value_size": 77647, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "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": 1715227273, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "21e09461-184e-48f2-a9c1-6013c33e1522", "db_session_id": "JAEDRYH3CBKLIGPWHKMW", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-05-09T04:01:14.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.841+0000 7fe52adc8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715227273846308, "job": 1, "event": "recovery_finished"} 2024-05-09T04:01:14.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.841+0000 7fe52adc8c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-05-09T04:01:14.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.841+0000 7fe52adc8c80 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-05-09T04:01:14.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.841+0000 7fe52adc8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x560fe249e000 2024-05-09T04:01:14.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.841+0000 7fe52adc8c80 4 rocksdb: DB pointer 0x560fe248a000 2024-05-09T04:01:14.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.841+0000 7fe51951d700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-09T04:01:14.134 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.841+0000 7fe51951d700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-09T04:01:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: ** DB Stats ** 2024-05-09T04:01:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T04:01:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-09T04:01:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T04:01:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T04:01:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-09T04:01:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T04:01:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T04:01:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: ** Compaction Stats [default] ** 2024-05-09T04:01:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: 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-05-09T04:01:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-09T04:01:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: L0 2/0 85.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 110.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-09T04:01:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: Sum 2/0 85.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 110.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-09T04:01:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 110.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-09T04:01:14.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: ** Compaction Stats [default] ** 2024-05-09T04:01:14.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: 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-05-09T04:01:14.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-09T04:01:14.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 110.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-05-09T04:01:14.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-09T04:01:14.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T04:01:14.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-09T04:01:14.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-09T04:01:14.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: AddFile(Total Files): cumulative 0, interval 0 2024-05-09T04:01:14.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-09T04:01:14.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: AddFile(Keys): cumulative 0, interval 0 2024-05-09T04:01:14.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: Cumulative compaction: 0.00 GB write, 19.82 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T04:01:14.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: Interval compaction: 0.00 GB write, 19.82 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T04:01:14.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: 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-05-09T04:01:14.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: Block cache BinnedLRUCache@0x560fe237d1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-05-09T04:01:14.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: 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-05-09T04:01:14.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: ** File Read Latency Histogram By Level [default] ** 2024-05-09T04:01:14.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.841+0000 7fe52adc8c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] at bind addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:01:14.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.845+0000 7fe52adc8c80 1 mon.a@-1(???) e1 preinit fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:01:14.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.845+0000 7fe52adc8c80 0 mon.a@-1(???).mds e1 new map 2024-05-09T04:01:14.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.845+0000 7fe52adc8c80 0 mon.a@-1(???).mds e1 print_map 2024-05-09T04:01:14.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: e1 2024-05-09T04:01:14.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-09T04:01:14.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: 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-05-09T04:01:14.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: legacy client fscid: -1 2024-05-09T04:01:14.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: 2024-05-09T04:01:14.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: No filesystems configured 2024-05-09T04:01:14.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.845+0000 7fe52adc8c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-09T04:01:14.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.845+0000 7fe52adc8c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T04:01:14.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.845+0000 7fe52adc8c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T04:01:14.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.845+0000 7fe52adc8c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T04:01:14.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: debug 2024-05-09T04:01:13.845+0000 7fe52adc8c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-05-09T04:01:14.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.873550+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-09T04:01:14.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.873550+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-05-09T04:01:14.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.873620+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-09T04:01:14.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.873620+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-05-09T04:01:14.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.873640+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:01:14.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.873640+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:01:14.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.873658+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-09T04:01:04.043028+0000 2024-05-09T04:01:14.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.873658+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-05-09T04:01:04.043028+0000 2024-05-09T04:01:14.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.873675+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:01:14.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.873675+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:01:14.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.873683+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:01:14.138 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.873683+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:01:14.139 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.873690+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-09T04:01:14.139 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.873690+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-05-09T04:01:14.139 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.873705+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:01:14.139 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.873705+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:01:14.139 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.874117+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-09T04:01:14.139 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.874117+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-05-09T04:01:14.139 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.874144+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-09T04:01:14.139 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.874144+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-05-09T04:01:14.140 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.874548+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-09T04:01:14.140 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:13 smithi037 bash[21462]: cluster 2024-05-09T04:01:13.874548+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-05-09T04:01:14.675 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote config to /etc/ceph/ceph.conf 2024-05-09T04:01:14.699 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-05-09T04:01:14.699 INFO:teuthology.orchestra.run.smithi037.stdout:Creating mgr... 2024-05-09T04:01:14.700 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying port 0.0.0.0:9283 ... 2024-05-09T04:01:14.700 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying port 0.0.0.0:8765 ... 2024-05-09T04:01:15.026 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mgr.a 2024-05-09T04:01:15.026 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mgr.a.service: Unit ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mgr.a.service not loaded. 2024-05-09T04:01:15.095 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:14 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:01:15.095 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:15 smithi037 bash[21462]: audit 2024-05-09T04:01:14.097720+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.37:0/1555880908' entity='client.admin' 2024-05-09T04:01:15.095 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:15 smithi037 bash[21462]: audit 2024-05-09T04:01:14.097720+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.37:0/1555880908' entity='client.admin' 2024-05-09T04:01:15.226 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968.target.wants/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.service. 2024-05-09T04:01:15.234 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld does not appear to be present 2024-05-09T04:01:15.234 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to enable service . firewalld.service is not available 2024-05-09T04:01:15.234 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld does not appear to be present 2024-05-09T04:01:15.234 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-05-09T04:01:15.235 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr to start... 2024-05-09T04:01:15.235 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr... 2024-05-09T04:01:15.442 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:15 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:01:16.942 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:16 smithi037 bash[21462]: audit 2024-05-09T04:01:16.659765+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.37:0/3864044128' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-09T04:01:16.942 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:16 smithi037 bash[21462]: audit 2024-05-09T04:01:16.659765+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.37:0/3864044128' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-09T04:01:17.290 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-05-09T04:01:17.290 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-05-09T04:01:17.290 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "8cd65cde-0db8-11ef-bc97-c7b262605968", 2024-05-09T04:01:17.290 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-05-09T04:01:17.290 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-09T04:01:17.290 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-09T04:01:17.290 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-09T04:01:17.290 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:17.290 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-09T04:01:17.290 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-09T04:01:17.292 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-05-09T04:01:17.293 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-05-09T04:01:17.293 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-09T04:01:17.293 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-05-09T04:01:17.293 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-05-09T04:01:17.293 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-05-09T04:01:17.293 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-09T04:01:17.293 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T04:01:17.293 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-09T04:01:17.293 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-09T04:01:17.293 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:17.293 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-09T04:01:17.293 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T04:01:17.293 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-09T04:01:17.293 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-09T04:01:17.293 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-09T04:01:17.294 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-09T04:01:17.294 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-09T04:01:17.294 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-09T04:01:17.297 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:17.297 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-09T04:01:17.297 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-09T04:01:17.297 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-09T04:01:17.297 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-09T04:01:17.297 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-09T04:01:17.298 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-09T04:01:17.298 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-09T04:01:17.298 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-09T04:01:17.298 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-09T04:01:17.298 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:17.298 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-09T04:01:17.298 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T04:01:17.298 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-09T04:01:17.299 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-09T04:01:17.299 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:17.299 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-09T04:01:17.299 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-09T04:01:17.299 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-09T04:01:17.299 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-09T04:01:17.299 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-09T04:01:17.299 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-09T04:01:17.299 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-05-09T04:01:17.299 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-05-09T04:01:17.299 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-09T04:01:17.300 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:17.300 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-09T04:01:17.300 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T04:01:17.300 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-05-09T04:01:08.082534+0000", 2024-05-09T04:01:17.300 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-09T04:01:17.300 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:17.300 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-09T04:01:17.300 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-05-09T04:01:17.300 INFO:teuthology.orchestra.run.smithi037.stdout:mgr not available, waiting (1/15)... 2024-05-09T04:01:20.692 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:20 smithi037 bash[21462]: audit 2024-05-09T04:01:20.308088+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.37:0/1186653578' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-09T04:01:20.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:20 smithi037 bash[21462]: audit 2024-05-09T04:01:20.308088+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.37:0/1186653578' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-09T04:01:20.870 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-05-09T04:01:20.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-05-09T04:01:20.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "8cd65cde-0db8-11ef-bc97-c7b262605968", 2024-05-09T04:01:20.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-05-09T04:01:20.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-09T04:01:20.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-09T04:01:20.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-09T04:01:20.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:20.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-09T04:01:20.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-09T04:01:20.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-05-09T04:01:20.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-05-09T04:01:20.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-09T04:01:20.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-05-09T04:01:20.871 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-05-09T04:01:20.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-05-09T04:01:20.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-09T04:01:20.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T04:01:20.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-09T04:01:20.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-09T04:01:20.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:20.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-09T04:01:20.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T04:01:20.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-09T04:01:20.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-09T04:01:20.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-09T04:01:20.872 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-09T04:01:20.877 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-09T04:01:20.877 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-09T04:01:20.877 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:20.877 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-09T04:01:20.878 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-09T04:01:20.878 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-09T04:01:20.878 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-09T04:01:20.878 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-09T04:01:20.878 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-09T04:01:20.878 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-09T04:01:20.878 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-09T04:01:20.878 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-09T04:01:20.878 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:20.878 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-09T04:01:20.878 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T04:01:20.878 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-09T04:01:20.878 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-09T04:01:20.878 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:20.879 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-09T04:01:20.879 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-09T04:01:20.879 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-09T04:01:20.879 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-09T04:01:20.879 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-09T04:01:20.879 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-09T04:01:20.879 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-05-09T04:01:20.879 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-05-09T04:01:20.879 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-09T04:01:20.879 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:20.879 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-09T04:01:20.879 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T04:01:20.879 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-05-09T04:01:08.082534+0000", 2024-05-09T04:01:20.879 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-09T04:01:20.879 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:20.880 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-09T04:01:20.880 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-05-09T04:01:20.880 INFO:teuthology.orchestra.run.smithi037.stdout:mgr not available, waiting (2/15)... 2024-05-09T04:01:24.192 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:23 smithi037 bash[21462]: audit 2024-05-09T04:01:23.867567+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.37:0/651073280' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-09T04:01:24.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:23 smithi037 bash[21462]: audit 2024-05-09T04:01:23.867567+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.37:0/651073280' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-09T04:01:24.418 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-05-09T04:01:24.418 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-05-09T04:01:24.418 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "8cd65cde-0db8-11ef-bc97-c7b262605968", 2024-05-09T04:01:24.418 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-05-09T04:01:24.418 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-09T04:01:24.418 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-09T04:01:24.418 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-09T04:01:24.418 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:24.418 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-09T04:01:24.418 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-09T04:01:24.418 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-05-09T04:01:24.419 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-05-09T04:01:24.419 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-09T04:01:24.419 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-05-09T04:01:24.419 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-05-09T04:01:24.419 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-05-09T04:01:24.419 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-09T04:01:24.419 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T04:01:24.419 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-09T04:01:24.419 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-09T04:01:24.419 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:24.419 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-09T04:01:24.419 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T04:01:24.419 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-09T04:01:24.419 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-09T04:01:24.420 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-09T04:01:24.420 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-09T04:01:24.420 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-09T04:01:24.420 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-09T04:01:24.423 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:24.423 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-09T04:01:24.423 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-09T04:01:24.423 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-09T04:01:24.423 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-09T04:01:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-09T04:01:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-09T04:01:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-09T04:01:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-09T04:01:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-09T04:01:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-09T04:01:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T04:01:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-09T04:01:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-09T04:01:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-09T04:01:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": false, 2024-05-09T04:01:24.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-09T04:01:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-09T04:01:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-09T04:01:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-09T04:01:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-05-09T04:01:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-05-09T04:01:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-09T04:01:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-09T04:01:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T04:01:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-05-09T04:01:08.082534+0000", 2024-05-09T04:01:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-09T04:01:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-09T04:01:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-05-09T04:01:24.425 INFO:teuthology.orchestra.run.smithi037.stdout:mgr not available, waiting (3/15)... 2024-05-09T04:01:25.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:25 smithi037 bash[21462]: cluster 2024-05-09T04:01:25.132313+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-09T04:01:25.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:25 smithi037 bash[21462]: cluster 2024-05-09T04:01:25.132313+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-05-09T04:01:25.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:25 smithi037 bash[21462]: cluster 2024-05-09T04:01:25.137901+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00611909s) 2024-05-09T04:01:25.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:25 smithi037 bash[21462]: cluster 2024-05-09T04:01:25.137901+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00611909s) 2024-05-09T04:01:25.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:25 smithi037 bash[21462]: audit 2024-05-09T04:01:25.140858+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T04:01:25.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:25 smithi037 bash[21462]: audit 2024-05-09T04:01:25.140858+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T04:01:25.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:25 smithi037 bash[21462]: audit 2024-05-09T04:01:25.141085+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T04:01:25.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:25 smithi037 bash[21462]: audit 2024-05-09T04:01:25.141085+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T04:01:25.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:25 smithi037 bash[21462]: audit 2024-05-09T04:01:25.141284+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T04:01:25.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:25 smithi037 bash[21462]: audit 2024-05-09T04:01:25.141284+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T04:01:25.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:25 smithi037 bash[21462]: audit 2024-05-09T04:01:25.141470+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:01:25.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:25 smithi037 bash[21462]: audit 2024-05-09T04:01:25.141470+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:01:25.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:25 smithi037 bash[21462]: audit 2024-05-09T04:01:25.143224+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T04:01:25.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:25 smithi037 bash[21462]: audit 2024-05-09T04:01:25.143224+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T04:01:25.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:25 smithi037 bash[21462]: cluster 2024-05-09T04:01:25.167392+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-09T04:01:25.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:25 smithi037 bash[21462]: cluster 2024-05-09T04:01:25.167392+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-05-09T04:01:26.442 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:26 smithi037 bash[21462]: audit 2024-05-09T04:01:25.188317+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T04:01:26.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:26 smithi037 bash[21462]: audit 2024-05-09T04:01:25.188317+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T04:01:26.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:26 smithi037 bash[21462]: audit 2024-05-09T04:01:25.190295+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T04:01:26.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:26 smithi037 bash[21462]: audit 2024-05-09T04:01:25.190295+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T04:01:26.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:26 smithi037 bash[21462]: audit 2024-05-09T04:01:25.193325+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' 2024-05-09T04:01:26.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:26 smithi037 bash[21462]: audit 2024-05-09T04:01:25.193325+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' 2024-05-09T04:01:26.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:26 smithi037 bash[21462]: audit 2024-05-09T04:01:25.198358+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' 2024-05-09T04:01:26.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:26 smithi037 bash[21462]: audit 2024-05-09T04:01:25.198358+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' 2024-05-09T04:01:26.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:26 smithi037 bash[21462]: audit 2024-05-09T04:01:25.203787+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' 2024-05-09T04:01:26.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:26 smithi037 bash[21462]: audit 2024-05-09T04:01:25.203787+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.37:0/2674724789' entity='mgr.a' 2024-05-09T04:01:26.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:26 smithi037 bash[21462]: cluster 2024-05-09T04:01:26.147589+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01579s) 2024-05-09T04:01:26.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:26 smithi037 bash[21462]: cluster 2024-05-09T04:01:26.147589+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01579s) 2024-05-09T04:01:28.431 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-05-09T04:01:28.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-05-09T04:01:28.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "8cd65cde-0db8-11ef-bc97-c7b262605968", 2024-05-09T04:01:28.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-05-09T04:01:28.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-05-09T04:01:28.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-05-09T04:01:28.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-05-09T04:01:28.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:28.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-05-09T04:01:28.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-05-09T04:01:28.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-05-09T04:01:28.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-05-09T04:01:28.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-05-09T04:01:28.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-05-09T04:01:28.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-05-09T04:01:28.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-05-09T04:01:28.434 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-05-09T04:01:28.434 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T04:01:28.434 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-05-09T04:01:28.434 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-05-09T04:01:28.434 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:28.434 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-05-09T04:01:28.434 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T04:01:28.435 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-05-09T04:01:28.435 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-05-09T04:01:28.435 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-05-09T04:01:28.435 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-05-09T04:01:28.435 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-05-09T04:01:28.435 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-05-09T04:01:28.439 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:28.439 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-05-09T04:01:28.439 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-05-09T04:01:28.439 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-05-09T04:01:28.439 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-05-09T04:01:28.439 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-05-09T04:01:28.439 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-05-09T04:01:28.439 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-05-09T04:01:28.440 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-05-09T04:01:28.440 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-05-09T04:01:28.440 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:28.440 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-05-09T04:01:28.440 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T04:01:28.440 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-05-09T04:01:28.440 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-05-09T04:01:28.440 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:28.440 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-05-09T04:01:28.440 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-09T04:01:28.440 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-05-09T04:01:28.440 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-05-09T04:01:28.440 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-05-09T04:01:28.440 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-05-09T04:01:28.441 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-05-09T04:01:28.441 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-05-09T04:01:28.441 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-09T04:01:28.441 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:28.441 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-05-09T04:01:28.441 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-05-09T04:01:28.441 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-05-09T04:01:08.082534+0000", 2024-05-09T04:01:28.441 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-05-09T04:01:28.441 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-05-09T04:01:28.441 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-05-09T04:01:28.441 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-05-09T04:01:28.441 INFO:teuthology.orchestra.run.smithi037.stdout:mgr is available 2024-05-09T04:01:28.442 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:28 smithi037 bash[21462]: cluster 2024-05-09T04:01:27.191281+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-05-09T04:01:28.442 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:28 smithi037 bash[21462]: cluster 2024-05-09T04:01:27.191281+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-05-09T04:01:28.442 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:28 smithi037 bash[21462]: audit 2024-05-09T04:01:27.880488+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.37:0/3309082568' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-09T04:01:28.442 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:28 smithi037 bash[21462]: audit 2024-05-09T04:01:27.880488+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.37:0/3309082568' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-05-09T04:01:30.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:29 smithi037 bash[21462]: audit 2024-05-09T04:01:29.700854+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.37:0/3539456018' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-09T04:01:30.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:29 smithi037 bash[21462]: audit 2024-05-09T04:01:29.700854+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.37:0/3539456018' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-05-09T04:01:30.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:29 smithi037 bash[21462]: audit 2024-05-09T04:01:29.703807+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.37:0/3539456018' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-09T04:01:30.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:29 smithi037 bash[21462]: audit 2024-05-09T04:01:29.703807+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.37:0/3539456018' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-05-09T04:01:30.237 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-05-09T04:01:30.238 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [global] 2024-05-09T04:01:30.238 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout fsid = 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:01:30.238 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-05-09T04:01:30.239 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-05-09T04:01:30.239 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-05-09T04:01:30.239 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-05-09T04:01:30.239 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-05-09T04:01:30.239 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-05-09T04:01:30.239 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [mgr] 2024-05-09T04:01:30.239 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-05-09T04:01:30.239 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-05-09T04:01:30.239 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [osd] 2024-05-09T04:01:30.240 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-05-09T04:01:30.240 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-05-09T04:01:30.240 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling cephadm module... 2024-05-09T04:01:31.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:31 smithi037 bash[21462]: audit 2024-05-09T04:01:31.604072+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.37:0/1591859196' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-09T04:01:31.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:31 smithi037 bash[21462]: audit 2024-05-09T04:01:31.604072+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.37:0/1591859196' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-05-09T04:01:31.943 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:31 smithi037 bash[21717]: ignoring --setgroup ceph since I am not root 2024-05-09T04:01:32.942 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:32 smithi037 bash[21462]: audit 2024-05-09T04:01:31.656003+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.37:0/1591859196' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-09T04:01:32.942 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:32 smithi037 bash[21462]: audit 2024-05-09T04:01:31.656003+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.37:0/1591859196' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-05-09T04:01:32.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:32 smithi037 bash[21462]: cluster 2024-05-09T04:01:31.660865+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-09T04:01:32.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:32 smithi037 bash[21462]: cluster 2024-05-09T04:01:31.660865+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-05-09T04:01:33.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:33 smithi037 bash[21462]: audit 2024-05-09T04:01:33.539922+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.37:0/1455355955' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-09T04:01:33.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:33 smithi037 bash[21462]: audit 2024-05-09T04:01:33.539922+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.37:0/1455355955' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-09T04:01:34.121 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-05-09T04:01:34.122 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-05-09T04:01:34.122 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-09T04:01:34.122 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-09T04:01:34.122 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-09T04:01:34.122 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-05-09T04:01:34.122 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for the mgr to restart... 2024-05-09T04:01:34.122 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr epoch 5... 2024-05-09T04:01:40.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: cluster 2024-05-09T04:01:40.438391+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-09T04:01:40.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: cluster 2024-05-09T04:01:40.438391+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-05-09T04:01:40.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: cluster 2024-05-09T04:01:40.438699+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-09T04:01:40.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: cluster 2024-05-09T04:01:40.438699+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-05-09T04:01:40.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: cluster 2024-05-09T04:01:40.443030+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-09T04:01:40.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: cluster 2024-05-09T04:01:40.443030+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-05-09T04:01:40.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: cluster 2024-05-09T04:01:40.443170+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00459714s) 2024-05-09T04:01:40.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: cluster 2024-05-09T04:01:40.443170+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00459714s) 2024-05-09T04:01:40.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: audit 2024-05-09T04:01:40.444528+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:01:40.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: audit 2024-05-09T04:01:40.444528+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:01:40.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: audit 2024-05-09T04:01:40.445773+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T04:01:40.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: audit 2024-05-09T04:01:40.445773+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T04:01:40.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: audit 2024-05-09T04:01:40.446794+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T04:01:40.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: audit 2024-05-09T04:01:40.446794+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T04:01:40.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: audit 2024-05-09T04:01:40.447018+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T04:01:40.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: audit 2024-05-09T04:01:40.447018+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T04:01:40.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: audit 2024-05-09T04:01:40.447233+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T04:01:40.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: audit 2024-05-09T04:01:40.447233+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T04:01:40.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: cluster 2024-05-09T04:01:40.471348+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-09T04:01:40.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:40 smithi037 bash[21462]: cluster 2024-05-09T04:01:40.471348+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-05-09T04:01:41.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: cephadm 2024-05-09T04:01:40.490810+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-09T04:01:41.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: cephadm 2024-05-09T04:01:40.490810+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-05-09T04:01:41.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.497424+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:41.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.497424+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:41.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.502126+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:41.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.502126+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:41.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.504997+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:41.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.504997+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:41.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.508462+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:01:41.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.508462+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:01:41.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.512415+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:01:41.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.512415+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:01:41.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.524883+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T04:01:41.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.524883+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T04:01:41.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.526639+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T04:01:41.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.526639+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T04:01:41.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.815499+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:41.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.815499+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:41.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.820974+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:41.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:40.820974+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:41.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:41.333341+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:01:41.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: audit 2024-05-09T04:01:41.333341+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:01:41.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: cluster 2024-05-09T04:01:41.450567+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e7: a(active, since 1.01198s) 2024-05-09T04:01:41.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:41 smithi037 bash[21462]: cluster 2024-05-09T04:01:41.450567+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e7: a(active, since 1.01198s) 2024-05-09T04:01:42.077 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-05-09T04:01:42.078 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-05-09T04:01:42.078 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-09T04:01:42.078 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-05-09T04:01:42.078 INFO:teuthology.orchestra.run.smithi037.stdout:mgr epoch 5 is available 2024-05-09T04:01:42.078 INFO:teuthology.orchestra.run.smithi037.stdout:Setting orchestrator backend to cephadm... 2024-05-09T04:01:42.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:42 smithi037 bash[21462]: cephadm 2024-05-09T04:01:41.091844+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [09/May/2024:04:01:41] ENGINE Bus STARTING 2024-05-09T04:01:42.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:42 smithi037 bash[21462]: cephadm 2024-05-09T04:01:41.091844+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [09/May/2024:04:01:41] ENGINE Bus STARTING 2024-05-09T04:01:42.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:42 smithi037 bash[21462]: cephadm 2024-05-09T04:01:41.193951+0000 mgr.a (mgr.14120) 3 : cephadm [INF] [09/May/2024:04:01:41] ENGINE Serving on http://172.21.15.37:8765 2024-05-09T04:01:42.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:42 smithi037 bash[21462]: cephadm 2024-05-09T04:01:41.193951+0000 mgr.a (mgr.14120) 3 : cephadm [INF] [09/May/2024:04:01:41] ENGINE Serving on http://172.21.15.37:8765 2024-05-09T04:01:42.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:42 smithi037 bash[21462]: cephadm 2024-05-09T04:01:41.315597+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [09/May/2024:04:01:41] ENGINE Serving on https://172.21.15.37:7150 2024-05-09T04:01:42.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:42 smithi037 bash[21462]: cephadm 2024-05-09T04:01:41.315597+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [09/May/2024:04:01:41] ENGINE Serving on https://172.21.15.37:7150 2024-05-09T04:01:42.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:42 smithi037 bash[21462]: cephadm 2024-05-09T04:01:41.315811+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [09/May/2024:04:01:41] ENGINE Bus STARTED 2024-05-09T04:01:42.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:42 smithi037 bash[21462]: cephadm 2024-05-09T04:01:41.315811+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [09/May/2024:04:01:41] ENGINE Bus STARTED 2024-05-09T04:01:42.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:42 smithi037 bash[21462]: audit 2024-05-09T04:01:41.448793+0000 mgr.a (mgr.14120) 6 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-09T04:01:42.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:42 smithi037 bash[21462]: audit 2024-05-09T04:01:41.448793+0000 mgr.a (mgr.14120) 6 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-09T04:01:42.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:42 smithi037 bash[21462]: audit 2024-05-09T04:01:41.465584+0000 mgr.a (mgr.14120) 7 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-09T04:01:42.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:42 smithi037 bash[21462]: audit 2024-05-09T04:01:41.465584+0000 mgr.a (mgr.14120) 7 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-09T04:01:43.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:43 smithi037 bash[21462]: cluster 2024-05-09T04:01:42.511244+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-09T04:01:43.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:43 smithi037 bash[21462]: cluster 2024-05-09T04:01:42.511244+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-05-09T04:01:43.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:43 smithi037 bash[21462]: audit 2024-05-09T04:01:43.352594+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:43.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:43 smithi037 bash[21462]: audit 2024-05-09T04:01:43.352594+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:43.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:43 smithi037 bash[21462]: audit 2024-05-09T04:01:43.406751+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:01:43.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:43 smithi037 bash[21462]: audit 2024-05-09T04:01:43.406751+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:01:44.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:44 smithi037 bash[21462]: audit 2024-05-09T04:01:43.348153+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-05-09T04:01:44.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:44 smithi037 bash[21462]: audit 2024-05-09T04:01:43.348153+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-05-09T04:01:45.720 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout value unchanged 2024-05-09T04:01:45.720 INFO:teuthology.orchestra.run.smithi037.stdout:Generating ssh key... 2024-05-09T04:01:46.192 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:45 smithi037 bash[21462]: audit 2024-05-09T04:01:45.153615+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-05-09T04:01:46.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:45 smithi037 bash[21462]: audit 2024-05-09T04:01:45.153615+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-05-09T04:01:48.193 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: Generating public/private rsa key pair. 2024-05-09T04:01:48.193 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: Your identification has been saved in /tmp/tmps91y_8vb/key. 2024-05-09T04:01:48.193 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: Your public key has been saved in /tmp/tmps91y_8vb/key.pub. 2024-05-09T04:01:48.193 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: The key fingerprint is: 2024-05-09T04:01:48.193 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: SHA256:BEKrc8/6dGWgQQFnySt6vSL9Q8UJ5cdIMMIo8pSYCWM ceph-8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:01:48.193 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: The key's randomart image is: 2024-05-09T04:01:48.194 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: +---[RSA 3072]----+ 2024-05-09T04:01:48.194 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: |+E ==oO=o | 2024-05-09T04:01:48.194 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: |B.+ .B+= o | 2024-05-09T04:01:48.194 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: |.+ . .+=.o | 2024-05-09T04:01:48.194 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: | ... .++o | 2024-05-09T04:01:48.194 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: | o..o..S o | 2024-05-09T04:01:48.194 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: | .o.oo o | 2024-05-09T04:01:48.194 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: | o .+.. | 2024-05-09T04:01:48.194 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: | . ooo. | 2024-05-09T04:01:48.194 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: | ..+o. | 2024-05-09T04:01:48.194 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:01:47 smithi037 bash[21717]: +----[SHA256]-----+ 2024-05-09T04:01:49.017 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:48 smithi037 bash[21462]: audit 2024-05-09T04:01:47.016148+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:01:49.017 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:48 smithi037 bash[21462]: audit 2024-05-09T04:01:47.016148+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:01:49.017 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:48 smithi037 bash[21462]: cephadm 2024-05-09T04:01:47.016567+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-09T04:01:49.017 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:48 smithi037 bash[21462]: cephadm 2024-05-09T04:01:47.016567+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-05-09T04:01:49.017 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:48 smithi037 bash[21462]: audit 2024-05-09T04:01:47.717969+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:49.017 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:48 smithi037 bash[21462]: audit 2024-05-09T04:01:47.717969+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:49.017 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:48 smithi037 bash[21462]: audit 2024-05-09T04:01:47.722849+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:49.017 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:48 smithi037 bash[21462]: audit 2024-05-09T04:01:47.722849+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:49.942 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:49 smithi037 bash[21462]: audit 2024-05-09T04:01:49.635388+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-05-09T04:01:49.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:49 smithi037 bash[21462]: audit 2024-05-09T04:01:49.635388+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-05-09T04:01:50.179 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7MXua+ktzq6npC1ST/p0iFEcVDQ4AYakYS5vf4aAGRQ7cd1ZItmC3Ouiwn0k+bJCahQYMPopNBY/8fvua07Y1jlNmzaR5NxaWvVEvnSKoRFd904ZBN6pGrgKOPXRTzJ/niyyAxJf+Y0AV2VBHAydbnlwAGqjcQRS8DpycKm61OVbOsARKx9h1GNElZvzsWzAuC54ekmrAiqfDCV9PqDoYY/2HxYRkjCNDuSkZ5Wne/L40oqIEvC32hupZaNNZT6SeU5Cb95z3Pxz4obZpmeOEhJ/W6NtLWQKwCJS/nv9C2SiPaKECJx9Quc0DaNrxEbOCSDowLeg3F3y8GB7XOV/YqfA58yjsDhU75ylatWxJWaBsdrhH6LhO6IUFVuctHO6KXF9f6VGuJWRQcA5WXiVHbTo+kMJ/Wz6J+iWl7fCf993XB8boRej7A/C9uufk6tD3gQKECFq6Z8V61EjEZj6neDFMfmBaoLvgt70vWv2LepiTYOot/c+OK7uFr65FlNU= ceph-8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:01:50.180 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-05-09T04:01:50.180 INFO:teuthology.orchestra.run.smithi037.stdout:Adding key to root@localhost authorized_keys... 2024-05-09T04:01:50.180 INFO:teuthology.orchestra.run.smithi037.stdout:Adding host smithi037... 2024-05-09T04:01:52.070 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:51 smithi037 bash[21462]: audit 2024-05-09T04:01:51.401654+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi037", "addr": "172.21.15.37", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:01:52.070 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:51 smithi037 bash[21462]: audit 2024-05-09T04:01:51.401654+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi037", "addr": "172.21.15.37", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:01:53.192 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:52 smithi037 bash[21462]: cephadm 2024-05-09T04:01:52.042636+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi037 2024-05-09T04:01:53.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:52 smithi037 bash[21462]: cephadm 2024-05-09T04:01:52.042636+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi037 2024-05-09T04:01:57.944 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Added host 'smithi037' with addr '172.21.15.37' 2024-05-09T04:01:57.944 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying unmanaged mon service... 2024-05-09T04:01:58.442 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:58 smithi037 bash[21462]: audit 2024-05-09T04:01:57.157196+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:58.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:58 smithi037 bash[21462]: audit 2024-05-09T04:01:57.157196+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:01:58.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:58 smithi037 bash[21462]: cephadm 2024-05-09T04:01:57.157944+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi037 2024-05-09T04:01:58.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:58 smithi037 bash[21462]: cephadm 2024-05-09T04:01:57.157944+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi037 2024-05-09T04:01:58.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:58 smithi037 bash[21462]: audit 2024-05-09T04:01:57.166736+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:01:58.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:01:58 smithi037 bash[21462]: audit 2024-05-09T04:01:57.166736+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:00.352 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-05-09T04:02:00.352 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying unmanaged mgr service... 2024-05-09T04:02:01.082 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:00 smithi037 bash[21462]: audit 2024-05-09T04:01:59.782057+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-05-09T04:02:01.082 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:00 smithi037 bash[21462]: audit 2024-05-09T04:01:59.782057+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-05-09T04:02:01.083 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:00 smithi037 bash[21462]: cephadm 2024-05-09T04:01:59.783471+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-09T04:02:01.083 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:00 smithi037 bash[21462]: cephadm 2024-05-09T04:01:59.783471+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-05-09T04:02:01.083 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:00 smithi037 bash[21462]: audit 2024-05-09T04:01:59.788499+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:02:01.083 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:00 smithi037 bash[21462]: audit 2024-05-09T04:01:59.788499+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:02:01.083 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:00 smithi037 bash[21462]: audit 2024-05-09T04:01:59.943259+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:02:01.083 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:00 smithi037 bash[21462]: audit 2024-05-09T04:01:59.943259+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:02:01.083 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:00 smithi037 bash[21462]: cluster 2024-05-09T04:02:00.448485+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:01.083 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:00 smithi037 bash[21462]: cluster 2024-05-09T04:02:00.448485+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:01.083 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:00 smithi037 bash[21462]: audit 2024-05-09T04:02:00.482781+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:02:01.083 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:00 smithi037 bash[21462]: audit 2024-05-09T04:02:00.482781+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:02:02.318 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-05-09T04:02:02.965 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:02 smithi037 bash[21462]: audit 2024-05-09T04:02:01.708121+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-05-09T04:02:02.966 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:02 smithi037 bash[21462]: audit 2024-05-09T04:02:01.708121+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-05-09T04:02:02.966 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:02 smithi037 bash[21462]: cephadm 2024-05-09T04:02:01.710750+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-09T04:02:02.966 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:02 smithi037 bash[21462]: cephadm 2024-05-09T04:02:01.710750+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-05-09T04:02:02.966 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:02 smithi037 bash[21462]: audit 2024-05-09T04:02:01.715961+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:02:02.966 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:02 smithi037 bash[21462]: audit 2024-05-09T04:02:01.715961+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.37:0/3382142419' entity='mgr.a' 2024-05-09T04:02:03.942 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:03 smithi037 bash[21462]: cluster 2024-05-09T04:02:02.448966+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:03.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:03 smithi037 bash[21462]: cluster 2024-05-09T04:02:02.448966+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:03.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:03 smithi037 bash[21462]: audit 2024-05-09T04:02:03.557203+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.37:0/1088105739' entity='client.admin' 2024-05-09T04:02:03.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:03 smithi037 bash[21462]: audit 2024-05-09T04:02:03.557203+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.37:0/1088105739' entity='client.admin' 2024-05-09T04:02:05.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:05 smithi037 bash[21462]: cluster 2024-05-09T04:02:04.449476+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:05.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:05 smithi037 bash[21462]: cluster 2024-05-09T04:02:04.449476+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:05.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:05 smithi037 bash[21462]: audit 2024-05-09T04:02:05.476048+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.37:0/2147735000' entity='client.admin' 2024-05-09T04:02:05.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:05 smithi037 bash[21462]: audit 2024-05-09T04:02:05.476048+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.37:0/2147735000' entity='client.admin' 2024-05-09T04:02:06.003 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling the dashboard module... 2024-05-09T04:02:06.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:06 smithi037 bash[21462]: cluster 2024-05-09T04:02:06.449959+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:06.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:06 smithi037 bash[21462]: cluster 2024-05-09T04:02:06.449959+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:08.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:07 smithi037 bash[21462]: audit 2024-05-09T04:02:07.408724+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.37:0/2670539113' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-09T04:02:08.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:07 smithi037 bash[21462]: audit 2024-05-09T04:02:07.408724+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.37:0/2670539113' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-05-09T04:02:08.193 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:02:07 smithi037 bash[21717]: ignoring --setuser ceph since I am not root 2024-05-09T04:02:08.194 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:02:07 smithi037 bash[21717]: ignoring --setgroup ceph since I am not root 2024-05-09T04:02:09.010 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:08 smithi037 bash[21462]: audit 2024-05-09T04:02:07.727505+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.37:0/2670539113' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-09T04:02:09.011 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:08 smithi037 bash[21462]: audit 2024-05-09T04:02:07.727505+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.37:0/2670539113' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-05-09T04:02:09.011 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:08 smithi037 bash[21462]: cluster 2024-05-09T04:02:07.732956+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-05-09T04:02:09.011 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:08 smithi037 bash[21462]: cluster 2024-05-09T04:02:07.732956+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-05-09T04:02:10.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:09 smithi037 bash[21462]: audit 2024-05-09T04:02:09.736645+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.37:0/2153839171' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-09T04:02:10.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:09 smithi037 bash[21462]: audit 2024-05-09T04:02:09.736645+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.37:0/2153839171' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-05-09T04:02:10.362 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-05-09T04:02:10.362 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-05-09T04:02:10.362 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2024-05-09T04:02:10.362 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-05-09T04:02:10.363 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-05-09T04:02:10.363 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-05-09T04:02:10.363 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for the mgr to restart... 2024-05-09T04:02:10.363 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr epoch 9... 2024-05-09T04:02:16.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: cluster 2024-05-09T04:02:16.543335+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-05-09T04:02:16.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: cluster 2024-05-09T04:02:16.543335+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-05-09T04:02:16.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: cluster 2024-05-09T04:02:16.544205+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-05-09T04:02:16.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: cluster 2024-05-09T04:02:16.544205+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-05-09T04:02:16.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: cluster 2024-05-09T04:02:16.552930+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-09T04:02:16.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: cluster 2024-05-09T04:02:16.552930+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-05-09T04:02:16.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: cluster 2024-05-09T04:02:16.553410+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.0095904s) 2024-05-09T04:02:16.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: cluster 2024-05-09T04:02:16.553410+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.0095904s) 2024-05-09T04:02:16.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: audit 2024-05-09T04:02:16.555315+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:02:16.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: audit 2024-05-09T04:02:16.555315+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:02:16.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: audit 2024-05-09T04:02:16.557044+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T04:02:16.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: audit 2024-05-09T04:02:16.557044+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T04:02:16.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: audit 2024-05-09T04:02:16.558201+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T04:02:16.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: audit 2024-05-09T04:02:16.558201+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T04:02:16.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: audit 2024-05-09T04:02:16.558329+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T04:02:16.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: audit 2024-05-09T04:02:16.558329+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T04:02:16.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: audit 2024-05-09T04:02:16.558443+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T04:02:16.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: audit 2024-05-09T04:02:16.558443+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T04:02:16.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: cluster 2024-05-09T04:02:16.583277+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-05-09T04:02:16.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:16 smithi037 bash[21462]: cluster 2024-05-09T04:02:16.583277+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-05-09T04:02:17.943 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:17 smithi037 bash[21462]: audit 2024-05-09T04:02:16.608166+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:17.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:17 smithi037 bash[21462]: audit 2024-05-09T04:02:16.608166+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:17.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:17 smithi037 bash[21462]: audit 2024-05-09T04:02:16.611325+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:17.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:17 smithi037 bash[21462]: audit 2024-05-09T04:02:16.611325+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:17.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:17 smithi037 bash[21462]: audit 2024-05-09T04:02:16.631563+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T04:02:17.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:17 smithi037 bash[21462]: audit 2024-05-09T04:02:16.631563+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T04:02:17.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:17 smithi037 bash[21462]: audit 2024-05-09T04:02:16.635127+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T04:02:17.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:17 smithi037 bash[21462]: audit 2024-05-09T04:02:16.635127+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T04:02:17.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:17 smithi037 bash[21462]: cluster 2024-05-09T04:02:17.557585+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01377s) 2024-05-09T04:02:17.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:17 smithi037 bash[21462]: cluster 2024-05-09T04:02:17.557585+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01377s) 2024-05-09T04:02:18.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-05-09T04:02:18.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-05-09T04:02:18.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "initialized": true 2024-05-09T04:02:18.226 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-05-09T04:02:18.226 INFO:teuthology.orchestra.run.smithi037.stdout:mgr epoch 9 is available 2024-05-09T04:02:18.226 INFO:teuthology.orchestra.run.smithi037.stdout:Generating a dashboard self-signed certificate... 2024-05-09T04:02:18.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:18 smithi037 bash[21462]: audit 2024-05-09T04:02:17.557034+0000 mgr.a (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-09T04:02:18.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:18 smithi037 bash[21462]: audit 2024-05-09T04:02:17.557034+0000 mgr.a (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-05-09T04:02:18.922 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:18 smithi037 bash[21462]: audit 2024-05-09T04:02:17.573103+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-09T04:02:18.922 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:18 smithi037 bash[21462]: audit 2024-05-09T04:02:17.573103+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-05-09T04:02:19.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:19 smithi037 bash[21462]: cephadm 2024-05-09T04:02:18.145016+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [09/May/2024:04:02:18] ENGINE Bus STARTING 2024-05-09T04:02:19.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:19 smithi037 bash[21462]: cephadm 2024-05-09T04:02:18.145016+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [09/May/2024:04:02:18] ENGINE Bus STARTING 2024-05-09T04:02:19.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:19 smithi037 bash[21462]: cephadm 2024-05-09T04:02:18.266964+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [09/May/2024:04:02:18] ENGINE Serving on https://172.21.15.37:7150 2024-05-09T04:02:19.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:19 smithi037 bash[21462]: cephadm 2024-05-09T04:02:18.266964+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [09/May/2024:04:02:18] ENGINE Serving on https://172.21.15.37:7150 2024-05-09T04:02:19.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:19 smithi037 bash[21462]: cephadm 2024-05-09T04:02:18.368208+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [09/May/2024:04:02:18] ENGINE Serving on http://172.21.15.37:8765 2024-05-09T04:02:19.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:19 smithi037 bash[21462]: cephadm 2024-05-09T04:02:18.368208+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [09/May/2024:04:02:18] ENGINE Serving on http://172.21.15.37:8765 2024-05-09T04:02:19.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:19 smithi037 bash[21462]: cephadm 2024-05-09T04:02:18.368372+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [09/May/2024:04:02:18] ENGINE Bus STARTED 2024-05-09T04:02:19.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:19 smithi037 bash[21462]: cephadm 2024-05-09T04:02:18.368372+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [09/May/2024:04:02:18] ENGINE Bus STARTED 2024-05-09T04:02:19.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:19 smithi037 bash[21462]: cluster 2024-05-09T04:02:18.615462+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-09T04:02:19.922 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:19 smithi037 bash[21462]: cluster 2024-05-09T04:02:18.615462+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-05-09T04:02:20.282 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-05-09T04:02:20.283 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial admin user... 2024-05-09T04:02:20.940 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:20 smithi037 bash[21462]: audit 2024-05-09T04:02:19.521392+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-05-09T04:02:20.941 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:20 smithi037 bash[21462]: audit 2024-05-09T04:02:19.521392+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-05-09T04:02:20.941 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:20 smithi037 bash[21462]: audit 2024-05-09T04:02:19.687830+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:20.941 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:20 smithi037 bash[21462]: audit 2024-05-09T04:02:19.687830+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:20.941 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:20 smithi037 bash[21462]: audit 2024-05-09T04:02:19.692203+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:20.941 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:20 smithi037 bash[21462]: audit 2024-05-09T04:02:19.692203+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:22.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:21 smithi037 bash[21462]: audit 2024-05-09T04:02:21.567754+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-05-09T04:02:22.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:21 smithi037 bash[21462]: audit 2024-05-09T04:02:21.567754+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-05-09T04:02:22.545 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$Su4dnoTcs92FfODvHeRXzOq3ZN74HXZBePWGrZyNZVSxnkDTQ0h8y", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1715227341, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-05-09T04:02:22.545 INFO:teuthology.orchestra.run.smithi037.stdout:Fetching dashboard port number... 2024-05-09T04:02:23.222 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:22 smithi037 bash[21462]: audit 2024-05-09T04:02:21.964389+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:23.222 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:22 smithi037 bash[21462]: audit 2024-05-09T04:02:21.964389+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:23 smithi037 bash[21462]: cluster 2024-05-09T04:02:22.969175+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-09T04:02:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:23 smithi037 bash[21462]: cluster 2024-05-09T04:02:22.969175+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-05-09T04:02:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:23 smithi037 bash[21462]: audit 2024-05-09T04:02:23.537795+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:23 smithi037 bash[21462]: audit 2024-05-09T04:02:23.537795+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:23 smithi037 bash[21462]: audit 2024-05-09T04:02:23.538555+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:02:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:23 smithi037 bash[21462]: audit 2024-05-09T04:02:23.538555+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:02:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:23 smithi037 bash[21462]: audit 2024-05-09T04:02:23.545142+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:23 smithi037 bash[21462]: audit 2024-05-09T04:02:23.545142+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:23 smithi037 bash[21462]: audit 2024-05-09T04:02:23.546790+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]: dispatch 2024-05-09T04:02:24.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:23 smithi037 bash[21462]: audit 2024-05-09T04:02:23.546790+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]: dispatch 2024-05-09T04:02:24.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:23 smithi037 bash[21462]: audit 2024-05-09T04:02:23.548133+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]': finished 2024-05-09T04:02:24.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:23 smithi037 bash[21462]: audit 2024-05-09T04:02:23.548133+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]': finished 2024-05-09T04:02:24.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:23 smithi037 bash[21462]: audit 2024-05-09T04:02:23.789406+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.37:0/1443176638' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-09T04:02:24.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:23 smithi037 bash[21462]: audit 2024-05-09T04:02:23.789406+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.37:0/1443176638' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-05-09T04:02:24.375 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 8443 2024-05-09T04:02:24.375 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld does not appear to be present 2024-05-09T04:02:24.376 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-05-09T04:02:24.378 INFO:teuthology.orchestra.run.smithi037.stdout:Ceph Dashboard is now available at: 2024-05-09T04:02:24.378 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:02:24.378 INFO:teuthology.orchestra.run.smithi037.stdout: URL: https://smithi037.front.sepia.ceph.com:8443/ 2024-05-09T04:02:24.378 INFO:teuthology.orchestra.run.smithi037.stdout: User: admin 2024-05-09T04:02:24.378 INFO:teuthology.orchestra.run.smithi037.stdout: Password: nb8hcysy9s 2024-05-09T04:02:24.378 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:02:24.378 INFO:teuthology.orchestra.run.smithi037.stdout:Saving cluster configuration to /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config directory 2024-05-09T04:02:24.378 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling autotune for osd_memory_target 2024-05-09T04:02:25.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:24 smithi037 bash[21462]: cephadm 2024-05-09T04:02:23.805617+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi037 on smithi037 2024-05-09T04:02:25.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:24 smithi037 bash[21462]: cephadm 2024-05-09T04:02:23.805617+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi037 on smithi037 2024-05-09T04:02:28.194 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-05-09T04:02:28.194 INFO:teuthology.orchestra.run.smithi037.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-05-09T04:02:28.195 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:02:28.195 INFO:teuthology.orchestra.run.smithi037.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-05-09T04:02:28.195 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:02:28.195 INFO:teuthology.orchestra.run.smithi037.stdout:Or, if you are only running a single cluster on this host: 2024-05-09T04:02:28.195 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:02:28.195 INFO:teuthology.orchestra.run.smithi037.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-05-09T04:02:28.195 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:02:28.195 INFO:teuthology.orchestra.run.smithi037.stdout:Please consider enabling telemetry to help improve Ceph: 2024-05-09T04:02:28.195 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:02:28.195 INFO:teuthology.orchestra.run.smithi037.stdout: ceph telemetry on 2024-05-09T04:02:28.195 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:02:28.195 INFO:teuthology.orchestra.run.smithi037.stdout:For more information see: 2024-05-09T04:02:28.195 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:02:28.195 INFO:teuthology.orchestra.run.smithi037.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-05-09T04:02:28.196 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:02:28.196 INFO:teuthology.orchestra.run.smithi037.stdout:Bootstrap complete. 2024-05-09T04:02:28.250 INFO:tasks.cephadm:Fetching config... 2024-05-09T04:02:28.250 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-05-09T04:02:28.250 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-05-09T04:02:28.256 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-05-09T04:02:28.256 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-05-09T04:02:28.256 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-05-09T04:02:28.304 INFO:tasks.cephadm:Fetching mon keyring... 2024-05-09T04:02:28.304 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-05-09T04:02:28.304 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/keyring of=/dev/stdout 2024-05-09T04:02:28.356 INFO:tasks.cephadm:Fetching pub ssh key... 2024-05-09T04:02:28.357 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-05-09T04:02:28.357 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-05-09T04:02:28.403 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-05-09T04:02:28.403 DEBUG:teuthology.orchestra.run.smithi037:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7MXua+ktzq6npC1ST/p0iFEcVDQ4AYakYS5vf4aAGRQ7cd1ZItmC3Ouiwn0k+bJCahQYMPopNBY/8fvua07Y1jlNmzaR5NxaWvVEvnSKoRFd904ZBN6pGrgKOPXRTzJ/niyyAxJf+Y0AV2VBHAydbnlwAGqjcQRS8DpycKm61OVbOsARKx9h1GNElZvzsWzAuC54ekmrAiqfDCV9PqDoYY/2HxYRkjCNDuSkZ5Wne/L40oqIEvC32hupZaNNZT6SeU5Cb95z3Pxz4obZpmeOEhJ/W6NtLWQKwCJS/nv9C2SiPaKECJx9Quc0DaNrxEbOCSDowLeg3F3y8GB7XOV/YqfA58yjsDhU75ylatWxJWaBsdrhH6LhO6IUFVuctHO6KXF9f6VGuJWRQcA5WXiVHbTo+kMJ/Wz6J+iWl7fCf993XB8boRej7A/C9uufk6tD3gQKECFq6Z8V61EjEZj6neDFMfmBaoLvgt70vWv2LepiTYOot/c+OK7uFr65FlNU= ceph-8cd65cde-0db8-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-09T04:02:28.464 INFO:teuthology.orchestra.run.smithi037.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7MXua+ktzq6npC1ST/p0iFEcVDQ4AYakYS5vf4aAGRQ7cd1ZItmC3Ouiwn0k+bJCahQYMPopNBY/8fvua07Y1jlNmzaR5NxaWvVEvnSKoRFd904ZBN6pGrgKOPXRTzJ/niyyAxJf+Y0AV2VBHAydbnlwAGqjcQRS8DpycKm61OVbOsARKx9h1GNElZvzsWzAuC54ekmrAiqfDCV9PqDoYY/2HxYRkjCNDuSkZ5Wne/L40oqIEvC32hupZaNNZT6SeU5Cb95z3Pxz4obZpmeOEhJ/W6NtLWQKwCJS/nv9C2SiPaKECJx9Quc0DaNrxEbOCSDowLeg3F3y8GB7XOV/YqfA58yjsDhU75ylatWxJWaBsdrhH6LhO6IUFVuctHO6KXF9f6VGuJWRQcA5WXiVHbTo+kMJ/Wz6J+iWl7fCf993XB8boRej7A/C9uufk6tD3gQKECFq6Z8V61EjEZj6neDFMfmBaoLvgt70vWv2LepiTYOot/c+OK7uFr65FlNU= ceph-8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:02:28.468 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:28 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:02:28.469 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:02:28 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:02:28.471 DEBUG:teuthology.orchestra.run.smithi160:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7MXua+ktzq6npC1ST/p0iFEcVDQ4AYakYS5vf4aAGRQ7cd1ZItmC3Ouiwn0k+bJCahQYMPopNBY/8fvua07Y1jlNmzaR5NxaWvVEvnSKoRFd904ZBN6pGrgKOPXRTzJ/niyyAxJf+Y0AV2VBHAydbnlwAGqjcQRS8DpycKm61OVbOsARKx9h1GNElZvzsWzAuC54ekmrAiqfDCV9PqDoYY/2HxYRkjCNDuSkZ5Wne/L40oqIEvC32hupZaNNZT6SeU5Cb95z3Pxz4obZpmeOEhJ/W6NtLWQKwCJS/nv9C2SiPaKECJx9Quc0DaNrxEbOCSDowLeg3F3y8GB7XOV/YqfA58yjsDhU75ylatWxJWaBsdrhH6LhO6IUFVuctHO6KXF9f6VGuJWRQcA5WXiVHbTo+kMJ/Wz6J+iWl7fCf993XB8boRej7A/C9uufk6tD3gQKECFq6Z8V61EjEZj6neDFMfmBaoLvgt70vWv2LepiTYOot/c+OK7uFr65FlNU= ceph-8cd65cde-0db8-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-09T04:02:28.494 INFO:teuthology.orchestra.run.smithi160.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7MXua+ktzq6npC1ST/p0iFEcVDQ4AYakYS5vf4aAGRQ7cd1ZItmC3Ouiwn0k+bJCahQYMPopNBY/8fvua07Y1jlNmzaR5NxaWvVEvnSKoRFd904ZBN6pGrgKOPXRTzJ/niyyAxJf+Y0AV2VBHAydbnlwAGqjcQRS8DpycKm61OVbOsARKx9h1GNElZvzsWzAuC54ekmrAiqfDCV9PqDoYY/2HxYRkjCNDuSkZ5Wne/L40oqIEvC32hupZaNNZT6SeU5Cb95z3Pxz4obZpmeOEhJ/W6NtLWQKwCJS/nv9C2SiPaKECJx9Quc0DaNrxEbOCSDowLeg3F3y8GB7XOV/YqfA58yjsDhU75ylatWxJWaBsdrhH6LhO6IUFVuctHO6KXF9f6VGuJWRQcA5WXiVHbTo+kMJ/Wz6J+iWl7fCf993XB8boRej7A/C9uufk6tD3gQKECFq6Z8V61EjEZj6neDFMfmBaoLvgt70vWv2LepiTYOot/c+OK7uFr65FlNU= ceph-8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:02:28.504 DEBUG:teuthology.orchestra.run.smithi188:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7MXua+ktzq6npC1ST/p0iFEcVDQ4AYakYS5vf4aAGRQ7cd1ZItmC3Ouiwn0k+bJCahQYMPopNBY/8fvua07Y1jlNmzaR5NxaWvVEvnSKoRFd904ZBN6pGrgKOPXRTzJ/niyyAxJf+Y0AV2VBHAydbnlwAGqjcQRS8DpycKm61OVbOsARKx9h1GNElZvzsWzAuC54ekmrAiqfDCV9PqDoYY/2HxYRkjCNDuSkZ5Wne/L40oqIEvC32hupZaNNZT6SeU5Cb95z3Pxz4obZpmeOEhJ/W6NtLWQKwCJS/nv9C2SiPaKECJx9Quc0DaNrxEbOCSDowLeg3F3y8GB7XOV/YqfA58yjsDhU75ylatWxJWaBsdrhH6LhO6IUFVuctHO6KXF9f6VGuJWRQcA5WXiVHbTo+kMJ/Wz6J+iWl7fCf993XB8boRej7A/C9uufk6tD3gQKECFq6Z8V61EjEZj6neDFMfmBaoLvgt70vWv2LepiTYOot/c+OK7uFr65FlNU= ceph-8cd65cde-0db8-11ef-bc97-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-05-09T04:02:28.529 INFO:teuthology.orchestra.run.smithi188.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7MXua+ktzq6npC1ST/p0iFEcVDQ4AYakYS5vf4aAGRQ7cd1ZItmC3Ouiwn0k+bJCahQYMPopNBY/8fvua07Y1jlNmzaR5NxaWvVEvnSKoRFd904ZBN6pGrgKOPXRTzJ/niyyAxJf+Y0AV2VBHAydbnlwAGqjcQRS8DpycKm61OVbOsARKx9h1GNElZvzsWzAuC54ekmrAiqfDCV9PqDoYY/2HxYRkjCNDuSkZ5Wne/L40oqIEvC32hupZaNNZT6SeU5Cb95z3Pxz4obZpmeOEhJ/W6NtLWQKwCJS/nv9C2SiPaKECJx9Quc0DaNrxEbOCSDowLeg3F3y8GB7XOV/YqfA58yjsDhU75ylatWxJWaBsdrhH6LhO6IUFVuctHO6KXF9f6VGuJWRQcA5WXiVHbTo+kMJ/Wz6J+iWl7fCf993XB8boRej7A/C9uufk6tD3gQKECFq6Z8V61EjEZj6neDFMfmBaoLvgt70vWv2LepiTYOot/c+OK7uFr65FlNU= ceph-8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:02:28.538 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-05-09T04:02:28.944 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:02:28 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:02:28.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:28 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:02:28.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:28 smithi037 bash[21462]: audit 2024-05-09T04:02:27.662953+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.37:0/3039158511' entity='client.admin' 2024-05-09T04:02:28.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:28 smithi037 bash[21462]: audit 2024-05-09T04:02:27.662953+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.37:0/3039158511' entity='client.admin' 2024-05-09T04:02:30.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.718829+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.718829+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.736433+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.736433+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.739171+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.739171+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.756070+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:30.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.756070+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:30.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.759585+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.759585+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.761417+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.761417+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.763157+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.763157+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.764925+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.764925+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.767580+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.767580+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.785710+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:30.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.785710+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:30.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.789605+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:28.789605+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:29.160737+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:30.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:29 smithi037 bash[21462]: audit 2024-05-09T04:02:29.160737+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:32.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:32 smithi037 bash[21462]: audit 2024-05-09T04:02:31.632213+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:32.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:32 smithi037 bash[21462]: audit 2024-05-09T04:02:31.632213+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:33.242 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:02:34.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:34 smithi037 bash[21462]: audit 2024-05-09T04:02:33.685512+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:34.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:34 smithi037 bash[21462]: audit 2024-05-09T04:02:33.685512+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:34.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:34 smithi037 bash[21462]: audit 2024-05-09T04:02:33.688901+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:34.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:34 smithi037 bash[21462]: audit 2024-05-09T04:02:33.688901+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:34.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:34 smithi037 bash[21462]: audit 2024-05-09T04:02:34.606412+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.37:0/2993441420' entity='client.admin' 2024-05-09T04:02:34.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:34 smithi037 bash[21462]: audit 2024-05-09T04:02:34.606412+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.37:0/2993441420' entity='client.admin' 2024-05-09T04:02:34.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:34 smithi037 bash[21462]: audit 2024-05-09T04:02:34.651647+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:34.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:34 smithi037 bash[21462]: audit 2024-05-09T04:02:34.651647+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:34.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:34 smithi037 bash[21462]: audit 2024-05-09T04:02:34.657091+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:34.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:34 smithi037 bash[21462]: audit 2024-05-09T04:02:34.657091+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:35.227 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-05-09T04:02:35.228 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-05-09T04:02:37.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:37 smithi037 bash[21462]: cluster 2024-05-09T04:02:36.559790+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:37.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:37 smithi037 bash[21462]: cluster 2024-05-09T04:02:36.559790+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:39.703 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:02:39.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:39 smithi037 bash[21462]: cluster 2024-05-09T04:02:38.560196+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:39.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:39 smithi037 bash[21462]: cluster 2024-05-09T04:02:38.560196+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:41.837 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:41 smithi037 bash[21462]: cluster 2024-05-09T04:02:40.560568+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:41.837 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:41 smithi037 bash[21462]: cluster 2024-05-09T04:02:40.560568+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:41.837 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:41 smithi037 bash[21462]: audit 2024-05-09T04:02:40.989158+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:41.837 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:41 smithi037 bash[21462]: audit 2024-05-09T04:02:40.989158+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:41.837 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:41 smithi037 bash[21462]: audit 2024-05-09T04:02:41.003692+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:41.837 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:41 smithi037 bash[21462]: audit 2024-05-09T04:02:41.003692+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:41.838 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:41 smithi037 bash[21462]: audit 2024-05-09T04:02:41.005307+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:02:41.838 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:41 smithi037 bash[21462]: audit 2024-05-09T04:02:41.005307+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:02:41.838 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:41 smithi037 bash[21462]: audit 2024-05-09T04:02:41.006142+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:02:41.838 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:41 smithi037 bash[21462]: audit 2024-05-09T04:02:41.006142+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:02:41.839 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi160 2024-05-09T04:02:41.839 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-09T04:02:41.839 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.conf 2024-05-09T04:02:41.845 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-09T04:02:41.845 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:02:41.894 INFO:tasks.cephadm:Adding host smithi160 to orchestrator... 2024-05-09T04:02:41.894 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph orch host add smithi160 2024-05-09T04:02:42.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: audit 2024-05-09T04:02:40.986140+0000 mgr.a (mgr.14152) 13 : 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-05-09T04:02:42.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: audit 2024-05-09T04:02:40.986140+0000 mgr.a (mgr.14152) 13 : 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-05-09T04:02:42.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: cephadm 2024-05-09T04:02:41.007385+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:02:42.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: cephadm 2024-05-09T04:02:41.007385+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:02:42.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: cephadm 2024-05-09T04:02:41.121521+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:02:42.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: cephadm 2024-05-09T04:02:41.121521+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:02:42.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: cephadm 2024-05-09T04:02:41.335661+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:02:42.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: cephadm 2024-05-09T04:02:41.335661+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:02:42.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: cephadm 2024-05-09T04:02:41.501195+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:02:42.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: cephadm 2024-05-09T04:02:41.501195+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:02:42.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: audit 2024-05-09T04:02:41.673442+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:42.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: audit 2024-05-09T04:02:41.673442+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:42.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: audit 2024-05-09T04:02:41.679107+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:42.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: audit 2024-05-09T04:02:41.679107+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:42.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: audit 2024-05-09T04:02:41.884458+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:42.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: audit 2024-05-09T04:02:41.884458+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:42.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: audit 2024-05-09T04:02:41.889416+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:42.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:42 smithi037 bash[21462]: audit 2024-05-09T04:02:41.889416+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:43.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:43 smithi037 bash[21462]: cluster 2024-05-09T04:02:42.561074+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:43.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:43 smithi037 bash[21462]: cluster 2024-05-09T04:02:42.561074+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:45.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:45 smithi037 bash[21462]: cluster 2024-05-09T04:02:44.561524+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:45.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:45 smithi037 bash[21462]: cluster 2024-05-09T04:02:44.561524+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:02:47.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:47 smithi037 bash[21462]: cluster 2024-05-09T04:02:46.561945+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:47.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:47 smithi037 bash[21462]: cluster 2024-05-09T04:02:46.561945+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:49.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:49 smithi037 bash[21462]: audit 2024-05-09T04:02:47.848922+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:02:49.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:49 smithi037 bash[21462]: audit 2024-05-09T04:02:47.848922+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:02:49.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:49 smithi037 bash[21462]: cluster 2024-05-09T04:02:48.562347+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:49.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:49 smithi037 bash[21462]: cluster 2024-05-09T04:02:48.562347+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:49.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:49 smithi037 bash[21462]: cephadm 2024-05-09T04:02:48.751100+0000 mgr.a (mgr.14152) 23 : cephadm [INF] Deploying cephadm binary to smithi160 2024-05-09T04:02:49.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:49 smithi037 bash[21462]: cephadm 2024-05-09T04:02:48.751100+0000 mgr.a (mgr.14152) 23 : cephadm [INF] Deploying cephadm binary to smithi160 2024-05-09T04:02:51.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:51 smithi037 bash[21462]: cluster 2024-05-09T04:02:50.562744+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:51.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:51 smithi037 bash[21462]: cluster 2024-05-09T04:02:50.562744+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:53.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:53 smithi037 bash[21462]: audit 2024-05-09T04:02:52.302667+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:53.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:53 smithi037 bash[21462]: audit 2024-05-09T04:02:52.302667+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:53.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:53 smithi037 bash[21462]: audit 2024-05-09T04:02:52.310860+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:53.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:53 smithi037 bash[21462]: audit 2024-05-09T04:02:52.310860+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:53.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:53 smithi037 bash[21462]: audit 2024-05-09T04:02:52.319700+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:53.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:53 smithi037 bash[21462]: audit 2024-05-09T04:02:52.319700+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:53.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:53 smithi037 bash[21462]: cluster 2024-05-09T04:02:52.563028+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:53.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:53 smithi037 bash[21462]: cluster 2024-05-09T04:02:52.563028+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:54.127 INFO:teuthology.orchestra.run.smithi037.stdout:Added host 'smithi160' with addr '172.21.15.160' 2024-05-09T04:02:54.725 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-09T04:02:55.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:55 smithi037 bash[21462]: audit 2024-05-09T04:02:54.126526+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:55.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:55 smithi037 bash[21462]: audit 2024-05-09T04:02:54.126526+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:55.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:55 smithi037 bash[21462]: cephadm 2024-05-09T04:02:54.127374+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi160 2024-05-09T04:02:55.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:55 smithi037 bash[21462]: cephadm 2024-05-09T04:02:54.127374+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi160 2024-05-09T04:02:55.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:55 smithi037 bash[21462]: audit 2024-05-09T04:02:54.156031+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:55.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:55 smithi037 bash[21462]: audit 2024-05-09T04:02:54.156031+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:55.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:55 smithi037 bash[21462]: cluster 2024-05-09T04:02:54.563485+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:55.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:55 smithi037 bash[21462]: cluster 2024-05-09T04:02:54.563485+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:55.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:55 smithi037 bash[21462]: audit 2024-05-09T04:02:54.628769+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:55.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:55 smithi037 bash[21462]: audit 2024-05-09T04:02:54.628769+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:57.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.104827+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:57.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.104827+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:57.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.110878+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:57.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.110878+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:57.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.112487+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:02:57.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.112487+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:02:57.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.114531+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:02:57.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.114531+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:02:57.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.116366+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:02:57.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.116366+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:02:57.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: cephadm 2024-05-09T04:02:56.119020+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:02:57.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: cephadm 2024-05-09T04:02:56.119020+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:02:57.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: cephadm 2024-05-09T04:02:56.334471+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:02:57.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: cephadm 2024-05-09T04:02:56.334471+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:02:57.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: cephadm 2024-05-09T04:02:56.550013+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:02:57.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: cephadm 2024-05-09T04:02:56.550013+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:02:57.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: cluster 2024-05-09T04:02:56.563920+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:57.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: cluster 2024-05-09T04:02:56.563920+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:57.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: cephadm 2024-05-09T04:02:56.765272+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:02:57.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: cephadm 2024-05-09T04:02:56.765272+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:02:57.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.935063+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:57.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.935063+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:57.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.940639+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:57.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.940639+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:57.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.943908+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-09T04:02:57.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.943908+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-09T04:02:57.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.945264+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]': finished 2024-05-09T04:02:57.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:57 smithi037 bash[21462]: audit 2024-05-09T04:02:56.945264+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]': finished 2024-05-09T04:02:59.444 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:02:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: cephadm 2024-05-09T04:02:57.934030+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi160 on smithi160 2024-05-09T04:02:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: cephadm 2024-05-09T04:02:57.934030+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi160 on smithi160 2024-05-09T04:02:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: cluster 2024-05-09T04:02:58.564317+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: cluster 2024-05-09T04:02:58.564317+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:02:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:58.883828+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:58.883828+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:58.905668+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:58.905668+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:59.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:58.911816+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:59.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:58.911816+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:59.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:58.979393+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:59.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:58.979393+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:59.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:58.983835+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:02:59.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:58.983835+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:02:59.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:58.985550+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:02:59.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:58.985550+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:02:59.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:58.993900+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:59.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:58.993900+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:59.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:59.062285+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:59.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:59.062285+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:02:59.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:59.066117+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:02:59.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:59.066117+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:02:59.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:59.067454+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:02:59.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:59.067454+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:02:59.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:59.075222+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:59.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:59.075222+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:59.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:59.359614+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:02:59.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:02:59 smithi037 bash[21462]: audit 2024-05-09T04:02:59.359614+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:00.743 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:03:00.743 INFO:teuthology.orchestra.run.smithi037.stdout:[{"addr": "172.21.15.37", "hostname": "smithi037", "labels": [], "status": ""}, {"addr": "172.21.15.160", "hostname": "smithi160", "labels": [], "status": ""}] 2024-05-09T04:03:01.355 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi188 2024-05-09T04:03:01.356 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-05-09T04:03:01.356 DEBUG:teuthology.orchestra.run.smithi188:> dd of=/etc/ceph/ceph.conf 2024-05-09T04:03:01.362 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-05-09T04:03:01.362 DEBUG:teuthology.orchestra.run.smithi188:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:01.411 INFO:tasks.cephadm:Adding host smithi188 to orchestrator... 2024-05-09T04:03:01.411 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph orch host add smithi188 2024-05-09T04:03:01.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:01 smithi037 bash[21462]: audit 2024-05-09T04:03:00.434612+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:01.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:01 smithi037 bash[21462]: audit 2024-05-09T04:03:00.434612+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:01.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:01 smithi037 bash[21462]: audit 2024-05-09T04:03:00.438802+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:01.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:01 smithi037 bash[21462]: audit 2024-05-09T04:03:00.438802+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:01.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:01 smithi037 bash[21462]: cluster 2024-05-09T04:03:00.564642+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:01.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:01 smithi037 bash[21462]: cluster 2024-05-09T04:03:00.564642+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:01.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:01 smithi037 bash[21462]: audit 2024-05-09T04:03:00.742953+0000 mgr.a (mgr.14152) 36 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:03:01.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:01 smithi037 bash[21462]: audit 2024-05-09T04:03:00.742953+0000 mgr.a (mgr.14152) 36 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:03:02.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:02 smithi037 bash[21462]: audit 2024-05-09T04:03:01.640292+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:02.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:02 smithi037 bash[21462]: audit 2024-05-09T04:03:01.640292+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:03.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:03 smithi037 bash[21462]: cluster 2024-05-09T04:03:02.565058+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:03.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:03 smithi037 bash[21462]: cluster 2024-05-09T04:03:02.565058+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:05.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:05 smithi037 bash[21462]: cluster 2024-05-09T04:03:04.565470+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:05.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:05 smithi037 bash[21462]: cluster 2024-05-09T04:03:04.565470+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:06.129 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:03:07.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:07 smithi037 bash[21462]: cluster 2024-05-09T04:03:06.565821+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:07.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:07 smithi037 bash[21462]: cluster 2024-05-09T04:03:06.565821+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:09.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:09 smithi037 bash[21462]: audit 2024-05-09T04:03:07.825589+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi188", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:03:09.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:09 smithi037 bash[21462]: audit 2024-05-09T04:03:07.825589+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi188", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:03:09.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:09 smithi037 bash[21462]: cluster 2024-05-09T04:03:08.566172+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:09.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:09 smithi037 bash[21462]: cluster 2024-05-09T04:03:08.566172+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:09.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:09 smithi037 bash[21462]: cephadm 2024-05-09T04:03:08.593345+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Deploying cephadm binary to smithi188 2024-05-09T04:03:09.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:09 smithi037 bash[21462]: cephadm 2024-05-09T04:03:08.593345+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Deploying cephadm binary to smithi188 2024-05-09T04:03:11.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:11 smithi037 bash[21462]: cluster 2024-05-09T04:03:10.566544+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:11.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:11 smithi037 bash[21462]: cluster 2024-05-09T04:03:10.566544+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:13.886 INFO:teuthology.orchestra.run.smithi037.stdout:Added host 'smithi188' with addr '172.21.15.188' 2024-05-09T04:03:13.907 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:13 smithi037 bash[21462]: audit 2024-05-09T04:03:12.506806+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:13.908 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:13 smithi037 bash[21462]: audit 2024-05-09T04:03:12.506806+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:13.908 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:13 smithi037 bash[21462]: audit 2024-05-09T04:03:12.517668+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:13.908 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:13 smithi037 bash[21462]: audit 2024-05-09T04:03:12.517668+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:13.908 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:13 smithi037 bash[21462]: audit 2024-05-09T04:03:12.527849+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:13.908 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:13 smithi037 bash[21462]: audit 2024-05-09T04:03:12.527849+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:13.909 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:13 smithi037 bash[21462]: cluster 2024-05-09T04:03:12.566906+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:13.909 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:13 smithi037 bash[21462]: cluster 2024-05-09T04:03:12.566906+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:13.909 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:13 smithi037 bash[21462]: audit 2024-05-09T04:03:13.123434+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:13.909 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:13 smithi037 bash[21462]: audit 2024-05-09T04:03:13.123434+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:13.909 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:13 smithi037 bash[21462]: audit 2024-05-09T04:03:13.129829+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:13.909 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:13 smithi037 bash[21462]: audit 2024-05-09T04:03:13.129829+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:14.559 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph orch host ls --format=json 2024-05-09T04:03:15.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:14 smithi037 bash[21462]: audit 2024-05-09T04:03:13.885492+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:15.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:14 smithi037 bash[21462]: audit 2024-05-09T04:03:13.885492+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:15.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:14 smithi037 bash[21462]: cephadm 2024-05-09T04:03:13.886390+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Added host smithi188 2024-05-09T04:03:15.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:14 smithi037 bash[21462]: cephadm 2024-05-09T04:03:13.886390+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Added host smithi188 2024-05-09T04:03:15.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:14 smithi037 bash[21462]: audit 2024-05-09T04:03:13.931918+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:15.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:14 smithi037 bash[21462]: audit 2024-05-09T04:03:13.931918+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:15.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:14 smithi037 bash[21462]: audit 2024-05-09T04:03:14.405324+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:15.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:14 smithi037 bash[21462]: audit 2024-05-09T04:03:14.405324+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:15.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:14 smithi037 bash[21462]: cluster 2024-05-09T04:03:14.567326+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:15.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:14 smithi037 bash[21462]: cluster 2024-05-09T04:03:14.567326+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:17.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:15.880737+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:17.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:15.880737+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:17.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:15.886495+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:17.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:15.886495+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:17.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:15.888123+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:03:17.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:15.888123+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:03:17.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:15.890093+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:17.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:15.890093+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:17.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:15.891987+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:17.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:15.891987+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:17.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: cephadm 2024-05-09T04:03:15.894859+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:17.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: cephadm 2024-05-09T04:03:15.894859+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:17.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: cephadm 2024-05-09T04:03:16.111024+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:17.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: cephadm 2024-05-09T04:03:16.111024+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:17.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: cephadm 2024-05-09T04:03:16.326629+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:17.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: cephadm 2024-05-09T04:03:16.326629+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:17.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: cephadm 2024-05-09T04:03:16.542672+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:03:17.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: cephadm 2024-05-09T04:03:16.542672+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:03:17.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: cluster 2024-05-09T04:03:16.567695+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:17.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: cluster 2024-05-09T04:03:16.567695+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:17.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:16.765480+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:17.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:16.765480+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:17.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:16.771569+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:17.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:16.771569+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:17.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:16.774916+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-05-09T04:03:17.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:16.774916+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-05-09T04:03:17.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:16.776392+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]': finished 2024-05-09T04:03:17.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:16 smithi037 bash[21462]: audit 2024-05-09T04:03:16.776392+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]': finished 2024-05-09T04:03:19.277 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:03:19.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: cephadm 2024-05-09T04:03:18.371059+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Deploying daemon agent.smithi188 on smithi188 2024-05-09T04:03:19.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: cephadm 2024-05-09T04:03:18.371059+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Deploying daemon agent.smithi188 on smithi188 2024-05-09T04:03:19.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: cluster 2024-05-09T04:03:18.568156+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:19.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: cluster 2024-05-09T04:03:18.568156+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:19.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.296474+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:19.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.296474+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:19.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.341989+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:19.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.341989+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:19.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.345947+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:19.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.345947+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:19.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.444081+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:19.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.444081+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:19.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.449612+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:19.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.449612+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:19.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.451333+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:19.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.451333+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:19.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.457883+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:19.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.457883+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:19.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.559539+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:19.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.559539+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:19.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.564529+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:19.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.564529+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:19.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.566247+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:19.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.566247+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:19.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.574597+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:19.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:19 smithi037 bash[21462]: audit 2024-05-09T04:03:19.574597+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:20.552 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:03:20.553 INFO:teuthology.orchestra.run.smithi037.stdout:[{"addr": "172.21.15.37", "hostname": "smithi037", "labels": [], "status": ""}, {"addr": "172.21.15.160", "hostname": "smithi160", "labels": [], "status": ""}, {"addr": "172.21.15.188", "hostname": "smithi188", "labels": [], "status": ""}] 2024-05-09T04:03:20.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:20 smithi037 bash[21462]: audit 2024-05-09T04:03:19.777521+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:20.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:20 smithi037 bash[21462]: audit 2024-05-09T04:03:19.777521+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:20.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:20 smithi037 bash[21462]: audit 2024-05-09T04:03:20.007489+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:20.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:20 smithi037 bash[21462]: audit 2024-05-09T04:03:20.007489+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:20.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:20 smithi037 bash[21462]: audit 2024-05-09T04:03:20.016599+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:20.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:20 smithi037 bash[21462]: audit 2024-05-09T04:03:20.016599+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:20.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:20 smithi037 bash[21462]: audit 2024-05-09T04:03:20.027609+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:20.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:20 smithi037 bash[21462]: audit 2024-05-09T04:03:20.027609+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:21.224 INFO:tasks.cephadm:Setting crush tunables to default 2024-05-09T04:03:21.224 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph osd crush tunables default 2024-05-09T04:03:22.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:21 smithi037 bash[21462]: audit 2024-05-09T04:03:20.552458+0000 mgr.a (mgr.14152) 54 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:03:22.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:21 smithi037 bash[21462]: audit 2024-05-09T04:03:20.552458+0000 mgr.a (mgr.14152) 54 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:03:22.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:21 smithi037 bash[21462]: cluster 2024-05-09T04:03:20.568469+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:22.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:21 smithi037 bash[21462]: cluster 2024-05-09T04:03:20.568469+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:22.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:21 smithi037 bash[21462]: audit 2024-05-09T04:03:20.845192+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:22.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:21 smithi037 bash[21462]: audit 2024-05-09T04:03:20.845192+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:22.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:21 smithi037 bash[21462]: audit 2024-05-09T04:03:20.856179+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:22.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:21 smithi037 bash[21462]: audit 2024-05-09T04:03:20.856179+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:22.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:21 smithi037 bash[21462]: audit 2024-05-09T04:03:21.651567+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:22.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:21 smithi037 bash[21462]: audit 2024-05-09T04:03:21.651567+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:23.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:23 smithi037 bash[21462]: cluster 2024-05-09T04:03:22.568839+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:23.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:23 smithi037 bash[21462]: cluster 2024-05-09T04:03:22.568839+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:25.944 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:03:26.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:25 smithi037 bash[21462]: cluster 2024-05-09T04:03:24.569254+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:26.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:25 smithi037 bash[21462]: cluster 2024-05-09T04:03:24.569254+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:27.786 INFO:teuthology.orchestra.run.smithi037.stderr:adjusted tunables profile to default 2024-05-09T04:03:28.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:27 smithi037 bash[21462]: cluster 2024-05-09T04:03:26.569587+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:28.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:27 smithi037 bash[21462]: cluster 2024-05-09T04:03:26.569587+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:28.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:27 smithi037 bash[21462]: audit 2024-05-09T04:03:27.189758+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.37:0/4051181111' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-09T04:03:28.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:27 smithi037 bash[21462]: audit 2024-05-09T04:03:27.189758+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.37:0/4051181111' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-09T04:03:28.398 INFO:tasks.cephadm:Adding mon.a on smithi037 2024-05-09T04:03:28.399 INFO:tasks.cephadm:Adding mon.b on smithi160 2024-05-09T04:03:28.399 INFO:tasks.cephadm:Adding mon.c on smithi188 2024-05-09T04:03:28.399 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph orch apply mon '3;smithi037:172.21.15.37=a;smithi160:172.21.15.160=b;smithi188:172.21.15.188=c' 2024-05-09T04:03:29.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:28 smithi037 bash[21462]: audit 2024-05-09T04:03:27.781345+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.37:0/4051181111' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-09T04:03:29.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:28 smithi037 bash[21462]: audit 2024-05-09T04:03:27.781345+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.37:0/4051181111' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-09T04:03:29.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:28 smithi037 bash[21462]: cluster 2024-05-09T04:03:27.785928+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:29.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:28 smithi037 bash[21462]: cluster 2024-05-09T04:03:27.785928+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:29.607 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:30.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:29 smithi037 bash[21462]: cluster 2024-05-09T04:03:28.570029+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:30.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:29 smithi037 bash[21462]: cluster 2024-05-09T04:03:28.570029+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:31.326 INFO:teuthology.orchestra.run.smithi188.stdout:Scheduled mon update... 2024-05-09T04:03:32.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:31 smithi037 bash[21462]: cluster 2024-05-09T04:03:30.570450+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:32.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:31 smithi037 bash[21462]: cluster 2024-05-09T04:03:30.570450+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:32.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:31 smithi037 bash[21462]: audit 2024-05-09T04:03:31.325650+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:32.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:31 smithi037 bash[21462]: audit 2024-05-09T04:03:31.325650+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:32.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:31 smithi037 bash[21462]: audit 2024-05-09T04:03:31.373156+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:32.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:31 smithi037 bash[21462]: audit 2024-05-09T04:03:31.373156+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:32.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:31 smithi037 bash[21462]: audit 2024-05-09T04:03:31.376476+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:32.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:31 smithi037 bash[21462]: audit 2024-05-09T04:03:31.376476+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:32.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:31 smithi037 bash[21462]: audit 2024-05-09T04:03:31.377426+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:32.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:31 smithi037 bash[21462]: audit 2024-05-09T04:03:31.377426+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:32.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:31 smithi037 bash[21462]: audit 2024-05-09T04:03:31.382728+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:32.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:31 smithi037 bash[21462]: audit 2024-05-09T04:03:31.382728+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:32.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:31 smithi037 bash[21462]: audit 2024-05-09T04:03:31.385532+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:32.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:31 smithi037 bash[21462]: audit 2024-05-09T04:03:31.385532+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:32.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:31 smithi037 bash[21462]: audit 2024-05-09T04:03:31.387052+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:32.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:31 smithi037 bash[21462]: audit 2024-05-09T04:03:31.387052+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:32.446 DEBUG:teuthology.orchestra.run.smithi160:mon.b> sudo journalctl -f -n 0 -u ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mon.b.service 2024-05-09T04:03:32.449 DEBUG:teuthology.orchestra.run.smithi188:mon.c> sudo journalctl -f -n 0 -u ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mon.c.service 2024-05-09T04:03:32.452 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-09T04:03:32.452 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-09T04:03:33.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:32 smithi037 bash[21462]: audit 2024-05-09T04:03:31.318686+0000 mgr.a (mgr.14152) 61 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi160:172.21.15.160=b;smithi188:172.21.15.188=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:03:33.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:32 smithi037 bash[21462]: audit 2024-05-09T04:03:31.318686+0000 mgr.a (mgr.14152) 61 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi160:172.21.15.160=b;smithi188:172.21.15.188=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:03:33.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:32 smithi037 bash[21462]: cephadm 2024-05-09T04:03:31.322475+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=a;smithi160:172.21.15.160=b;smithi188:172.21.15.188=c;count:3 2024-05-09T04:03:33.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:32 smithi037 bash[21462]: cephadm 2024-05-09T04:03:31.322475+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=a;smithi160:172.21.15.160=b;smithi188:172.21.15.188=c;count:3 2024-05-09T04:03:33.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:32 smithi037 bash[21462]: cephadm 2024-05-09T04:03:31.389045+0000 mgr.a (mgr.14152) 63 : cephadm [INF] Deploying daemon mon.c on smithi188 2024-05-09T04:03:33.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:32 smithi037 bash[21462]: cephadm 2024-05-09T04:03:31.389045+0000 mgr.a (mgr.14152) 63 : cephadm [INF] Deploying daemon mon.c on smithi188 2024-05-09T04:03:33.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:32 smithi037 bash[21462]: audit 2024-05-09T04:03:32.737429+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:33.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:32 smithi037 bash[21462]: audit 2024-05-09T04:03:32.737429+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:33.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:32 smithi037 bash[21462]: audit 2024-05-09T04:03:32.743964+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:33.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:32 smithi037 bash[21462]: audit 2024-05-09T04:03:32.743964+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:33.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:32 smithi037 bash[21462]: audit 2024-05-09T04:03:32.752074+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:33.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:32 smithi037 bash[21462]: audit 2024-05-09T04:03:32.752074+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:34.022 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:34.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:33 smithi037 bash[21462]: cluster 2024-05-09T04:03:32.570933+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:33 smithi037 bash[21462]: cluster 2024-05-09T04:03:32.570933+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:36.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:35 smithi037 bash[21462]: cluster 2024-05-09T04:03:34.571387+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:36.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:35 smithi037 bash[21462]: cluster 2024-05-09T04:03:34.571387+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:36.380 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-05-09T04:03:36.380 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":1,"fsid":"8cd65cde-0db8-11ef-bc97-c7b262605968","modified":"2024-05-09T04:01:04.043028Z","created":"2024-05-09T04:01:04.043028Z","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.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-05-09T04:03:36.383 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 1 2024-05-09T04:03:36.753 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:36 smithi188 systemd[1]: Started Ceph mon.c for 8cd65cde-0db8-11ef-bc97-c7b262605968. 2024-05-09T04:03:37.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:36 smithi037 bash[21462]: audit 2024-05-09T04:03:36.379643+0000 mon.a (mon.0) 207 : audit [DBG] from='client.? 172.21.15.188:0/1720870109' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:37.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:36 smithi037 bash[21462]: audit 2024-05-09T04:03:36.379643+0000 mon.a (mon.0) 207 : audit [DBG] from='client.? 172.21.15.188:0/1720870109' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.106 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.065+0000 7f9f30474c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-09T04:03:38.106 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.065+0000 7f9f30474c80 0 ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev), process ceph-mon, pid 7 2024-05-09T04:03:38.107 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.065+0000 7f9f30474c80 0 pidfile_write: ignore empty --pid-file 2024-05-09T04:03:38.107 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 0 load: jerasure load: lrc 2024-05-09T04:03:38.107 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: RocksDB version: 7.9.2 2024-05-09T04:03:38.107 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Git sha 0 2024-05-09T04:03:38.107 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Compile date 2024-05-08 23:53:35 2024-05-09T04:03:38.107 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: DB SUMMARY 2024-05-09T04:03:38.107 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: DB Session ID: SPBQA8MQFVHSHTWXBRE0 2024-05-09T04:03:38.107 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: CURRENT file: CURRENT 2024-05-09T04:03:38.107 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-09T04:03:38.107 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-09T04:03:38.107 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-05-09T04:03:38.107 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-05-09T04:03:38.107 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.error_if_exists: 0 2024-05-09T04:03:38.108 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.create_if_missing: 0 2024-05-09T04:03:38.108 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.paranoid_checks: 1 2024-05-09T04:03:38.108 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-09T04:03:38.108 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-09T04:03:38.108 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-09T04:03:38.108 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.env: 0x562d92b7dcc0 2024-05-09T04:03:38.108 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-09T04:03:38.108 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.info_log: 0x562d94f51e00 2024-05-09T04:03:38.108 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-09T04:03:38.108 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.statistics: (nil) 2024-05-09T04:03:38.108 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.use_fsync: 0 2024-05-09T04:03:38.108 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_log_file_size: 0 2024-05-09T04:03:38.109 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-09T04:03:38.110 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-09T04:03:38.110 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-09T04:03:38.110 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-09T04:03:38.110 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.allow_fallocate: 1 2024-05-09T04:03:38.110 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-09T04:03:38.110 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-09T04:03:38.110 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.use_direct_reads: 0 2024-05-09T04:03:38.110 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-09T04:03:38.110 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-09T04:03:38.110 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.db_log_dir: 2024-05-09T04:03:38.110 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.wal_dir: 2024-05-09T04:03:38.110 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-09T04:03:38.110 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-09T04:03:38.111 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-09T04:03:38.111 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-09T04:03:38.111 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-09T04:03:38.111 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-09T04:03:38.111 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-09T04:03:38.111 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-09T04:03:38.111 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.write_buffer_manager: 0x562d94f230e0 2024-05-09T04:03:38.111 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-09T04:03:38.111 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-09T04:03:38.111 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-09T04:03:38.111 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-09T04:03:38.111 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-09T04:03:38.112 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-09T04:03:38.112 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-09T04:03:38.112 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-09T04:03:38.112 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.unordered_write: 0 2024-05-09T04:03:38.112 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-09T04:03:38.112 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-09T04:03:38.112 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-09T04:03:38.112 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-09T04:03:38.112 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.row_cache: None 2024-05-09T04:03:38.112 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.wal_filter: None 2024-05-09T04:03:38.112 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-09T04:03:38.112 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-09T04:03:38.112 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.two_write_queues: 0 2024-05-09T04:03:38.112 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-09T04:03:38.112 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.wal_compression: 0 2024-05-09T04:03:38.113 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.atomic_flush: 0 2024-05-09T04:03:38.113 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-09T04:03:38.113 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-09T04:03:38.113 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-09T04:03:38.113 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.log_readahead_size: 0 2024-05-09T04:03:38.113 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-09T04:03:38.113 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-09T04:03:38.113 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-09T04:03:38.113 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-09T04:03:38.113 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-09T04:03:38.113 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-09T04:03:38.113 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-09T04:03:38.113 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_background_jobs: 2 2024-05-09T04:03:38.113 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_background_compactions: -1 2024-05-09T04:03:38.114 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_subcompactions: 1 2024-05-09T04:03:38.114 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-09T04:03:38.114 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-09T04:03:38.114 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-09T04:03:38.114 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-09T04:03:38.114 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-09T04:03:38.114 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-09T04:03:38.114 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-09T04:03:38.114 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-09T04:03:38.114 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_open_files: -1 2024-05-09T04:03:38.114 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-09T04:03:38.114 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-09T04:03:38.114 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-09T04:03:38.114 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-09T04:03:38.114 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_background_flushes: -1 2024-05-09T04:03:38.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Compression algorithms supported: 2024-05-09T04:03:38.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-09T04:03:38.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: kZSTD supported: 0 2024-05-09T04:03:38.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: kXpressCompression supported: 0 2024-05-09T04:03:38.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-09T04:03:38.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: kZlibCompression supported: 1 2024-05-09T04:03:38.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: kSnappyCompression supported: 1 2024-05-09T04:03:38.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: kLZ4Compression supported: 1 2024-05-09T04:03:38.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: kBZip2Compression supported: 0 2024-05-09T04:03:38.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-09T04:03:38.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-09T04:03:38.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-05-09T04:03:38.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-09T04:03:38.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-09T04:03:38.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.merge_operator: 2024-05-09T04:03:38.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compaction_filter: None 2024-05-09T04:03:38.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-09T04:03:38.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-09T04:03:38.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-09T04:03:38.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-09T04:03:38.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562d94f51fc0) 2024-05-09T04:03:38.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cache_index_and_filter_blocks: 1 2024-05-09T04:03:38.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-09T04:03:38.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-09T04:03:38.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: pin_top_level_index_and_filter: 1 2024-05-09T04:03:38.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: index_type: 0 2024-05-09T04:03:38.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: data_block_index_type: 0 2024-05-09T04:03:38.117 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: index_shortening: 1 2024-05-09T04:03:38.117 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: data_block_hash_table_util_ratio: 0.750000 2024-05-09T04:03:38.117 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: checksum: 4 2024-05-09T04:03:38.117 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: no_block_cache: 0 2024-05-09T04:03:38.117 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: block_cache: 0x562d94f531f0 2024-05-09T04:03:38.117 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: block_cache_name: BinnedLRUCache 2024-05-09T04:03:38.117 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: block_cache_options: 2024-05-09T04:03:38.117 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: capacity : 536870912 2024-05-09T04:03:38.117 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: num_shard_bits : 4 2024-05-09T04:03:38.117 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: strict_capacity_limit : 0 2024-05-09T04:03:38.117 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: high_pri_pool_ratio: 0.000 2024-05-09T04:03:38.117 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: block_cache_compressed: (nil) 2024-05-09T04:03:38.117 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: persistent_cache: (nil) 2024-05-09T04:03:38.118 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: block_size: 4096 2024-05-09T04:03:38.118 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: block_size_deviation: 10 2024-05-09T04:03:38.118 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: block_restart_interval: 16 2024-05-09T04:03:38.118 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: index_block_restart_interval: 1 2024-05-09T04:03:38.118 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: metadata_block_size: 4096 2024-05-09T04:03:38.118 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: partition_filters: 0 2024-05-09T04:03:38.118 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: use_delta_encoding: 1 2024-05-09T04:03:38.118 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: filter_policy: bloomfilter 2024-05-09T04:03:38.118 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: whole_key_filtering: 1 2024-05-09T04:03:38.118 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: verify_compression: 0 2024-05-09T04:03:38.118 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: read_amp_bytes_per_bit: 0 2024-05-09T04:03:38.118 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: format_version: 5 2024-05-09T04:03:38.118 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: enable_index_compression: 1 2024-05-09T04:03:38.118 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: block_align: 0 2024-05-09T04:03:38.118 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: max_auto_readahead_size: 262144 2024-05-09T04:03:38.119 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: prepopulate_block_cache: 0 2024-05-09T04:03:38.119 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: initial_auto_readahead_size: 8192 2024-05-09T04:03:38.119 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: num_file_reads_for_auto_readahead: 2 2024-05-09T04:03:38.119 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-09T04:03:38.119 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-09T04:03:38.119 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compression: NoCompression 2024-05-09T04:03:38.119 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-09T04:03:38.119 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-09T04:03:38.119 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-09T04:03:38.119 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.num_levels: 7 2024-05-09T04:03:38.119 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-09T04:03:38.119 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-09T04:03:38.119 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-09T04:03:38.119 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-09T04:03:38.120 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-09T04:03:38.120 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-09T04:03:38.120 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-09T04:03:38.120 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-09T04:03:38.120 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-09T04:03:38.120 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-09T04:03:38.120 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-09T04:03:38.120 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-09T04:03:38.120 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-09T04:03:38.120 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-09T04:03:38.120 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-09T04:03:38.120 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-09T04:03:38.120 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-09T04:03:38.120 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-09T04:03:38.120 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-09T04:03:38.121 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-09T04:03:38.121 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-09T04:03:38.123 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-09T04:03:38.123 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-09T04:03:38.123 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-09T04:03:38.123 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-09T04:03:38.123 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-09T04:03:38.123 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-09T04:03:38.123 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-09T04:03:38.124 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-09T04:03:38.124 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-09T04:03:38.124 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-09T04:03:38.124 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-09T04:03:38.124 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-09T04:03:38.124 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-09T04:03:38.124 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-09T04:03:38.124 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-09T04:03:38.124 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-09T04:03:38.124 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-09T04:03:38.124 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-09T04:03:38.124 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-09T04:03:38.125 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-09T04:03:38.125 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-09T04:03:38.125 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-09T04:03:38.125 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-09T04:03:38.125 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-09T04:03:38.125 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-09T04:03:38.125 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-09T04:03:38.125 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-09T04:03:38.125 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-09T04:03:38.125 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-09T04:03:38.125 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-09T04:03:38.125 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-09T04:03:38.125 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-09T04:03:38.125 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-09T04:03:38.125 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.inplace_update_support: 0 2024-05-09T04:03:38.126 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-09T04:03:38.126 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-09T04:03:38.126 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-09T04:03:38.126 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-09T04:03:38.126 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.bloom_locality: 0 2024-05-09T04:03:38.126 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.max_successive_merges: 0 2024-05-09T04:03:38.126 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-09T04:03:38.126 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-09T04:03:38.126 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-09T04:03:38.126 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-09T04:03:38.126 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.ttl: 2592000 2024-05-09T04:03:38.126 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-09T04:03:38.126 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-09T04:03:38.126 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-09T04:03:38.127 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.enable_blob_files: false 2024-05-09T04:03:38.127 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.min_blob_size: 0 2024-05-09T04:03:38.127 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-09T04:03:38.127 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-09T04:03:38.127 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-09T04:03:38.127 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-09T04:03:38.127 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-09T04:03:38.127 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-09T04:03:38.127 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-09T04:03:38.127 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.069+0000 7f9f30474c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-09T04:03:38.127 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.073+0000 7f9f30474c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-05-09T04:03:38.127 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.073+0000 7f9f30474c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-09T04:03:38.127 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.073+0000 7f9f30474c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 4bc9d295-21cf-4625-9a04-953e14e9b4f7 2024-05-09T04:03:38.127 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.073+0000 7f9f30474c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715227418074735, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-09T04:03:38.127 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.073+0000 7f9f30474c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-09T04:03:38.128 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.073+0000 7f9f30474c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715227418075205, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1715227418, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "4bc9d295-21cf-4625-9a04-953e14e9b4f7", "db_session_id": "SPBQA8MQFVHSHTWXBRE0", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-09T04:03:38.128 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.073+0000 7f9f30474c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715227418075312, "job": 1, "event": "recovery_finished"} 2024-05-09T04:03:38.128 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.073+0000 7f9f30474c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-09T04:03:38.128 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.073+0000 7f9f30474c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-09T04:03:38.128 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.073+0000 7f9f30474c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562d95074000 2024-05-09T04:03:38.128 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.073+0000 7f9f30474c80 4 rocksdb: DB pointer 0x562d95060000 2024-05-09T04:03:38.128 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.073+0000 7f9f1ebc9700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-09T04:03:38.128 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.073+0000 7f9f1ebc9700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-09T04:03:38.128 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: ** DB Stats ** 2024-05-09T04:03:38.128 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T04:03:38.128 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-09T04:03:38.128 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T04:03:38.128 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T04:03:38.128 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-09T04:03:38.128 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T04:03:38.129 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T04:03:38.129 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: ** Compaction Stats [default] ** 2024-05-09T04:03:38.129 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: 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-05-09T04:03:38.129 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-09T04:03:38.129 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-09T04:03:38.129 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-09T04:03:38.129 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-09T04:03:38.129 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: ** Compaction Stats [default] ** 2024-05-09T04:03:38.129 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: 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-05-09T04:03:38.129 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-09T04:03:38.129 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-09T04:03:38.129 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-09T04:03:38.129 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T04:03:38.129 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-09T04:03:38.130 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-09T04:03:38.130 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: AddFile(Total Files): cumulative 0, interval 0 2024-05-09T04:03:38.130 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-09T04:03:38.130 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: AddFile(Keys): cumulative 0, interval 0 2024-05-09T04:03:38.130 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T04:03:38.130 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T04:03:38.130 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: 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-05-09T04:03:38.130 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: Block cache BinnedLRUCache@0x562d94f531f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-05-09T04:03:38.130 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-05-09T04:03:38.130 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: ** File Read Latency Histogram By Level [default] ** 2024-05-09T04:03:38.130 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.073+0000 7f9f30474c80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-05-09T04:03:38.130 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.073+0000 7f9f30474c80 0 using public_addr v2:172.21.15.188:0/0 -> [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] 2024-05-09T04:03:38.131 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.073+0000 7f9f30474c80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] at bind addrs [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:38.131 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.077+0000 7f9f30474c80 1 mon.c@-1(???) e0 preinit fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:38.131 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.101+0000 7f9f21bcf700 0 mon.c@-1(synchronizing).mds e1 new map 2024-05-09T04:03:38.131 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.101+0000 7f9f21bcf700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-05-09T04:03:38.131 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: e1 2024-05-09T04:03:38.131 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-09T04:03:38.131 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: 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-05-09T04:03:38.131 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: legacy client fscid: -1 2024-05-09T04:03:38.131 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: 2024-05-09T04:03:38.131 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: No filesystems configured 2024-05-09T04:03:38.131 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.101+0000 7f9f21bcf700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-09T04:03:38.131 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.101+0000 7f9f21bcf700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-05-09T04:03:38.131 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.101+0000 7f9f21bcf700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-09T04:03:38.132 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.101+0000 7f9f21bcf700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-09T04:03:38.132 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.101+0000 7f9f21bcf700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-09T04:03:38.132 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.101+0000 7f9f21bcf700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-09T04:03:38.132 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.105+0000 7f9f21bcf700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-09T04:03:38.132 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.105+0000 7f9f21bcf700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T04:03:38.132 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.105+0000 7f9f21bcf700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T04:03:38.132 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.105+0000 7f9f21bcf700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T04:03:38.132 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:40.560568+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.132 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:40.560568+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.132 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:40.989158+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.132 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:40.989158+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.132 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:41.003692+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.132 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:41.003692+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.132 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:41.005307+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.132 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:41.005307+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.132 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:41.006142+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:38.133 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:41.006142+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:38.133 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:40.986140+0000 mgr.a (mgr.14152) 13 : 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-05-09T04:03:38.133 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:40.986140+0000 mgr.a (mgr.14152) 13 : 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-05-09T04:03:38.133 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:41.007385+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:03:38.133 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:41.007385+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:03:38.133 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:41.121521+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:38.133 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:41.121521+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:38.133 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:41.335661+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:38.133 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:41.335661+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:38.133 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:41.501195+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:03:38.133 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:41.501195+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:03:38.133 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:41.673442+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.133 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:41.673442+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.133 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:41.679107+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.134 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:41.679107+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.134 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:41.884458+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.134 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:41.884458+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.134 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:41.889416+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.134 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:41.889416+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.134 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:42.561074+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.134 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:42.561074+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.134 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:44.561524+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.134 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:44.561524+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.137 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:46.561945+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.137 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:46.561945+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.137 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:47.848922+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:03:38.137 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:47.848922+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:03:38.138 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:48.562347+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.138 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:48.562347+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.138 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:48.751100+0000 mgr.a (mgr.14152) 23 : cephadm [INF] Deploying cephadm binary to smithi160 2024-05-09T04:03:38.138 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:48.751100+0000 mgr.a (mgr.14152) 23 : cephadm [INF] Deploying cephadm binary to smithi160 2024-05-09T04:03:38.138 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:50.562744+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.138 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:50.562744+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.138 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:52.302667+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.138 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:52.302667+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.138 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:52.310860+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.138 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:52.310860+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.138 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:52.319700+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.138 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:52.319700+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.139 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:52.563028+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.139 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:52.563028+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.139 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:54.126526+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.139 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:54.126526+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.139 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:54.127374+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi160 2024-05-09T04:03:38.139 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:54.127374+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi160 2024-05-09T04:03:38.139 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:54.156031+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.139 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:54.156031+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.139 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:54.563485+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.139 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:54.563485+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.139 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:54.628769+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.139 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:54.628769+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.139 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.104827+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.139 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.104827+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.139 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.110878+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.140 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.110878+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.140 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.112487+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:03:38.140 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.112487+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:03:38.140 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.114531+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.140 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.114531+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.140 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.116366+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:38.140 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.116366+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:38.140 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:56.119020+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:03:38.140 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:56.119020+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:03:38.140 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:56.334471+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:38.140 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:56.334471+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:38.140 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:56.550013+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:38.140 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:56.550013+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:38.140 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:56.563920+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.141 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:56.563920+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.141 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:56.765272+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:03:38.141 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:56.765272+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:03:38.141 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.935063+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.141 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.935063+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.141 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.940639+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.141 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.940639+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.141 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.943908+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-09T04:03:38.141 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.943908+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-09T04:03:38.141 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.945264+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]': finished 2024-05-09T04:03:38.141 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:56.945264+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]': finished 2024-05-09T04:03:38.141 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:57.934030+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi160 on smithi160 2024-05-09T04:03:38.141 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:02:57.934030+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi160 on smithi160 2024-05-09T04:03:38.141 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:58.564317+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.142 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:02:58.564317+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.142 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:58.883828+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.142 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:58.883828+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.142 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:58.905668+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.142 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:58.905668+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.142 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:58.911816+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.142 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:58.911816+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.142 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:58.979393+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.142 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:58.979393+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.142 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:58.983835+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.142 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:58.983835+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.142 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:58.985550+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:38.142 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:58.985550+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:38.142 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:58.993900+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.143 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:58.993900+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.143 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:59.062285+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.143 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:59.062285+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.143 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:59.066117+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.143 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:59.066117+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.143 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:59.067454+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:38.143 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:59.067454+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:38.143 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:59.075222+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.143 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:59.075222+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.143 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:59.359614+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.143 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:02:59.359614+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.143 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:00.434612+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.143 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:00.434612+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.143 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:00.438802+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.144 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:00.438802+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.144 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:00.564642+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.144 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:00.564642+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.144 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:00.742953+0000 mgr.a (mgr.14152) 36 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:03:38.144 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:00.742953+0000 mgr.a (mgr.14152) 36 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:03:38.144 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:01.640292+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.144 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:01.640292+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.144 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:02.565058+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.144 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:02.565058+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.144 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:04.565470+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.144 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:04.565470+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.144 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:06.565821+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.144 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:06.565821+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.144 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:07.825589+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi188", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:03:38.145 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:07.825589+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi188", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:03:38.145 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:08.566172+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.145 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:08.566172+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.145 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:08.593345+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Deploying cephadm binary to smithi188 2024-05-09T04:03:38.145 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:08.593345+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Deploying cephadm binary to smithi188 2024-05-09T04:03:38.145 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:10.566544+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.145 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:10.566544+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.145 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:12.506806+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.145 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:12.506806+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.145 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:12.517668+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.145 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:12.517668+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.145 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:12.527849+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.145 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:12.527849+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.145 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:12.566906+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.146 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:12.566906+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.146 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:13.123434+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.146 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:13.123434+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.146 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:13.129829+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.146 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:13.129829+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.146 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:13.885492+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.146 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:13.885492+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.146 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:13.886390+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Added host smithi188 2024-05-09T04:03:38.146 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:13.886390+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Added host smithi188 2024-05-09T04:03:38.146 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:13.931918+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.146 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:13.931918+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.146 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:14.405324+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.146 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:14.405324+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.146 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:14.567326+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.147 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:14.567326+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.147 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:15.880737+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.147 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:15.880737+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.147 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:15.886495+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.147 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:15.886495+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.147 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:15.888123+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:03:38.147 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:15.888123+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:03:38.147 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:15.890093+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.147 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:15.890093+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.147 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:15.891987+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:38.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:37 smithi037 bash[21462]: cluster 2024-05-09T04:03:36.571788+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:37 smithi037 bash[21462]: cluster 2024-05-09T04:03:36.571788+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:37 smithi037 bash[21462]: audit 2024-05-09T04:03:36.819428+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:37 smithi037 bash[21462]: audit 2024-05-09T04:03:36.819428+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:37 smithi037 bash[21462]: audit 2024-05-09T04:03:36.872472+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:37 smithi037 bash[21462]: audit 2024-05-09T04:03:36.872472+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:37 smithi037 bash[21462]: audit 2024-05-09T04:03:36.873817+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:38.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:37 smithi037 bash[21462]: audit 2024-05-09T04:03:36.873817+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:38.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:37 smithi037 bash[21462]: audit 2024-05-09T04:03:36.875666+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:37 smithi037 bash[21462]: audit 2024-05-09T04:03:36.875666+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.408 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-09T04:03:38.408 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-09T04:03:38.418 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:15.891987+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:38.418 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:15.894859+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:38.418 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:15.894859+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:38.418 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:16.111024+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:38.418 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:16.111024+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:38.419 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:16.326629+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:38.419 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:16.326629+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:38.419 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:16.542672+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:03:38.419 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:16.542672+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:03:38.419 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:16.567695+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.419 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:16.567695+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.419 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:16.765480+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.419 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:16.765480+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.419 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:16.771569+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.419 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:16.771569+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.419 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:16.774916+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-05-09T04:03:38.419 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:16.774916+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-05-09T04:03:38.419 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:16.776392+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]': finished 2024-05-09T04:03:38.420 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:16.776392+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]': finished 2024-05-09T04:03:38.420 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:18.371059+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Deploying daemon agent.smithi188 on smithi188 2024-05-09T04:03:38.420 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:18.371059+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Deploying daemon agent.smithi188 on smithi188 2024-05-09T04:03:38.420 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:18.568156+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.420 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:18.568156+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.420 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.296474+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.421 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.296474+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.421 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.341989+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.421 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.341989+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.421 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.345947+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.421 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.345947+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.421 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.444081+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.421 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.444081+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.421 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.449612+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.421 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.449612+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.421 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.451333+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:38.421 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.451333+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:38.421 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.457883+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.421 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.457883+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.422 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.559539+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.422 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.559539+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.422 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.564529+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.422 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.564529+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.422 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.566247+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:38.422 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.566247+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:38.422 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.574597+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.422 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.574597+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.422 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.777521+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.422 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:19.777521+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.422 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:20.007489+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.422 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:20.007489+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.422 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:20.016599+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.423 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:20.016599+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.423 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:20.027609+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.423 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:20.027609+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.423 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:20.552458+0000 mgr.a (mgr.14152) 54 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:03:38.423 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:20.552458+0000 mgr.a (mgr.14152) 54 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:03:38.423 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:20.568469+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.423 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:20.568469+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.423 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:20.845192+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.423 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:20.845192+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.423 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:20.856179+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.423 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:20.856179+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.423 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:21.651567+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.423 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:21.651567+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.423 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:22.568839+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.424 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:22.568839+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.424 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:24.569254+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.424 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:24.569254+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.424 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:26.569587+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.424 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:26.569587+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.424 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:27.189758+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.37:0/4051181111' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-09T04:03:38.424 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:27.189758+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.37:0/4051181111' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-09T04:03:38.424 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:27.781345+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.37:0/4051181111' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-09T04:03:38.424 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:27.781345+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.37:0/4051181111' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-09T04:03:38.424 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:27.785928+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:38.424 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:27.785928+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:38.424 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:28.570029+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.424 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:28.570029+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.425 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:30.570450+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.425 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:30.570450+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.425 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:31.325650+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.425 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:31.325650+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.425 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:31.373156+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.425 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:31.373156+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.425 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:31.376476+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.425 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:31.376476+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.426 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:31.377426+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:38.426 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:31.377426+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:38.426 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:31.382728+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.426 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:31.382728+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.426 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:31.385532+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:38.426 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:31.385532+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:38.426 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:31.387052+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.426 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:31.387052+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.426 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:31.318686+0000 mgr.a (mgr.14152) 61 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi160:172.21.15.160=b;smithi188:172.21.15.188=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:03:38.426 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:31.318686+0000 mgr.a (mgr.14152) 61 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi160:172.21.15.160=b;smithi188:172.21.15.188=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:03:38.426 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:31.322475+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=a;smithi160:172.21.15.160=b;smithi188:172.21.15.188=c;count:3 2024-05-09T04:03:38.426 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:31.322475+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=a;smithi160:172.21.15.160=b;smithi188:172.21.15.188=c;count:3 2024-05-09T04:03:38.427 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:31.389045+0000 mgr.a (mgr.14152) 63 : cephadm [INF] Deploying daemon mon.c on smithi188 2024-05-09T04:03:38.427 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cephadm 2024-05-09T04:03:31.389045+0000 mgr.a (mgr.14152) 63 : cephadm [INF] Deploying daemon mon.c on smithi188 2024-05-09T04:03:38.427 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:32.737429+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.427 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:32.737429+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.427 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:32.743964+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.427 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:32.743964+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.427 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:32.752074+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.427 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:32.752074+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.427 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:32.570933+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.427 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:32.570933+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.427 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:34.571387+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.427 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:34.571387+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.427 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:36.379643+0000 mon.a (mon.0) 207 : audit [DBG] from='client.? 172.21.15.188:0/1720870109' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.427 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:36.379643+0000 mon.a (mon.0) 207 : audit [DBG] from='client.? 172.21.15.188:0/1720870109' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:38.427 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:36.571788+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.428 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: cluster 2024-05-09T04:03:36.571788+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:38.428 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:36.819428+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.428 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:36.819428+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.428 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:36.872472+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.428 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:36.872472+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:38.428 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:36.873817+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:38.428 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:36.873817+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:38.428 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:36.875666+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.428 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: audit 2024-05-09T04:03:36.875666+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:38.428 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:38 smithi188 bash[21926]: debug 2024-05-09T04:03:38.109+0000 7f9f21bcf700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-09T04:03:41.701 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:41 smithi160 systemd[1]: Started Ceph mon.b for 8cd65cde-0db8-11ef-bc97-c7b262605968. 2024-05-09T04:03:42.232 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.c/config 2024-05-09T04:03:42.589 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.540+0000 7efd3792cc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-05-09T04:03:42.590 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.540+0000 7efd3792cc80 0 ceph version 19.0.0-3631-gc66c553a (c66c553a84eb9faa0029f5f0bb8284e3a826ac85) squid (dev), process ceph-mon, pid 7 2024-05-09T04:03:42.590 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.540+0000 7efd3792cc80 0 pidfile_write: ignore empty --pid-file 2024-05-09T04:03:42.590 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 0 load: jerasure load: lrc 2024-05-09T04:03:42.590 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: RocksDB version: 7.9.2 2024-05-09T04:03:42.590 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Git sha 0 2024-05-09T04:03:42.590 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Compile date 2024-05-08 23:53:35 2024-05-09T04:03:42.590 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: DB SUMMARY 2024-05-09T04:03:42.590 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: DB Session ID: QKFFVY4WWBHRVBHK5BXW 2024-05-09T04:03:42.591 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: CURRENT file: CURRENT 2024-05-09T04:03:42.591 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: IDENTITY file: IDENTITY 2024-05-09T04:03:42.591 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-05-09T04:03:42.591 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-05-09T04:03:42.591 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-05-09T04:03:42.591 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.error_if_exists: 0 2024-05-09T04:03:42.591 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.create_if_missing: 0 2024-05-09T04:03:42.591 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.paranoid_checks: 1 2024-05-09T04:03:42.591 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-05-09T04:03:42.591 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-05-09T04:03:42.591 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-05-09T04:03:42.591 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.env: 0x5575bc375cc0 2024-05-09T04:03:42.591 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.fs: PosixFileSystem 2024-05-09T04:03:42.592 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.info_log: 0x5575beb89e00 2024-05-09T04:03:42.592 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-05-09T04:03:42.592 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.statistics: (nil) 2024-05-09T04:03:42.592 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.use_fsync: 0 2024-05-09T04:03:42.592 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_log_file_size: 0 2024-05-09T04:03:42.592 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-05-09T04:03:42.592 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-05-09T04:03:42.592 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-05-09T04:03:42.592 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-05-09T04:03:42.592 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.allow_fallocate: 1 2024-05-09T04:03:42.592 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-05-09T04:03:42.592 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-05-09T04:03:42.592 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.use_direct_reads: 0 2024-05-09T04:03:42.593 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-05-09T04:03:42.593 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.create_missing_column_families: 0 2024-05-09T04:03:42.593 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.db_log_dir: 2024-05-09T04:03:42.593 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.wal_dir: 2024-05-09T04:03:42.593 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-05-09T04:03:42.593 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-05-09T04:03:42.594 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-05-09T04:03:42.594 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-05-09T04:03:42.594 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-05-09T04:03:42.594 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-05-09T04:03:42.595 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.advise_random_on_open: 1 2024-05-09T04:03:42.595 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-05-09T04:03:42.595 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.write_buffer_manager: 0x5575beb5b0e0 2024-05-09T04:03:42.595 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-05-09T04:03:42.595 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-05-09T04:03:42.595 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-05-09T04:03:42.596 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.rate_limiter: (nil) 2024-05-09T04:03:42.596 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-05-09T04:03:42.596 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-05-09T04:03:42.601 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-05-09T04:03:42.601 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-05-09T04:03:42.601 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.unordered_write: 0 2024-05-09T04:03:42.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-05-09T04:03:42.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-05-09T04:03:42.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-05-09T04:03:42.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-05-09T04:03:42.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.row_cache: None 2024-05-09T04:03:42.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.wal_filter: None 2024-05-09T04:03:42.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-05-09T04:03:42.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-05-09T04:03:42.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.two_write_queues: 0 2024-05-09T04:03:42.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.manual_wal_flush: 0 2024-05-09T04:03:42.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.wal_compression: 0 2024-05-09T04:03:42.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.atomic_flush: 0 2024-05-09T04:03:42.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-05-09T04:03:42.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-05-09T04:03:42.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-05-09T04:03:42.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.log_readahead_size: 0 2024-05-09T04:03:42.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-05-09T04:03:42.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-05-09T04:03:42.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-05-09T04:03:42.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-05-09T04:03:42.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-05-09T04:03:42.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-05-09T04:03:42.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-05-09T04:03:42.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_background_jobs: 2 2024-05-09T04:03:42.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_background_compactions: -1 2024-05-09T04:03:42.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_subcompactions: 1 2024-05-09T04:03:42.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-05-09T04:03:42.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-05-09T04:03:42.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-05-09T04:03:42.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_total_wal_size: 0 2024-05-09T04:03:42.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-05-09T04:03:42.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-05-09T04:03:42.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-05-09T04:03:42.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-05-09T04:03:42.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_open_files: -1 2024-05-09T04:03:42.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.bytes_per_sync: 0 2024-05-09T04:03:42.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-05-09T04:03:42.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-05-09T04:03:42.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-05-09T04:03:42.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_background_flushes: -1 2024-05-09T04:03:42.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Compression algorithms supported: 2024-05-09T04:03:42.609 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-05-09T04:03:42.609 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: kZSTD supported: 0 2024-05-09T04:03:42.609 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: kXpressCompression supported: 0 2024-05-09T04:03:42.609 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-05-09T04:03:42.609 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: kZlibCompression supported: 1 2024-05-09T04:03:42.609 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: kSnappyCompression supported: 1 2024-05-09T04:03:42.609 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: kLZ4Compression supported: 1 2024-05-09T04:03:42.609 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: kBZip2Compression supported: 0 2024-05-09T04:03:42.610 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-05-09T04:03:42.610 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-05-09T04:03:42.610 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-05-09T04:03:42.610 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-05-09T04:03:42.610 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-05-09T04:03:42.610 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.merge_operator: 2024-05-09T04:03:42.611 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compaction_filter: None 2024-05-09T04:03:42.611 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compaction_filter_factory: None 2024-05-09T04:03:42.611 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-05-09T04:03:42.611 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-05-09T04:03:42.611 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-05-09T04:03:42.611 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5575beb89fc0) 2024-05-09T04:03:42.611 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cache_index_and_filter_blocks: 1 2024-05-09T04:03:42.611 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cache_index_and_filter_blocks_with_high_priority: 0 2024-05-09T04:03:42.612 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-05-09T04:03:42.612 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: pin_top_level_index_and_filter: 1 2024-05-09T04:03:42.612 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: index_type: 0 2024-05-09T04:03:42.612 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: data_block_index_type: 0 2024-05-09T04:03:42.612 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: index_shortening: 1 2024-05-09T04:03:42.612 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: data_block_hash_table_util_ratio: 0.750000 2024-05-09T04:03:42.612 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: checksum: 4 2024-05-09T04:03:42.612 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: no_block_cache: 0 2024-05-09T04:03:42.613 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: block_cache: 0x5575beb8b1f0 2024-05-09T04:03:42.613 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: block_cache_name: BinnedLRUCache 2024-05-09T04:03:42.613 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: block_cache_options: 2024-05-09T04:03:42.613 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: capacity : 536870912 2024-05-09T04:03:42.613 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: num_shard_bits : 4 2024-05-09T04:03:42.613 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: strict_capacity_limit : 0 2024-05-09T04:03:42.613 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: high_pri_pool_ratio: 0.000 2024-05-09T04:03:42.614 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: block_cache_compressed: (nil) 2024-05-09T04:03:42.614 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: persistent_cache: (nil) 2024-05-09T04:03:42.614 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: block_size: 4096 2024-05-09T04:03:42.614 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: block_size_deviation: 10 2024-05-09T04:03:42.614 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: block_restart_interval: 16 2024-05-09T04:03:42.614 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: index_block_restart_interval: 1 2024-05-09T04:03:42.614 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: metadata_block_size: 4096 2024-05-09T04:03:42.614 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: partition_filters: 0 2024-05-09T04:03:42.614 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: use_delta_encoding: 1 2024-05-09T04:03:42.614 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: filter_policy: bloomfilter 2024-05-09T04:03:42.615 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: whole_key_filtering: 1 2024-05-09T04:03:42.615 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: verify_compression: 0 2024-05-09T04:03:42.615 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: read_amp_bytes_per_bit: 0 2024-05-09T04:03:42.615 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: format_version: 5 2024-05-09T04:03:42.615 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: enable_index_compression: 1 2024-05-09T04:03:42.615 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: block_align: 0 2024-05-09T04:03:42.615 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: max_auto_readahead_size: 262144 2024-05-09T04:03:42.615 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: prepopulate_block_cache: 0 2024-05-09T04:03:42.615 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: initial_auto_readahead_size: 8192 2024-05-09T04:03:42.615 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: num_file_reads_for_auto_readahead: 2 2024-05-09T04:03:42.615 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-05-09T04:03:42.615 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-05-09T04:03:42.615 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compression: NoCompression 2024-05-09T04:03:42.616 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-05-09T04:03:42.616 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-05-09T04:03:42.616 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-05-09T04:03:42.616 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.num_levels: 7 2024-05-09T04:03:42.616 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-05-09T04:03:42.616 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-05-09T04:03:42.616 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-05-09T04:03:42.616 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-05-09T04:03:42.616 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-05-09T04:03:42.616 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-05-09T04:03:42.616 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-05-09T04:03:42.616 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-05-09T04:03:42.616 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-05-09T04:03:42.616 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-05-09T04:03:42.617 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-05-09T04:03:42.617 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-05-09T04:03:42.617 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-05-09T04:03:42.617 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compression_opts.level: 32767 2024-05-09T04:03:42.617 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-05-09T04:03:42.617 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-05-09T04:03:42.617 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-05-09T04:03:42.617 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-05-09T04:03:42.617 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-05-09T04:03:42.617 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compression_opts.enabled: false 2024-05-09T04:03:42.617 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-05-09T04:03:42.617 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-05-09T04:03:42.617 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-05-09T04:03:42.618 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-05-09T04:03:42.618 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-05-09T04:03:42.618 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-05-09T04:03:42.618 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-05-09T04:03:42.618 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-05-09T04:03:42.618 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-05-09T04:03:42.618 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-05-09T04:03:42.618 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-05-09T04:03:42.618 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-05-09T04:03:42.618 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-05-09T04:03:42.618 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-05-09T04:03:42.618 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-05-09T04:03:42.618 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-05-09T04:03:42.618 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-05-09T04:03:42.619 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-05-09T04:03:42.619 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-05-09T04:03:42.619 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.arena_block_size: 1048576 2024-05-09T04:03:42.619 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-05-09T04:03:42.619 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-05-09T04:03:42.619 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-05-09T04:03:42.619 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-05-09T04:03:42.619 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-05-09T04:03:42.619 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-05-09T04:03:42.619 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-05-09T04:03:42.619 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-05-09T04:03:42.619 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-05-09T04:03:42.619 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-05-09T04:03:42.619 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-05-09T04:03:42.619 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-05-09T04:03:42.620 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-05-09T04:03:42.620 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-05-09T04:03:42.620 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.inplace_update_support: 0 2024-05-09T04:03:42.620 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-05-09T04:03:42.620 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-05-09T04:03:42.620 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-05-09T04:03:42.620 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-05-09T04:03:42.620 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.bloom_locality: 0 2024-05-09T04:03:42.621 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.max_successive_merges: 0 2024-05-09T04:03:42.621 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-05-09T04:03:42.621 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-05-09T04:03:42.621 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.force_consistency_checks: 1 2024-05-09T04:03:42.621 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-05-09T04:03:42.621 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.ttl: 2592000 2024-05-09T04:03:42.621 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-05-09T04:03:42.621 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-05-09T04:03:42.621 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-05-09T04:03:42.621 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.enable_blob_files: false 2024-05-09T04:03:42.621 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.min_blob_size: 0 2024-05-09T04:03:42.621 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.blob_file_size: 268435456 2024-05-09T04:03:42.621 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-05-09T04:03:42.621 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-05-09T04:03:42.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-05-09T04:03:42.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-05-09T04:03:42.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-05-09T04:03:42.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-05-09T04:03:42.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-05-09T04:03:42.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-05-09T04:03:42.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-05-09T04:03:42.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6e0679d9-2495-4e17-b6d4-66164c35574a 2024-05-09T04:03:42.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715227422553220, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-05-09T04:03:42.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-05-09T04:03:42.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715227422553691, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1715227422, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "6e0679d9-2495-4e17-b6d4-66164c35574a", "db_session_id": "QKFFVY4WWBHRVBHK5BXW", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-05-09T04:03:42.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1715227422553805, "job": 1, "event": "recovery_finished"} 2024-05-09T04:03:42.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.548+0000 7efd3792cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-05-09T04:03:42.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.552+0000 7efd3792cc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-05-09T04:03:42.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.552+0000 7efd3792cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5575becac000 2024-05-09T04:03:42.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.552+0000 7efd3792cc80 4 rocksdb: DB pointer 0x5575bec98000 2024-05-09T04:03:42.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.552+0000 7efd26081700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-05-09T04:03:42.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.552+0000 7efd26081700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-05-09T04:03:42.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: ** DB Stats ** 2024-05-09T04:03:42.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T04:03:42.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-05-09T04:03:42.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T04:03:42.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T04:03:42.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-05-09T04:03:42.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-05-09T04:03:42.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-05-09T04:03:42.623 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: ** Compaction Stats [default] ** 2024-05-09T04:03:42.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: 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-05-09T04:03:42.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-05-09T04:03:42.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-09T04:03:42.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-09T04:03:42.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-09T04:03:42.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: ** Compaction Stats [default] ** 2024-05-09T04:03:42.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: 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-05-09T04:03:42.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-05-09T04:03:42.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-05-09T04:03:42.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-05-09T04:03:42.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: Uptime(secs): 0.0 total, 0.0 interval 2024-05-09T04:03:42.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: Flush(GB): cumulative 0.000, interval 0.000 2024-05-09T04:03:42.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: AddFile(GB): cumulative 0.000, interval 0.000 2024-05-09T04:03:42.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: AddFile(Total Files): cumulative 0, interval 0 2024-05-09T04:03:42.624 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: AddFile(L0 Files): cumulative 0, interval 0 2024-05-09T04:03:42.625 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: AddFile(Keys): cumulative 0, interval 0 2024-05-09T04:03:42.625 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: Cumulative compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T04:03:42.626 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: Interval compaction: 0.00 GB write, 0.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-05-09T04:03:42.626 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: 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-05-09T04:03:42.626 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: Block cache BinnedLRUCache@0x5575beb8b1f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-05-09T04:03:42.626 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-05-09T04:03:42.626 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: ** File Read Latency Histogram By Level [default] ** 2024-05-09T04:03:42.626 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.552+0000 7efd3792cc80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-05-09T04:03:42.626 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.552+0000 7efd3792cc80 0 using public_addr v2:172.21.15.160:0/0 -> [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] 2024-05-09T04:03:42.626 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.552+0000 7efd3792cc80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] at bind addrs [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:42.626 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.552+0000 7efd3792cc80 1 mon.b@-1(???) e0 preinit fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:42.626 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.576+0000 7efd29087700 0 mon.b@-1(synchronizing).mds e1 new map 2024-05-09T04:03:42.626 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.576+0000 7efd29087700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-05-09T04:03:42.626 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: e1 2024-05-09T04:03:42.627 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: enable_multiple, ever_enabled_multiple: 1,1 2024-05-09T04:03:42.627 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: 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-05-09T04:03:42.627 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: legacy client fscid: -1 2024-05-09T04:03:42.627 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: 2024-05-09T04:03:42.627 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: No filesystems configured 2024-05-09T04:03:42.627 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.576+0000 7efd29087700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-05-09T04:03:42.627 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.576+0000 7efd29087700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-05-09T04:03:42.627 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.576+0000 7efd29087700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-05-09T04:03:42.627 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.576+0000 7efd29087700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-05-09T04:03:42.627 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.576+0000 7efd29087700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-05-09T04:03:42.627 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.576+0000 7efd29087700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-05-09T04:03:42.627 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.580+0000 7efd29087700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-05-09T04:03:42.627 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.580+0000 7efd29087700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T04:03:42.627 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.580+0000 7efd29087700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T04:03:42.628 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.580+0000 7efd29087700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-05-09T04:03:42.628 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:40.560568+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.628 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:40.560568+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.628 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:40.989158+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.628 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:40.989158+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.628 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:41.003692+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.628 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:41.003692+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.628 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:41.005307+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.628 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:41.005307+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.628 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:41.006142+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:42.628 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:41.006142+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:42.628 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:40.986140+0000 mgr.a (mgr.14152) 13 : 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-05-09T04:03:42.628 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:40.986140+0000 mgr.a (mgr.14152) 13 : 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-05-09T04:03:42.629 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:41.007385+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:03:42.629 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:41.007385+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:03:42.629 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:41.121521+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:42.629 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:41.121521+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:42.629 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:41.335661+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:42.629 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:41.335661+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:42.629 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:41.501195+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:03:42.629 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:41.501195+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:03:42.629 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:41.673442+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.629 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:41.673442+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.629 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:41.679107+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.629 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:41.679107+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.629 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:41.884458+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.629 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:41.884458+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:41.889416+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:41.889416+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:42.561074+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:42.561074+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:44.561524+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:44.561524+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:46.561945+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:46.561945+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:47.848922+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:03:42.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:47.848922+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:03:42.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:48.562347+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:48.562347+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:48.751100+0000 mgr.a (mgr.14152) 23 : cephadm [INF] Deploying cephadm binary to smithi160 2024-05-09T04:03:42.630 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:48.751100+0000 mgr.a (mgr.14152) 23 : cephadm [INF] Deploying cephadm binary to smithi160 2024-05-09T04:03:42.631 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:50.562744+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.631 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:50.562744+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.631 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:52.302667+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.631 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:52.302667+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.631 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:52.310860+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.631 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:52.310860+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.631 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:52.319700+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.631 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:52.319700+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.631 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:52.563028+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.631 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:52.563028+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.631 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:54.126526+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.631 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:54.126526+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.631 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:54.127374+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi160 2024-05-09T04:03:42.631 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:54.127374+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi160 2024-05-09T04:03:42.631 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:54.156031+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.632 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:54.156031+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.632 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:54.563485+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.632 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:54.563485+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.632 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:54.628769+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.632 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:54.628769+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.632 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.104827+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.632 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.104827+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.632 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.110878+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.632 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.110878+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.632 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.112487+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:03:42.632 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.112487+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:03:42.632 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.114531+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.632 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.114531+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.632 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.116366+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:42.633 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.116366+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:42.633 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:56.119020+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:03:42.633 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:56.119020+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:03:42.633 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:56.334471+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:42.633 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:56.334471+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:42.633 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:56.550013+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:42.633 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:56.550013+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:42.633 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:56.563920+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.633 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:56.563920+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.633 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:56.765272+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:03:42.633 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:56.765272+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:03:42.633 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.935063+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.633 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.935063+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.633 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.940639+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.633 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.940639+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.634 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.943908+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-09T04:03:42.634 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.943908+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-09T04:03:42.634 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.945264+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]': finished 2024-05-09T04:03:42.634 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:56.945264+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]': finished 2024-05-09T04:03:42.634 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:57.934030+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi160 on smithi160 2024-05-09T04:03:42.634 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:02:57.934030+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi160 on smithi160 2024-05-09T04:03:42.634 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:58.564317+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.634 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:02:58.564317+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.634 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:58.883828+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.634 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:58.883828+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.634 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:58.905668+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.634 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:58.905668+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.634 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:58.911816+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.634 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:58.911816+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.635 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:58.979393+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.635 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:58.979393+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.635 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:58.983835+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.635 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:58.983835+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.635 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:58.985550+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:42.635 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:58.985550+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:42.635 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:58.993900+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.635 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:58.993900+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.635 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:59.062285+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.635 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:59.062285+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.635 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:59.066117+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.635 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:59.066117+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.635 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:59.067454+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:42.635 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:59.067454+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:42.636 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:59.075222+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.636 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:59.075222+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.636 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:59.359614+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.636 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:02:59.359614+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.636 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:00.434612+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.636 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:00.434612+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.636 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:00.438802+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.636 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:00.438802+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.636 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:00.564642+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.636 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:00.564642+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.636 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:00.742953+0000 mgr.a (mgr.14152) 36 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:03:42.636 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:00.742953+0000 mgr.a (mgr.14152) 36 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:03:42.636 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:01.640292+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.637 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:01.640292+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.637 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:02.565058+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.637 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:02.565058+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.637 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:04.565470+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.637 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:04.565470+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.637 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:06.565821+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.637 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:06.565821+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.637 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:07.825589+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi188", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:03:42.637 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:07.825589+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi188", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:03:42.637 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:08.566172+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.637 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:08.566172+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.637 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:08.593345+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Deploying cephadm binary to smithi188 2024-05-09T04:03:42.637 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:08.593345+0000 mgr.a (mgr.14152) 42 : cephadm [INF] Deploying cephadm binary to smithi188 2024-05-09T04:03:42.637 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:10.566544+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.637 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:10.566544+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.638 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:12.506806+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.638 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:12.506806+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.638 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:12.517668+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.638 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:12.517668+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.638 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:12.527849+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.638 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:12.527849+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.638 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:12.566906+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.638 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:12.566906+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.638 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:13.123434+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.638 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:13.123434+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.638 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:13.129829+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.638 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:13.129829+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.638 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:13.885492+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.639 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:13.885492+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.639 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:13.886390+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Added host smithi188 2024-05-09T04:03:42.639 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:13.886390+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Added host smithi188 2024-05-09T04:03:42.639 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:13.931918+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.639 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:13.931918+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.639 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:14.405324+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.639 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:14.405324+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.639 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:14.567326+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.639 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:14.567326+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.639 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:15.880737+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.639 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:15.880737+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.639 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:15.886495+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.639 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:15.886495+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.639 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:15.888123+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:03:42.640 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:15.888123+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:03:42.640 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:15.890093+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.640 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:15.890093+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.640 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:15.891987+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:42.640 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:15.891987+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:42.640 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:15.894859+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:42.640 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:15.894859+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:42.640 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:16.111024+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:42.640 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:16.111024+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:42.640 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:16.326629+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:42.640 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:16.326629+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:42.640 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:16.542672+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:03:42.640 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:16.542672+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:03:42.640 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:16.567695+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.641 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:16.567695+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.641 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:16.765480+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.641 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:16.765480+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.641 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:16.771569+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.641 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:16.771569+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.641 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:16.774916+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-05-09T04:03:42.641 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:16.774916+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-05-09T04:03:42.641 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:16.776392+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]': finished 2024-05-09T04:03:42.641 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:16.776392+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]': finished 2024-05-09T04:03:42.641 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:18.371059+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Deploying daemon agent.smithi188 on smithi188 2024-05-09T04:03:42.641 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:18.371059+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Deploying daemon agent.smithi188 on smithi188 2024-05-09T04:03:42.641 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:18.568156+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.641 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:18.568156+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.641 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.296474+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.642 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.296474+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.642 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.341989+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.642 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.341989+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.642 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.345947+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.642 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.345947+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.642 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.444081+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.642 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.444081+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.642 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.449612+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.642 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.449612+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.642 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.451333+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:42.642 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.451333+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:42.642 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.457883+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.642 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.457883+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.642 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.559539+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.643 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.559539+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.643 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.564529+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.643 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.564529+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.643 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.566247+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:42.643 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.566247+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:42.643 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.574597+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.643 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.574597+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.643 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.777521+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.643 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:19.777521+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.643 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:20.007489+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.643 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:20.007489+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.643 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:20.016599+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.643 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:20.016599+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.643 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:20.027609+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.644 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:20.027609+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.644 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:20.552458+0000 mgr.a (mgr.14152) 54 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:03:42.644 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:20.552458+0000 mgr.a (mgr.14152) 54 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:03:42.644 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:20.568469+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.644 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:20.568469+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.644 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:20.845192+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.644 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:20.845192+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.644 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:20.856179+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.644 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:20.856179+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.644 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:21.651567+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.644 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:21.651567+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.644 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:22.568839+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.644 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:22.568839+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.644 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:24.569254+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.644 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:24.569254+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.645 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:26.569587+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.645 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:26.569587+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.645 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:27.189758+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.37:0/4051181111' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-09T04:03:42.645 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:27.189758+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.37:0/4051181111' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-05-09T04:03:42.645 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:27.781345+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.37:0/4051181111' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-09T04:03:42.645 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:27.781345+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.37:0/4051181111' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-05-09T04:03:42.645 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:27.785928+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:42.645 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:27.785928+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:42.645 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:28.570029+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.645 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:28.570029+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.645 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:30.570450+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.645 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:30.570450+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.645 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:31.325650+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.645 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:31.325650+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.645 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:31.373156+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:31.373156+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:31.376476+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:31.376476+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:31.377426+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:42.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:31.377426+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:42.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:31.382728+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:31.382728+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:31.385532+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:42.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:31.385532+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:42.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:31.387052+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:31.387052+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:31.318686+0000 mgr.a (mgr.14152) 61 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi160:172.21.15.160=b;smithi188:172.21.15.188=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:03:42.646 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:31.318686+0000 mgr.a (mgr.14152) 61 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi160:172.21.15.160=b;smithi188:172.21.15.188=c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:03:42.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:31.322475+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=a;smithi160:172.21.15.160=b;smithi188:172.21.15.188=c;count:3 2024-05-09T04:03:42.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:31.322475+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=a;smithi160:172.21.15.160=b;smithi188:172.21.15.188=c;count:3 2024-05-09T04:03:42.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:31.389045+0000 mgr.a (mgr.14152) 63 : cephadm [INF] Deploying daemon mon.c on smithi188 2024-05-09T04:03:42.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cephadm 2024-05-09T04:03:31.389045+0000 mgr.a (mgr.14152) 63 : cephadm [INF] Deploying daemon mon.c on smithi188 2024-05-09T04:03:42.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:32.737429+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:32.737429+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:32.743964+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:32.743964+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:32.752074+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:32.752074+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:32.570933+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:32.570933+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:34.571387+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.647 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:34.571387+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:36.379643+0000 mon.a (mon.0) 207 : audit [DBG] from='client.? 172.21.15.188:0/1720870109' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:36.379643+0000 mon.a (mon.0) 207 : audit [DBG] from='client.? 172.21.15.188:0/1720870109' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:42.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:36.571788+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: cluster 2024-05-09T04:03:36.571788+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:42.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:36.819428+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:36.819428+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:36.872472+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:36.872472+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:42.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:36.873817+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:42.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:36.873817+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:42.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:36.875666+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: audit 2024-05-09T04:03:36.875666+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:42.648 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:42 smithi160 bash[22291]: debug 2024-05-09T04:03:42.588+0000 7efd29087700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-05-09T04:03:43.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:38.124559+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:03:43.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:38.124559+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:03:43.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:38.125070+0000 mon.a (mon.0) 214 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:43.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:38.125070+0000 mon.a (mon.0) 214 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:43.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:38.146541+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:38.146541+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:38.572201+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:43.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:38.572201+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:43.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:39.119621+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:39.119621+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:40.119495+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:40.119495+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:40.120460+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-09T04:03:43.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:40.120460+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-09T04:03:43.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:40.572615+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:43.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:40.572615+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:43.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:41.119271+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:41.119271+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:42.119781+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:42.119781+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:42.573036+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:43.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:42.573036+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:43.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:42.597527+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:43.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:42.597527+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:43.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:43.119614+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:43.119614+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.167805+0000 mon.a (mon.0) 222 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-09T04:03:43.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.167805+0000 mon.a (mon.0) 222 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-09T04:03:43.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.177947+0000 mon.a (mon.0) 223 : cluster [DBG] monmap epoch 2 2024-05-09T04:03:43.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.177947+0000 mon.a (mon.0) 223 : cluster [DBG] monmap epoch 2 2024-05-09T04:03:43.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.177984+0000 mon.a (mon.0) 224 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:43.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.177984+0000 mon.a (mon.0) 224 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:43.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.178005+0000 mon.a (mon.0) 225 : cluster [DBG] last_changed 2024-05-09T04:03:38.118747+0000 2024-05-09T04:03:43.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.178005+0000 mon.a (mon.0) 225 : cluster [DBG] last_changed 2024-05-09T04:03:38.118747+0000 2024-05-09T04:03:43.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.178022+0000 mon.a (mon.0) 226 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:03:43.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.178022+0000 mon.a (mon.0) 226 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:03:43.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.178040+0000 mon.a (mon.0) 227 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:03:43.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.178040+0000 mon.a (mon.0) 227 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:03:43.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.178060+0000 mon.a (mon.0) 228 : cluster [DBG] election_strategy: 1 2024-05-09T04:03:43.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.178060+0000 mon.a (mon.0) 228 : cluster [DBG] election_strategy: 1 2024-05-09T04:03:43.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.178088+0000 mon.a (mon.0) 229 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:03:43.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.178088+0000 mon.a (mon.0) 229 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:03:43.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.178113+0000 mon.a (mon.0) 230 : cluster [DBG] 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.c 2024-05-09T04:03:43.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.178113+0000 mon.a (mon.0) 230 : cluster [DBG] 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.c 2024-05-09T04:03:43.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.197933+0000 mon.a (mon.0) 231 : cluster [DBG] fsmap 2024-05-09T04:03:43.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.197933+0000 mon.a (mon.0) 231 : cluster [DBG] fsmap 2024-05-09T04:03:43.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.198020+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:43.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.198020+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:43.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.198345+0000 mon.a (mon.0) 233 : cluster [DBG] mgrmap e13: a(active, since 86s) 2024-05-09T04:03:43.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.198345+0000 mon.a (mon.0) 233 : cluster [DBG] mgrmap e13: a(active, since 86s) 2024-05-09T04:03:43.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.198602+0000 mon.a (mon.0) 234 : cluster [INF] overall HEALTH_OK 2024-05-09T04:03:43.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: cluster 2024-05-09T04:03:43.198602+0000 mon.a (mon.0) 234 : cluster [INF] overall HEALTH_OK 2024-05-09T04:03:43.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:43.206191+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:43.206191+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:43.212189+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:43.212189+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:43.218654+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:43.218654+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:43.224892+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:43.224892+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.530 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:43.230532+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.530 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:43.230532+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.530 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:43.236072+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.530 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:43.236072+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.530 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:43.241952+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.530 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:43 smithi188 bash[21926]: audit 2024-05-09T04:03:43.241952+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:38.124559+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:03:43.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:38.124559+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:03:43.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:38.125070+0000 mon.a (mon.0) 214 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:43.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:38.125070+0000 mon.a (mon.0) 214 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:43.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:38.146541+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:38.146541+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:38.572201+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:43.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:38.572201+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:43.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:39.119621+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:39.119621+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:40.119495+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:40.119495+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:40.120460+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-09T04:03:43.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:40.120460+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-09T04:03:43.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:40.572615+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:43.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:40.572615+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:43.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:41.119271+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:41.119271+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:42.119781+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:42.119781+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:42.573036+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:43.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:42.573036+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:43.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:42.597527+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:43.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:42.597527+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:43.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:43.119614+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:43.119614+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:43.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.167805+0000 mon.a (mon.0) 222 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-09T04:03:43.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.167805+0000 mon.a (mon.0) 222 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-09T04:03:43.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.177947+0000 mon.a (mon.0) 223 : cluster [DBG] monmap epoch 2 2024-05-09T04:03:43.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.177947+0000 mon.a (mon.0) 223 : cluster [DBG] monmap epoch 2 2024-05-09T04:03:43.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.177984+0000 mon.a (mon.0) 224 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:43.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.177984+0000 mon.a (mon.0) 224 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:43.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.178005+0000 mon.a (mon.0) 225 : cluster [DBG] last_changed 2024-05-09T04:03:38.118747+0000 2024-05-09T04:03:43.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.178005+0000 mon.a (mon.0) 225 : cluster [DBG] last_changed 2024-05-09T04:03:38.118747+0000 2024-05-09T04:03:43.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.178022+0000 mon.a (mon.0) 226 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:03:43.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.178022+0000 mon.a (mon.0) 226 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:03:43.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.178040+0000 mon.a (mon.0) 227 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:03:43.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.178040+0000 mon.a (mon.0) 227 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:03:43.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.178060+0000 mon.a (mon.0) 228 : cluster [DBG] election_strategy: 1 2024-05-09T04:03:43.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.178060+0000 mon.a (mon.0) 228 : cluster [DBG] election_strategy: 1 2024-05-09T04:03:43.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.178088+0000 mon.a (mon.0) 229 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:03:43.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.178088+0000 mon.a (mon.0) 229 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:03:43.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.178113+0000 mon.a (mon.0) 230 : cluster [DBG] 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.c 2024-05-09T04:03:43.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.178113+0000 mon.a (mon.0) 230 : cluster [DBG] 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.c 2024-05-09T04:03:43.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.197933+0000 mon.a (mon.0) 231 : cluster [DBG] fsmap 2024-05-09T04:03:43.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.197933+0000 mon.a (mon.0) 231 : cluster [DBG] fsmap 2024-05-09T04:03:43.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.198020+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:43.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.198020+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:43.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.198345+0000 mon.a (mon.0) 233 : cluster [DBG] mgrmap e13: a(active, since 86s) 2024-05-09T04:03:43.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.198345+0000 mon.a (mon.0) 233 : cluster [DBG] mgrmap e13: a(active, since 86s) 2024-05-09T04:03:43.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.198602+0000 mon.a (mon.0) 234 : cluster [INF] overall HEALTH_OK 2024-05-09T04:03:43.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: cluster 2024-05-09T04:03:43.198602+0000 mon.a (mon.0) 234 : cluster [INF] overall HEALTH_OK 2024-05-09T04:03:43.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:43.206191+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:43.206191+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:43.212189+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:43.212189+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:43.218654+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:43.218654+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:43.224892+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:43.224892+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.703 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:43.230532+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.703 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:43.230532+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.703 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:43.236072+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.703 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:43.236072+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.703 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:43.241952+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.703 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:43 smithi037 bash[21462]: audit 2024-05-09T04:03:43.241952+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:43.714 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-05-09T04:03:43.714 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":2,"fsid":"8cd65cde-0db8-11ef-bc97-c7b262605968","modified":"2024-05-09T04:03:38.118747Z","created":"2024-05-09T04:01:04.043028Z","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.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:3300","nonce":0},{"type":"v1","addr":"172.21.15.188:6789","nonce":0}]},"addr":"172.21.15.188:6789/0","public_addr":"172.21.15.188:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-05-09T04:03:43.716 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 2 2024-05-09T04:03:44.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.272395+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.272395+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.279881+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.279881+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.369046+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:44.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.369046+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:44.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.372402+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:44.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.372402+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:44.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.373541+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:44.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.373541+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:44.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.375101+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:03:44.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.375101+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:03:44.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.375588+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:03:44.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.375588+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:03:44.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.375828+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:44.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.375828+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:44.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.397783+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.397783+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.404481+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.404481+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.411844+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.411844+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.596943+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:44.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.596943+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:44.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.642308+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.642308+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.642502+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.642502+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.643122+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.643122+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.713832+0000 mon.a (mon.0) 251 : audit [DBG] from='client.? 172.21.15.188:0/2892791225' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:44.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.713832+0000 mon.a (mon.0) 251 : audit [DBG] from='client.? 172.21.15.188:0/2892791225' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:44.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.862811+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.862811+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.868023+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.868023+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.528 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.873454+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.873454+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.879151+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.879151+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.885118+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.885118+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.890266+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.890266+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.896064+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.896064+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.944468+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:44.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.944468+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:44.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.945420+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:44.529 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.945420+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:44.530 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.946242+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:44.530 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:43.946242+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:44.530 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:44.119792+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.530 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:44 smithi188 bash[21926]: audit 2024-05-09T04:03:44.119792+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.272395+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.272395+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.279881+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.279881+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.369046+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:44.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.369046+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:44.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.372402+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:44.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.372402+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:44.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.373541+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:44.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.373541+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:44.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.375101+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:03:44.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.375101+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:03:44.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.375588+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:03:44.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.375588+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:03:44.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.375828+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:44.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.375828+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:44.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.397783+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.397783+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.404481+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.404481+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.411844+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.411844+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.596943+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:44.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.596943+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:44.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.642308+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.642308+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.642502+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.642502+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.643122+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.643122+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.713832+0000 mon.a (mon.0) 251 : audit [DBG] from='client.? 172.21.15.188:0/2892791225' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:44.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.713832+0000 mon.a (mon.0) 251 : audit [DBG] from='client.? 172.21.15.188:0/2892791225' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:44.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.862811+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.862811+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.868023+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.868023+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.873454+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.873454+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.879151+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.879151+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.885118+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.885118+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.890266+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.890266+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.896064+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.896064+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.944468+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:44.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.944468+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:44.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.945420+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:44.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.945420+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:44.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.946242+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:44.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:43.946242+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:44.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:44.119792+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:44 smithi037 bash[21462]: audit 2024-05-09T04:03:44.119792+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.806 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:38.124559+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:03:44.806 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:38.124559+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:03:44.806 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:38.125070+0000 mon.a (mon.0) 214 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:44.806 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:38.125070+0000 mon.a (mon.0) 214 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:44.806 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:38.146541+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.806 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:38.146541+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.806 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:38.572201+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:44.806 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:38.572201+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:44.807 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:39.119621+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.807 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:39.119621+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.807 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:40.119495+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.807 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:40.119495+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.807 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:40.120460+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-09T04:03:44.807 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:40.120460+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-05-09T04:03:44.807 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:40.572615+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:44.807 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:40.572615+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:44.807 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:41.119271+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.807 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:41.119271+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.807 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:42.119781+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.807 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:42.119781+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.807 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:42.573036+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:44.808 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:42.573036+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:44.808 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:42.597527+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:44.808 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:42.597527+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:44.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.119614+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.119614+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.167805+0000 mon.a (mon.0) 222 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-09T04:03:44.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.167805+0000 mon.a (mon.0) 222 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-05-09T04:03:44.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.177947+0000 mon.a (mon.0) 223 : cluster [DBG] monmap epoch 2 2024-05-09T04:03:44.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.177947+0000 mon.a (mon.0) 223 : cluster [DBG] monmap epoch 2 2024-05-09T04:03:44.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.177984+0000 mon.a (mon.0) 224 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:44.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.177984+0000 mon.a (mon.0) 224 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:44.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.178005+0000 mon.a (mon.0) 225 : cluster [DBG] last_changed 2024-05-09T04:03:38.118747+0000 2024-05-09T04:03:44.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.178005+0000 mon.a (mon.0) 225 : cluster [DBG] last_changed 2024-05-09T04:03:38.118747+0000 2024-05-09T04:03:44.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.178022+0000 mon.a (mon.0) 226 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:03:44.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.178022+0000 mon.a (mon.0) 226 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:03:44.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.178040+0000 mon.a (mon.0) 227 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:03:44.809 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.178040+0000 mon.a (mon.0) 227 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:03:44.810 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.178060+0000 mon.a (mon.0) 228 : cluster [DBG] election_strategy: 1 2024-05-09T04:03:44.810 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.178060+0000 mon.a (mon.0) 228 : cluster [DBG] election_strategy: 1 2024-05-09T04:03:44.810 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.178088+0000 mon.a (mon.0) 229 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:03:44.810 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.178088+0000 mon.a (mon.0) 229 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:03:44.810 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.178113+0000 mon.a (mon.0) 230 : cluster [DBG] 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.c 2024-05-09T04:03:44.810 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.178113+0000 mon.a (mon.0) 230 : cluster [DBG] 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.c 2024-05-09T04:03:44.810 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.197933+0000 mon.a (mon.0) 231 : cluster [DBG] fsmap 2024-05-09T04:03:44.810 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.197933+0000 mon.a (mon.0) 231 : cluster [DBG] fsmap 2024-05-09T04:03:44.810 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.198020+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:44.810 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.198020+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:44.810 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.198345+0000 mon.a (mon.0) 233 : cluster [DBG] mgrmap e13: a(active, since 86s) 2024-05-09T04:03:44.810 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.198345+0000 mon.a (mon.0) 233 : cluster [DBG] mgrmap e13: a(active, since 86s) 2024-05-09T04:03:44.811 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.198602+0000 mon.a (mon.0) 234 : cluster [INF] overall HEALTH_OK 2024-05-09T04:03:44.811 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cluster 2024-05-09T04:03:43.198602+0000 mon.a (mon.0) 234 : cluster [INF] overall HEALTH_OK 2024-05-09T04:03:44.811 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.206191+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.811 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.206191+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.811 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.212189+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.811 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.212189+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.811 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.218654+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.811 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.218654+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.811 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.224892+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.811 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.224892+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.811 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.230532+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.812 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.230532+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.812 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.236072+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.812 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.236072+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.812 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.241952+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.812 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.241952+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.812 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.272395+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.812 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.272395+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.812 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.279881+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.812 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.279881+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.812 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.369046+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:44.812 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.369046+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:44.812 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.372402+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:44.812 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.372402+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:44.812 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.373541+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:44.812 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.373541+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:44.813 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.375101+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:03:44.813 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.375101+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:03:44.813 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.375588+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:03:44.813 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.375588+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:03:44.813 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.375828+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:44.813 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.375828+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:44.813 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.397783+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.813 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.397783+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.813 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.404481+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.813 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.404481+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.813 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.411844+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.813 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.411844+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.813 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.596943+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:44.813 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.596943+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:44.814 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.642308+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.814 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.642308+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.814 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.642502+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.814 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.642502+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.814 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.643122+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.814 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.643122+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:44.814 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.713832+0000 mon.a (mon.0) 251 : audit [DBG] from='client.? 172.21.15.188:0/2892791225' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:44.814 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.713832+0000 mon.a (mon.0) 251 : audit [DBG] from='client.? 172.21.15.188:0/2892791225' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:44.814 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.862811+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.814 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.862811+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.814 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.868023+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.814 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.868023+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.814 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.873454+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.814 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.873454+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.815 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.879151+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.815 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.879151+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.815 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.885118+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.815 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.885118+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.815 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.890266+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.815 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.890266+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.815 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.896064+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.815 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.896064+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:44.815 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.944468+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:44.815 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.944468+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:44.815 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.945420+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:44.815 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.945420+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:44.816 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.946242+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:44.816 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:43.946242+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:44.816 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:44.119792+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:44.816 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:44 smithi160 bash[22291]: audit 2024-05-09T04:03:44.119792+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:45.435 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:03:45 smithi037 bash[21717]: debug 2024-05-09T04:03:45.117+0000 7f19e69be700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-05-09T04:03:45.780 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-05-09T04:03:45.780 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph mon dump -f json 2024-05-09T04:03:50.013 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.896491+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:03:50.013 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.896491+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:03:50.013 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.944034+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-09T04:03:50.013 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.944034+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-09T04:03:50.013 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.947107+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-05-09T04:03:50.013 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cephadm 2024-05-09T04:03:43.947107+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-05-09T04:03:50.013 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:44.573397+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.013 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:44.573397+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.014 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:44.615144+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:03:50.014 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:44.615144+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:03:50.014 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:44.615323+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.014 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:44.615323+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.014 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:44.615479+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:50.014 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:44.615479+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:50.014 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:44.615665+0000 mon.a (mon.0) 267 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:50.014 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:44.615665+0000 mon.a (mon.0) 267 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:50.014 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:44.616407+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-09T04:03:50.014 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:44.616407+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-09T04:03:50.014 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:45.597716+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.014 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:45.597716+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.014 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:46.573792+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.015 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:46.573792+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.015 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:46.598226+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.015 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:46.598226+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.015 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:46.608920+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T04:03:50.015 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:46.608920+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T04:03:50.015 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:47.597600+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.015 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:47.597600+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.015 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:48.574232+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.015 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:48.574232+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.015 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:48.598835+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.015 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:48.598835+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.015 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:49.599025+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.015 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:49.599025+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.015 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.619354+0000 mon.a (mon.0) 273 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:50.016 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.619354+0000 mon.a (mon.0) 273 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:50.016 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.660040+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-09T04:03:50.016 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.660040+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-09T04:03:50.016 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667718+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-05-09T04:03:50.016 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667718+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-05-09T04:03:50.016 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667756+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:50.016 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667756+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:50.016 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667780+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-05-09T04:03:44.607467+0000 2024-05-09T04:03:50.016 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667780+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-05-09T04:03:44.607467+0000 2024-05-09T04:03:50.016 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667800+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:03:50.016 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667800+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:03:50.016 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667822+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:03:50.016 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667822+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:03:50.016 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667842+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-05-09T04:03:50.016 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667842+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-05-09T04:03:50.017 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667862+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:03:50.017 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667862+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:03:50.017 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667888+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.c 2024-05-09T04:03:50.017 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667888+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.c 2024-05-09T04:03:50.017 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667935+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.b 2024-05-09T04:03:50.017 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.667935+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.b 2024-05-09T04:03:50.017 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.669076+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-05-09T04:03:50.017 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.669076+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-05-09T04:03:50.017 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.669139+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:50.018 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.669139+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:50.018 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.669431+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e13: a(active, since 93s) 2024-05-09T04:03:50.018 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.669431+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e13: a(active, since 93s) 2024-05-09T04:03:50.018 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.669686+0000 mon.a (mon.0) 287 : cluster [INF] overall HEALTH_OK 2024-05-09T04:03:50.018 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: cluster 2024-05-09T04:03:49.669686+0000 mon.a (mon.0) 287 : cluster [INF] overall HEALTH_OK 2024-05-09T04:03:50.018 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:49.695931+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.018 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:49.695931+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.018 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:49.702342+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.018 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:49.702342+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.018 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:49.708120+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.018 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:49.708120+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.018 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:49.714064+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.018 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:49 smithi160 bash[22291]: audit 2024-05-09T04:03:49.714064+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.896491+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:03:50.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.896491+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:03:50.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.944034+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-09T04:03:50.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.944034+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-09T04:03:50.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.947107+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-05-09T04:03:50.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cephadm 2024-05-09T04:03:43.947107+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-05-09T04:03:50.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:44.573397+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:44.573397+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:44.615144+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:03:50.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:44.615144+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:03:50.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:44.615323+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:44.615323+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:44.615479+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:50.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:44.615479+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:50.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:44.615665+0000 mon.a (mon.0) 267 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:50.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:44.615665+0000 mon.a (mon.0) 267 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:50.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:44.616407+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-09T04:03:50.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:44.616407+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-09T04:03:50.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:45.597716+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:45.597716+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:46.573792+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:46.573792+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:46.598226+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:46.598226+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:46.608920+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T04:03:50.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:46.608920+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T04:03:50.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:47.597600+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.028 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:47.597600+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.028 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:48.574232+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.028 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:48.574232+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.028 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:48.598835+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.028 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:48.598835+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.028 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:49.599025+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.028 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:49.599025+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.028 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.619354+0000 mon.a (mon.0) 273 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:50.028 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.619354+0000 mon.a (mon.0) 273 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:50.028 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.660040+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-09T04:03:50.028 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.660040+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-09T04:03:50.028 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667718+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-05-09T04:03:50.028 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667718+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-05-09T04:03:50.028 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667756+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:50.028 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667756+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:50.029 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667780+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-05-09T04:03:44.607467+0000 2024-05-09T04:03:50.029 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667780+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-05-09T04:03:44.607467+0000 2024-05-09T04:03:50.029 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667800+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:03:50.029 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667800+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:03:50.029 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667822+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:03:50.029 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667822+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:03:50.029 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667842+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-05-09T04:03:50.029 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667842+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-05-09T04:03:50.029 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667862+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:03:50.029 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667862+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:03:50.029 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667888+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.c 2024-05-09T04:03:50.029 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667888+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.c 2024-05-09T04:03:50.029 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667935+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.b 2024-05-09T04:03:50.029 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.667935+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.b 2024-05-09T04:03:50.029 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.669076+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-05-09T04:03:50.030 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.669076+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-05-09T04:03:50.030 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.669139+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:50.030 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.669139+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:50.030 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.669431+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e13: a(active, since 93s) 2024-05-09T04:03:50.030 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.669431+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e13: a(active, since 93s) 2024-05-09T04:03:50.030 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.669686+0000 mon.a (mon.0) 287 : cluster [INF] overall HEALTH_OK 2024-05-09T04:03:50.030 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: cluster 2024-05-09T04:03:49.669686+0000 mon.a (mon.0) 287 : cluster [INF] overall HEALTH_OK 2024-05-09T04:03:50.030 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:49.695931+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.030 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:49.695931+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.030 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:49.702342+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.030 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:49.702342+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.030 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:49.708120+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.030 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:49.708120+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.030 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:49.714064+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.031 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:49 smithi188 bash[21926]: audit 2024-05-09T04:03:49.714064+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.896491+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:03:50.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.896491+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:03:50.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.944034+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-09T04:03:50.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.944034+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-05-09T04:03:50.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.947107+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-05-09T04:03:50.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cephadm 2024-05-09T04:03:43.947107+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-05-09T04:03:50.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:44.573397+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:44.573397+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:44.615144+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:03:50.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:44.615144+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:03:50.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:44.615323+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:44.615323+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:44.615479+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:50.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:44.615479+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:03:50.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:44.615665+0000 mon.a (mon.0) 267 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:50.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:44.615665+0000 mon.a (mon.0) 267 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:50.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:44.616407+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-09T04:03:50.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:44.616407+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-05-09T04:03:50.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:45.597716+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:45.597716+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:46.573792+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:46.573792+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:46.598226+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:46.598226+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:46.608920+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T04:03:50.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:46.608920+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-05-09T04:03:50.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:47.597600+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:47.597600+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:48.574232+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:48.574232+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:50.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:48.598835+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:48.598835+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:49.599025+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:49.599025+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:50.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.619354+0000 mon.a (mon.0) 273 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:50.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.619354+0000 mon.a (mon.0) 273 : cluster [INF] mon.a calling monitor election 2024-05-09T04:03:50.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.660040+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-09T04:03:50.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.660040+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-05-09T04:03:50.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667718+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-05-09T04:03:50.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667718+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-05-09T04:03:50.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667756+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:50.199 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667756+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:50.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667780+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-05-09T04:03:44.607467+0000 2024-05-09T04:03:50.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667780+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-05-09T04:03:44.607467+0000 2024-05-09T04:03:50.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667800+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:03:50.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667800+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:03:50.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667822+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:03:50.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667822+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:03:50.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667842+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-05-09T04:03:50.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667842+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-05-09T04:03:50.200 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667862+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:03:50.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667862+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:03:50.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667888+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.c 2024-05-09T04:03:50.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667888+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.c 2024-05-09T04:03:50.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667935+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.b 2024-05-09T04:03:50.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.667935+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.b 2024-05-09T04:03:50.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.669076+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-05-09T04:03:50.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.669076+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-05-09T04:03:50.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.669139+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:50.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.669139+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-05-09T04:03:50.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.669431+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e13: a(active, since 93s) 2024-05-09T04:03:50.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.669431+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e13: a(active, since 93s) 2024-05-09T04:03:50.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.669686+0000 mon.a (mon.0) 287 : cluster [INF] overall HEALTH_OK 2024-05-09T04:03:50.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: cluster 2024-05-09T04:03:49.669686+0000 mon.a (mon.0) 287 : cluster [INF] overall HEALTH_OK 2024-05-09T04:03:50.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:49.695931+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:49.695931+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:49.702342+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:49.702342+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:49.708120+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:49.708120+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:49.714064+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:49 smithi037 bash[21462]: audit 2024-05-09T04:03:49.714064+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:50.748 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.c/config 2024-05-09T04:03:50.999 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:49.720259+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.000 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:49.720259+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.000 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: cephadm 2024-05-09T04:03:49.729071+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-09T04:03:51.000 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: cephadm 2024-05-09T04:03:49.729071+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-09T04:03:51.000 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:49.743206+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:51.000 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:49.743206+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:51.000 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:49.745306+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:51.000 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:49.745306+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:51.000 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:49.747697+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:51.000 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:49.747697+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:51.000 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: cephadm 2024-05-09T04:03:49.756859+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi160 2024-05-09T04:03:51.000 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: cephadm 2024-05-09T04:03:49.756859+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi160 2024-05-09T04:03:51.000 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:49.877221+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.000 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:49.877221+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.000 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:49.992211+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.001 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:49.992211+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.001 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:49.999987+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.001 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:49.999987+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.001 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:50.009941+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.001 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:50.009941+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.001 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:50.048746+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.001 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:50.048746+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.001 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:50.056638+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.001 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:50.056638+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.001 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:50.067106+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.001 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:50.067106+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.001 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:50.598924+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:51.001 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:50 smithi160 bash[22291]: audit 2024-05-09T04:03:50.598924+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:51.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:49.720259+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:49.720259+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: cephadm 2024-05-09T04:03:49.729071+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-09T04:03:51.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: cephadm 2024-05-09T04:03:49.729071+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-09T04:03:51.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:49.743206+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:51.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:49.743206+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:51.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:49.745306+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:51.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:49.745306+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:51.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:49.747697+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:51.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:49.747697+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:51.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: cephadm 2024-05-09T04:03:49.756859+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi160 2024-05-09T04:03:51.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: cephadm 2024-05-09T04:03:49.756859+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi160 2024-05-09T04:03:51.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:49.877221+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:49.877221+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:49.992211+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:49.992211+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:49.999987+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:49.999987+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:50.009941+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:50.009941+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:50.048746+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:50.048746+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:50.056638+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:50.056638+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:50.067106+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:50.067106+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:50.598924+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:51.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:50 smithi188 bash[21926]: audit 2024-05-09T04:03:50.598924+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:51.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:49.720259+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:49.720259+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: cephadm 2024-05-09T04:03:49.729071+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-09T04:03:51.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: cephadm 2024-05-09T04:03:49.729071+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-05-09T04:03:51.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:49.743206+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:51.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:49.743206+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:51.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:49.745306+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:51.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:49.745306+0000 mon.a (mon.0) 294 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:51.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:49.747697+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:51.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:49.747697+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:51.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: cephadm 2024-05-09T04:03:49.756859+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi160 2024-05-09T04:03:51.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: cephadm 2024-05-09T04:03:49.756859+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi160 2024-05-09T04:03:51.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:49.877221+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:49.877221+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:49.992211+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:49.992211+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:49.999987+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:49.999987+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:50.009941+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:50.009941+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:50.048746+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:50.048746+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:50.056638+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:50.056638+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:50.067106+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:50.067106+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:51.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:50.598924+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:51.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:50 smithi037 bash[21462]: audit 2024-05-09T04:03:50.598924+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:03:52.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:51 smithi188 bash[21926]: cluster 2024-05-09T04:03:50.574651+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:52.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:51 smithi188 bash[21926]: cluster 2024-05-09T04:03:50.574651+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:52.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:51 smithi188 bash[21926]: audit 2024-05-09T04:03:51.528756+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:51 smithi188 bash[21926]: audit 2024-05-09T04:03:51.528756+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:51 smithi188 bash[21926]: audit 2024-05-09T04:03:51.536546+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:51 smithi188 bash[21926]: audit 2024-05-09T04:03:51.536546+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:51 smithi188 bash[21926]: audit 2024-05-09T04:03:51.577041+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:52.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:51 smithi188 bash[21926]: audit 2024-05-09T04:03:51.577041+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:52.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:51 smithi188 bash[21926]: audit 2024-05-09T04:03:51.582628+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:52.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:51 smithi188 bash[21926]: audit 2024-05-09T04:03:51.582628+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:52.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:51 smithi188 bash[21926]: audit 2024-05-09T04:03:51.584696+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:52.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:51 smithi188 bash[21926]: audit 2024-05-09T04:03:51.584696+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:52.026 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-05-09T04:03:52.026 INFO:teuthology.orchestra.run.smithi188.stdout:{"epoch":3,"fsid":"8cd65cde-0db8-11ef-bc97-c7b262605968","modified":"2024-05-09T04:03:44.607467Z","created":"2024-05-09T04:01:04.043028Z","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.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:3300","nonce":0},{"type":"v1","addr":"172.21.15.188:6789","nonce":0}]},"addr":"172.21.15.188:6789/0","public_addr":"172.21.15.188:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-05-09T04:03:52.029 INFO:teuthology.orchestra.run.smithi188.stderr:dumped monmap epoch 3 2024-05-09T04:03:52.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:51 smithi160 bash[22291]: cluster 2024-05-09T04:03:50.574651+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:52.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:51 smithi160 bash[22291]: cluster 2024-05-09T04:03:50.574651+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:52.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:51 smithi160 bash[22291]: audit 2024-05-09T04:03:51.528756+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:51 smithi160 bash[22291]: audit 2024-05-09T04:03:51.528756+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:51 smithi160 bash[22291]: audit 2024-05-09T04:03:51.536546+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:51 smithi160 bash[22291]: audit 2024-05-09T04:03:51.536546+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:51 smithi160 bash[22291]: audit 2024-05-09T04:03:51.577041+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:52.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:51 smithi160 bash[22291]: audit 2024-05-09T04:03:51.577041+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:52.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:51 smithi160 bash[22291]: audit 2024-05-09T04:03:51.582628+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:52.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:51 smithi160 bash[22291]: audit 2024-05-09T04:03:51.582628+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:52.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:51 smithi160 bash[22291]: audit 2024-05-09T04:03:51.584696+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:52.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:51 smithi160 bash[22291]: audit 2024-05-09T04:03:51.584696+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:52.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:51 smithi037 bash[21462]: cluster 2024-05-09T04:03:50.574651+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:52.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:51 smithi037 bash[21462]: cluster 2024-05-09T04:03:50.574651+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:52.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:51 smithi037 bash[21462]: audit 2024-05-09T04:03:51.528756+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:51 smithi037 bash[21462]: audit 2024-05-09T04:03:51.528756+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:51 smithi037 bash[21462]: audit 2024-05-09T04:03:51.536546+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:51 smithi037 bash[21462]: audit 2024-05-09T04:03:51.536546+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:51 smithi037 bash[21462]: audit 2024-05-09T04:03:51.577041+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:52.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:51 smithi037 bash[21462]: audit 2024-05-09T04:03:51.577041+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:03:52.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:51 smithi037 bash[21462]: audit 2024-05-09T04:03:51.582628+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:52.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:51 smithi037 bash[21462]: audit 2024-05-09T04:03:51.582628+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:52.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:51 smithi037 bash[21462]: audit 2024-05-09T04:03:51.584696+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:52.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:51 smithi037 bash[21462]: audit 2024-05-09T04:03:51.584696+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:03:52.652 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-05-09T04:03:52.652 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph config generate-minimal-conf 2024-05-09T04:03:52.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: cephadm 2024-05-09T04:03:51.587423+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:03:52.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: cephadm 2024-05-09T04:03:51.587423+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:03:52.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: cephadm 2024-05-09T04:03:51.588145+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:03:52.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: cephadm 2024-05-09T04:03:51.588145+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:03:52.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: cephadm 2024-05-09T04:03:51.588538+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:52.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: cephadm 2024-05-09T04:03:51.588538+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:52.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.026024+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.188:0/1351690143' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:52.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.026024+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.188:0/1351690143' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:52.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.179492+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.179492+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.186163+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.186163+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.192596+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.192596+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.197564+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.197564+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.202605+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.202605+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.209492+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.209492+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.216379+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.216379+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:52.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.317720+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:52.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.317720+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:52.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.319492+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:52.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.319492+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:52.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.321172+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:52.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:52 smithi037 bash[21462]: audit 2024-05-09T04:03:52.321172+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:53.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: cephadm 2024-05-09T04:03:51.587423+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:03:53.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: cephadm 2024-05-09T04:03:51.587423+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:03:53.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: cephadm 2024-05-09T04:03:51.588145+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:03:53.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: cephadm 2024-05-09T04:03:51.588145+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:03:53.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: cephadm 2024-05-09T04:03:51.588538+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:53.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: cephadm 2024-05-09T04:03:51.588538+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:53.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.026024+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.188:0/1351690143' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:53.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.026024+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.188:0/1351690143' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:53.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.179492+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.179492+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.186163+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.186163+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.192596+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.192596+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.197564+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.197564+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.202605+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.202605+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.209492+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.209492+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.216379+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.216379+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.317720+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:53.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.317720+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:53.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.319492+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:53.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.319492+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:53.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.321172+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:53.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:52 smithi188 bash[21926]: audit 2024-05-09T04:03:52.321172+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:53.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: cephadm 2024-05-09T04:03:51.587423+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:03:53.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: cephadm 2024-05-09T04:03:51.587423+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:03:53.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: cephadm 2024-05-09T04:03:51.588145+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:03:53.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: cephadm 2024-05-09T04:03:51.588145+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:03:53.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: cephadm 2024-05-09T04:03:51.588538+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:53.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: cephadm 2024-05-09T04:03:51.588538+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:03:53.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.026024+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.188:0/1351690143' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:53.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.026024+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.188:0/1351690143' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-05-09T04:03:53.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.179492+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.179492+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.186163+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.186163+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.192596+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.192596+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.197564+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.197564+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.202605+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.202605+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.209492+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.209492+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.216379+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.216379+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.317720+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:53.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.317720+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:53.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.319492+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:53.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.319492+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:53.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.321172+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:53.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:52 smithi160 bash[22291]: audit 2024-05-09T04:03:52.321172+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:53.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: cephadm 2024-05-09T04:03:51.956809+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:53.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: cephadm 2024-05-09T04:03:51.956809+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:53.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: cephadm 2024-05-09T04:03:51.957036+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:53.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: cephadm 2024-05-09T04:03:51.957036+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:53.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: cephadm 2024-05-09T04:03:51.957433+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:53.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: cephadm 2024-05-09T04:03:51.957433+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:53.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: cephadm 2024-05-09T04:03:52.317023+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-09T04:03:53.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: cephadm 2024-05-09T04:03:52.317023+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-09T04:03:53.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: cephadm 2024-05-09T04:03:52.323255+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-05-09T04:03:53.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: cephadm 2024-05-09T04:03:52.323255+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-05-09T04:03:53.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: cluster 2024-05-09T04:03:52.574997+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:53.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: cluster 2024-05-09T04:03:52.574997+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:53.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: audit 2024-05-09T04:03:52.878349+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: audit 2024-05-09T04:03:52.878349+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: audit 2024-05-09T04:03:52.883666+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: audit 2024-05-09T04:03:52.883666+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: audit 2024-05-09T04:03:52.889744+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:53.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:53 smithi037 bash[21462]: audit 2024-05-09T04:03:52.889744+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: cephadm 2024-05-09T04:03:51.956809+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: cephadm 2024-05-09T04:03:51.956809+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: cephadm 2024-05-09T04:03:51.957036+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: cephadm 2024-05-09T04:03:51.957036+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: cephadm 2024-05-09T04:03:51.957433+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: cephadm 2024-05-09T04:03:51.957433+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: cephadm 2024-05-09T04:03:52.317023+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-09T04:03:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: cephadm 2024-05-09T04:03:52.317023+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-09T04:03:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: cephadm 2024-05-09T04:03:52.323255+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-05-09T04:03:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: cephadm 2024-05-09T04:03:52.323255+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-05-09T04:03:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: cluster 2024-05-09T04:03:52.574997+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:54.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: cluster 2024-05-09T04:03:52.574997+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:54.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: audit 2024-05-09T04:03:52.878349+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:54.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: audit 2024-05-09T04:03:52.878349+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:54.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: audit 2024-05-09T04:03:52.883666+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:54.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: audit 2024-05-09T04:03:52.883666+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:54.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: audit 2024-05-09T04:03:52.889744+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:54.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:53 smithi188 bash[21926]: audit 2024-05-09T04:03:52.889744+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:54.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: cephadm 2024-05-09T04:03:51.956809+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: cephadm 2024-05-09T04:03:51.956809+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: cephadm 2024-05-09T04:03:51.957036+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: cephadm 2024-05-09T04:03:51.957036+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: cephadm 2024-05-09T04:03:51.957433+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: cephadm 2024-05-09T04:03:51.957433+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:03:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: cephadm 2024-05-09T04:03:52.317023+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-09T04:03:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: cephadm 2024-05-09T04:03:52.317023+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-05-09T04:03:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: cephadm 2024-05-09T04:03:52.323255+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-05-09T04:03:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: cephadm 2024-05-09T04:03:52.323255+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-05-09T04:03:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: cluster 2024-05-09T04:03:52.574997+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: cluster 2024-05-09T04:03:52.574997+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:54.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: audit 2024-05-09T04:03:52.878349+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:54.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: audit 2024-05-09T04:03:52.878349+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:54.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: audit 2024-05-09T04:03:52.883666+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:54.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: audit 2024-05-09T04:03:52.883666+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:54.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: audit 2024-05-09T04:03:52.889744+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:54.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:53 smithi160 bash[22291]: audit 2024-05-09T04:03:52.889744+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:55.591 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:55 smithi188 bash[21926]: audit 2024-05-09T04:03:54.301228+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:55.591 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:55 smithi188 bash[21926]: audit 2024-05-09T04:03:54.301228+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:55.592 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:55 smithi188 bash[21926]: audit 2024-05-09T04:03:54.310226+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:55.592 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:55 smithi188 bash[21926]: audit 2024-05-09T04:03:54.310226+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:55.592 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:55 smithi188 bash[21926]: cephadm 2024-05-09T04:03:54.345354+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-09T04:03:55.592 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:55 smithi188 bash[21926]: cephadm 2024-05-09T04:03:54.345354+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-09T04:03:55.592 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:55 smithi188 bash[21926]: audit 2024-05-09T04:03:54.346117+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:55.592 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:55 smithi188 bash[21926]: audit 2024-05-09T04:03:54.346117+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:55.592 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:55 smithi188 bash[21926]: audit 2024-05-09T04:03:54.348262+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:55.592 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:55 smithi188 bash[21926]: audit 2024-05-09T04:03:54.348262+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:55.592 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:55 smithi188 bash[21926]: audit 2024-05-09T04:03:54.350294+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:55.592 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:55 smithi188 bash[21926]: audit 2024-05-09T04:03:54.350294+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:55.592 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:55 smithi188 bash[21926]: cephadm 2024-05-09T04:03:54.352581+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.c on smithi188 2024-05-09T04:03:55.592 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:55 smithi188 bash[21926]: cephadm 2024-05-09T04:03:54.352581+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.c on smithi188 2024-05-09T04:03:55.592 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:55 smithi188 bash[21926]: cluster 2024-05-09T04:03:54.575366+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:55.592 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:55 smithi188 bash[21926]: cluster 2024-05-09T04:03:54.575366+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:55.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:55 smithi160 bash[22291]: audit 2024-05-09T04:03:54.301228+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:55.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:55 smithi160 bash[22291]: audit 2024-05-09T04:03:54.301228+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:55.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:55 smithi160 bash[22291]: audit 2024-05-09T04:03:54.310226+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:55.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:55 smithi160 bash[22291]: audit 2024-05-09T04:03:54.310226+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:55.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:55 smithi160 bash[22291]: cephadm 2024-05-09T04:03:54.345354+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-09T04:03:55.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:55 smithi160 bash[22291]: cephadm 2024-05-09T04:03:54.345354+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-09T04:03:55.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:55 smithi160 bash[22291]: audit 2024-05-09T04:03:54.346117+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:55.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:55 smithi160 bash[22291]: audit 2024-05-09T04:03:54.346117+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:55.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:55 smithi160 bash[22291]: audit 2024-05-09T04:03:54.348262+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:55.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:55 smithi160 bash[22291]: audit 2024-05-09T04:03:54.348262+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:55.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:55 smithi160 bash[22291]: audit 2024-05-09T04:03:54.350294+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:55.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:55 smithi160 bash[22291]: audit 2024-05-09T04:03:54.350294+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:55.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:55 smithi160 bash[22291]: cephadm 2024-05-09T04:03:54.352581+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.c on smithi188 2024-05-09T04:03:55.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:55 smithi160 bash[22291]: cephadm 2024-05-09T04:03:54.352581+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.c on smithi188 2024-05-09T04:03:55.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:55 smithi160 bash[22291]: cluster 2024-05-09T04:03:54.575366+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:55.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:55 smithi160 bash[22291]: cluster 2024-05-09T04:03:54.575366+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:55.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:55 smithi037 bash[21462]: audit 2024-05-09T04:03:54.301228+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:55.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:55 smithi037 bash[21462]: audit 2024-05-09T04:03:54.301228+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:55.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:55 smithi037 bash[21462]: audit 2024-05-09T04:03:54.310226+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:55.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:55 smithi037 bash[21462]: audit 2024-05-09T04:03:54.310226+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:55.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:55 smithi037 bash[21462]: cephadm 2024-05-09T04:03:54.345354+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-09T04:03:55.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:55 smithi037 bash[21462]: cephadm 2024-05-09T04:03:54.345354+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-05-09T04:03:55.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:55 smithi037 bash[21462]: audit 2024-05-09T04:03:54.346117+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:55.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:55 smithi037 bash[21462]: audit 2024-05-09T04:03:54.346117+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-05-09T04:03:55.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:55 smithi037 bash[21462]: audit 2024-05-09T04:03:54.348262+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:55.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:55 smithi037 bash[21462]: audit 2024-05-09T04:03:54.348262+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-05-09T04:03:55.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:55 smithi037 bash[21462]: audit 2024-05-09T04:03:54.350294+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:55.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:55 smithi037 bash[21462]: audit 2024-05-09T04:03:54.350294+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:55.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:55 smithi037 bash[21462]: cephadm 2024-05-09T04:03:54.352581+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.c on smithi188 2024-05-09T04:03:55.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:55 smithi037 bash[21462]: cephadm 2024-05-09T04:03:54.352581+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.c on smithi188 2024-05-09T04:03:55.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:55 smithi037 bash[21462]: cluster 2024-05-09T04:03:54.575366+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:55.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:55 smithi037 bash[21462]: cluster 2024-05-09T04:03:54.575366+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:57.372 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:03:57.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:57 smithi037 bash[21462]: audit 2024-05-09T04:03:56.364066+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:57.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:57 smithi037 bash[21462]: audit 2024-05-09T04:03:56.364066+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:57.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:57 smithi037 bash[21462]: audit 2024-05-09T04:03:56.372704+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:57.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:57 smithi037 bash[21462]: audit 2024-05-09T04:03:56.372704+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:57.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:57 smithi037 bash[21462]: cluster 2024-05-09T04:03:56.575718+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:57.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:57 smithi037 bash[21462]: cluster 2024-05-09T04:03:56.575718+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:57.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:57 smithi188 bash[21926]: audit 2024-05-09T04:03:56.364066+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:57.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:57 smithi188 bash[21926]: audit 2024-05-09T04:03:56.364066+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:57.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:57 smithi188 bash[21926]: audit 2024-05-09T04:03:56.372704+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:57.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:57 smithi188 bash[21926]: audit 2024-05-09T04:03:56.372704+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:57.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:57 smithi188 bash[21926]: cluster 2024-05-09T04:03:56.575718+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:57.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:57 smithi188 bash[21926]: cluster 2024-05-09T04:03:56.575718+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:57.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:57 smithi160 bash[22291]: audit 2024-05-09T04:03:56.364066+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:57.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:57 smithi160 bash[22291]: audit 2024-05-09T04:03:56.364066+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:57.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:57 smithi160 bash[22291]: audit 2024-05-09T04:03:56.372704+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:57.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:57 smithi160 bash[22291]: audit 2024-05-09T04:03:56.372704+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:03:57.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:57 smithi160 bash[22291]: cluster 2024-05-09T04:03:56.575718+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:57.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:57 smithi160 bash[22291]: cluster 2024-05-09T04:03:56.575718+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:58.532 INFO:teuthology.orchestra.run.smithi037.stdout:# minimal ceph.conf for 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:58.532 INFO:teuthology.orchestra.run.smithi037.stdout:[global] 2024-05-09T04:03:58.532 INFO:teuthology.orchestra.run.smithi037.stdout: fsid = 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:03:58.533 INFO:teuthology.orchestra.run.smithi037.stdout: mon_host = [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] 2024-05-09T04:03:58.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:58 smithi160 bash[22291]: audit 2024-05-09T04:03:58.531883+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.37:0/1063833383' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:58.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:58 smithi160 bash[22291]: audit 2024-05-09T04:03:58.531883+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.37:0/1063833383' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:58.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:58 smithi037 bash[21462]: audit 2024-05-09T04:03:58.531883+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.37:0/1063833383' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:58.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:58 smithi037 bash[21462]: audit 2024-05-09T04:03:58.531883+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.37:0/1063833383' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:59.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:58 smithi188 bash[21926]: audit 2024-05-09T04:03:58.531883+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.37:0/1063833383' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:59.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:58 smithi188 bash[21926]: audit 2024-05-09T04:03:58.531883+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.37:0/1063833383' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:03:59.188 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-05-09T04:03:59.188 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-05-09T04:03:59.188 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.conf 2024-05-09T04:03:59.204 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-05-09T04:03:59.204 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:59.257 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-09T04:03:59.258 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.conf 2024-05-09T04:03:59.272 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-09T04:03:59.273 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:59.326 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-05-09T04:03:59.326 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/ceph/ceph.conf 2024-05-09T04:03:59.401 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-05-09T04:03:59.401 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:03:59.415 INFO:tasks.cephadm:Adding mgr.a on smithi037 2024-05-09T04:03:59.416 INFO:tasks.cephadm:Adding mgr.b on smithi160 2024-05-09T04:03:59.416 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph orch apply mgr '2;smithi037=a;smithi160=b' 2024-05-09T04:03:59.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:59 smithi037 bash[21462]: cluster 2024-05-09T04:03:58.575970+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:03:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:03:59 smithi037 bash[21462]: cluster 2024-05-09T04:03:58.575970+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:00.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:59 smithi188 bash[21926]: cluster 2024-05-09T04:03:58.575970+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:00.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:03:59 smithi188 bash[21926]: cluster 2024-05-09T04:03:58.575970+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:00.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:59 smithi160 bash[22291]: cluster 2024-05-09T04:03:58.575970+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:00.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:03:59 smithi160 bash[22291]: cluster 2024-05-09T04:03:58.575970+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:01.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:01 smithi188 bash[21926]: cluster 2024-05-09T04:04:00.576333+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:01.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:01 smithi188 bash[21926]: cluster 2024-05-09T04:04:00.576333+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:01.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:01 smithi037 bash[21462]: cluster 2024-05-09T04:04:00.576333+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:01.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:01 smithi037 bash[21462]: cluster 2024-05-09T04:04:00.576333+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:02.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:01 smithi160 bash[22291]: cluster 2024-05-09T04:04:00.576333+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:02.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:01 smithi160 bash[22291]: cluster 2024-05-09T04:04:00.576333+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:03.183 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.c/config 2024-05-09T04:04:03.906 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:03 smithi188 bash[21926]: cluster 2024-05-09T04:04:02.576728+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:03.907 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:03 smithi188 bash[21926]: cluster 2024-05-09T04:04:02.576728+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:03.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:03 smithi037 bash[21462]: cluster 2024-05-09T04:04:02.576728+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:03.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:03 smithi037 bash[21462]: cluster 2024-05-09T04:04:02.576728+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:04.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:03 smithi160 bash[22291]: cluster 2024-05-09T04:04:02.576728+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:04.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:03 smithi160 bash[22291]: cluster 2024-05-09T04:04:02.576728+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:04.307 INFO:teuthology.orchestra.run.smithi188.stdout:Scheduled mgr update... 2024-05-09T04:04:04.972 DEBUG:teuthology.orchestra.run.smithi160:mgr.b> sudo journalctl -f -n 0 -u ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mgr.b.service 2024-05-09T04:04:04.974 INFO:tasks.cephadm:Deploying OSDs... 2024-05-09T04:04:04.974 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-05-09T04:04:04.974 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/scratch_devs of=/dev/stdout 2024-05-09T04:04:04.980 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-05-09T04:04:04.980 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_1 2024-05-09T04:04:05.029 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-09T04:04:05.030 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T04:04:05.030 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 880 Links: 1 2024-05-09T04:04:05.030 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T04:04:05.030 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-05-09 03:54:15.477682450 +0000 2024-05-09T04:04:05.030 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-05-09 03:54:15.229684663 +0000 2024-05-09T04:04:05.030 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-05-09 03:54:15.229684663 +0000 2024-05-09T04:04:05.030 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-05-09T04:04:05.030 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-09T04:04:05.085 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-05-09T04:04:05.085 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-05-09T04:04:05.085 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000450991 s, 1.1 MB/s 2024-05-09T04:04:05.086 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-09T04:04:05.135 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_2 2024-05-09T04:04:05.181 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-09T04:04:05.181 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T04:04:05.181 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 898 Links: 1 2024-05-09T04:04:05.182 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T04:04:05.182 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-05-09 03:54:15.965678096 +0000 2024-05-09T04:04:05.182 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-05-09 03:54:15.697680488 +0000 2024-05-09T04:04:05.182 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-05-09 03:54:15.697680488 +0000 2024-05-09T04:04:05.182 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-05-09T04:04:05.182 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-09T04:04:05.236 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-05-09T04:04:05.236 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-05-09T04:04:05.236 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000317524 s, 1.6 MB/s 2024-05-09T04:04:05.237 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-09T04:04:05.295 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_3 2024-05-09T04:04:05.345 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-09T04:04:05.346 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T04:04:05.346 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-05-09T04:04:05.346 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T04:04:05.346 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-05-09 03:54:16.489673422 +0000 2024-05-09T04:04:05.346 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-05-09 03:54:16.221675813 +0000 2024-05-09T04:04:05.346 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-05-09 03:54:16.221675813 +0000 2024-05-09T04:04:05.346 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-05-09T04:04:05.346 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-09T04:04:05.398 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.296192+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi160=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:04:05.399 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.296192+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi160=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:04:05.399 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: cephadm 2024-05-09T04:04:04.299814+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi037=a;smithi160=b;count:2 2024-05-09T04:04:05.399 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: cephadm 2024-05-09T04:04:04.299814+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi037=a;smithi160=b;count:2 2024-05-09T04:04:05.399 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.306311+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:05.399 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.306311+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:05.399 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.310003+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:05.399 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.310003+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:05.399 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.315687+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:05.399 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.315687+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:05.399 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.317521+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:05.399 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.317521+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:05.399 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.326576+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:05.399 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.326576+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:05.399 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.330933+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T04:04:05.400 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.330933+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T04:04:05.400 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.333409+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-09T04:04:05.400 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.333409+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-09T04:04:05.400 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.338230+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T04:04:05.400 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.338230+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T04:04:05.400 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.340217+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:05.400 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: audit 2024-05-09T04:04:04.340217+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:05.400 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: cephadm 2024-05-09T04:04:04.342231+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Deploying daemon mgr.b on smithi160 2024-05-09T04:04:05.400 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: cephadm 2024-05-09T04:04:04.342231+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Deploying daemon mgr.b on smithi160 2024-05-09T04:04:05.400 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: cluster 2024-05-09T04:04:04.577109+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:05.400 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:05 smithi037 bash[21462]: cluster 2024-05-09T04:04:04.577109+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:05.401 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-05-09T04:04:05.401 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-05-09T04:04:05.401 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000315028 s, 1.6 MB/s 2024-05-09T04:04:05.402 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-09T04:04:05.451 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_4 2024-05-09T04:04:05.496 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-09T04:04:05.496 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T04:04:05.497 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-05-09T04:04:05.497 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T04:04:05.497 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-05-09 03:54:16.961669212 +0000 2024-05-09T04:04:05.497 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-05-09 03:54:16.713671425 +0000 2024-05-09T04:04:05.497 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-05-09 03:54:16.713671425 +0000 2024-05-09T04:04:05.497 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-05-09T04:04:05.497 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-09T04:04:05.549 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-05-09T04:04:05.549 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-05-09T04:04:05.549 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000267453 s, 1.9 MB/s 2024-05-09T04:04:05.550 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-09T04:04:05.598 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-05-09T04:04:05.598 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-05-09T04:04:05.604 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-05-09T04:04:05.604 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_1 2024-05-09T04:04:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.296192+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi160=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:04:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.296192+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi160=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:04:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: cephadm 2024-05-09T04:04:04.299814+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi037=a;smithi160=b;count:2 2024-05-09T04:04:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: cephadm 2024-05-09T04:04:04.299814+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi037=a;smithi160=b;count:2 2024-05-09T04:04:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.306311+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.306311+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.310003+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.310003+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.315687+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.315687+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.317521+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.317521+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.326576+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:05.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.326576+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:05.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.330933+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T04:04:05.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.330933+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T04:04:05.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.333409+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-09T04:04:05.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.333409+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-09T04:04:05.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.338230+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T04:04:05.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.338230+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T04:04:05.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.340217+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:05.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: audit 2024-05-09T04:04:04.340217+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:05.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: cephadm 2024-05-09T04:04:04.342231+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Deploying daemon mgr.b on smithi160 2024-05-09T04:04:05.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: cephadm 2024-05-09T04:04:04.342231+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Deploying daemon mgr.b on smithi160 2024-05-09T04:04:05.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: cluster 2024-05-09T04:04:04.577109+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:05.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:05 smithi160 bash[22291]: cluster 2024-05-09T04:04:04.577109+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:05.613 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-09T04:04:05.613 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T04:04:05.614 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 873 Links: 1 2024-05-09T04:04:05.614 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T04:04:05.614 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-05-09 03:54:11.550653383 +0000 2024-05-09T04:04:05.614 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-05-09 03:54:11.282630587 +0000 2024-05-09T04:04:05.614 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-05-09 03:54:11.282630587 +0000 2024-05-09T04:04:05.617 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-05-09T04:04:05.617 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-09T04:04:05.670 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-05-09T04:04:05.670 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-05-09T04:04:05.670 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000443217 s, 1.2 MB/s 2024-05-09T04:04:05.671 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-09T04:04:05.720 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_2 2024-05-09T04:04:05.767 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-09T04:04:05.767 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T04:04:05.767 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-05-09T04:04:05.767 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T04:04:05.767 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-05-09 03:54:12.002691845 +0000 2024-05-09T04:04:05.767 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-05-09 03:54:11.758671078 +0000 2024-05-09T04:04:05.767 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-05-09 03:54:11.758671078 +0000 2024-05-09T04:04:05.767 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-05-09T04:04:05.768 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-09T04:04:05.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.296192+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi160=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:04:05.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.296192+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi160=b", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:04:05.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: cephadm 2024-05-09T04:04:04.299814+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi037=a;smithi160=b;count:2 2024-05-09T04:04:05.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: cephadm 2024-05-09T04:04:04.299814+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi037=a;smithi160=b;count:2 2024-05-09T04:04:05.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.306311+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:05.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.306311+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:05.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.310003+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:05.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.310003+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:05.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.315687+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:05.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.315687+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:05.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.317521+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:05.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.317521+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:05.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.326576+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:05.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.326576+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:05.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.330933+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T04:04:05.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.330933+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T04:04:05.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.333409+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-09T04:04:05.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.333409+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-05-09T04:04:05.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.338230+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T04:04:05.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.338230+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T04:04:05.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.340217+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:05.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: audit 2024-05-09T04:04:04.340217+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:05.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: cephadm 2024-05-09T04:04:04.342231+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Deploying daemon mgr.b on smithi160 2024-05-09T04:04:05.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: cephadm 2024-05-09T04:04:04.342231+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Deploying daemon mgr.b on smithi160 2024-05-09T04:04:05.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: cluster 2024-05-09T04:04:04.577109+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:05.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:05 smithi188 bash[21926]: cluster 2024-05-09T04:04:04.577109+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:05.822 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-05-09T04:04:05.822 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-05-09T04:04:05.822 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000456335 s, 1.1 MB/s 2024-05-09T04:04:05.823 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-09T04:04:05.871 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_3 2024-05-09T04:04:05.922 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-09T04:04:05.923 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T04:04:05.923 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-05-09T04:04:05.923 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T04:04:05.923 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-05-09 03:54:12.254712528 +0000 2024-05-09T04:04:05.923 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-05-09 03:54:12.250712198 +0000 2024-05-09T04:04:05.923 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-05-09 03:54:12.250712198 +0000 2024-05-09T04:04:05.923 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-05-09T04:04:05.923 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-09T04:04:05.977 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-05-09T04:04:05.977 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-05-09T04:04:05.977 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000429865 s, 1.2 MB/s 2024-05-09T04:04:05.978 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-09T04:04:06.030 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_4 2024-05-09T04:04:06.078 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-09T04:04:06.207 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T04:04:06.207 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-05-09T04:04:06.207 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T04:04:06.207 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-05-09 03:54:13.050777763 +0000 2024-05-09T04:04:06.207 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-05-09 03:54:12.794756844 +0000 2024-05-09T04:04:06.207 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-05-09 03:54:12.794756844 +0000 2024-05-09T04:04:06.207 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-05-09T04:04:06.208 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-09T04:04:06.225 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-05-09T04:04:06.225 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-05-09T04:04:06.226 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000249659 s, 2.1 MB/s 2024-05-09T04:04:06.227 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-09T04:04:06.278 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2024-05-09T04:04:06.278 DEBUG:teuthology.orchestra.run.smithi188:> dd if=/scratch_devs of=/dev/stdout 2024-05-09T04:04:06.289 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-05-09T04:04:06.289 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_1 2024-05-09T04:04:06.340 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-05-09T04:04:06.341 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T04:04:06.341 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 5h/5d Inode: 870 Links: 1 2024-05-09T04:04:06.341 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T04:04:06.341 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-05-09 03:54:12.966368261 +0000 2024-05-09T04:04:06.341 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-05-09 03:54:12.702345542 +0000 2024-05-09T04:04:06.341 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-05-09 03:54:12.702345542 +0000 2024-05-09T04:04:06.341 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2024-05-09T04:04:06.341 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-05-09T04:04:06.398 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-05-09T04:04:06.398 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-05-09T04:04:06.398 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000284132 s, 1.8 MB/s 2024-05-09T04:04:06.399 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-05-09T04:04:06.449 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_2 2024-05-09T04:04:06.498 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-05-09T04:04:06.498 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T04:04:06.498 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-05-09T04:04:06.498 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T04:04:06.499 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-05-09 03:54:13.222389636 +0000 2024-05-09T04:04:06.499 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-05-09 03:54:13.218389302 +0000 2024-05-09T04:04:06.499 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-05-09 03:54:13.218389302 +0000 2024-05-09T04:04:06.499 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2024-05-09T04:04:06.499 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-05-09T04:04:06.552 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-05-09T04:04:06.553 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-05-09T04:04:06.553 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000448303 s, 1.1 MB/s 2024-05-09T04:04:06.554 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-05-09T04:04:06.608 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_3 2024-05-09T04:04:06.658 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-05-09T04:04:06.659 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T04:04:06.659 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-05-09T04:04:06.659 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T04:04:06.659 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-05-09 03:54:14.042457643 +0000 2024-05-09T04:04:06.659 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-05-09 03:54:13.774435490 +0000 2024-05-09T04:04:06.659 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-05-09 03:54:13.774435490 +0000 2024-05-09T04:04:06.659 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2024-05-09T04:04:06.659 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-05-09T04:04:06.713 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-05-09T04:04:06.713 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-05-09T04:04:06.713 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000276275 s, 1.9 MB/s 2024-05-09T04:04:06.714 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-05-09T04:04:06.764 DEBUG:teuthology.orchestra.run.smithi188:> stat /dev/vg_nvme/lv_4 2024-05-09T04:04:06.809 INFO:teuthology.orchestra.run.smithi188.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-05-09T04:04:06.810 INFO:teuthology.orchestra.run.smithi188.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-05-09T04:04:06.810 INFO:teuthology.orchestra.run.smithi188.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-05-09T04:04:06.810 INFO:teuthology.orchestra.run.smithi188.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-05-09T04:04:06.810 INFO:teuthology.orchestra.run.smithi188.stdout:Access: 2024-05-09 03:54:14.522496075 +0000 2024-05-09T04:04:06.810 INFO:teuthology.orchestra.run.smithi188.stdout:Modify: 2024-05-09 03:54:14.274476219 +0000 2024-05-09T04:04:06.810 INFO:teuthology.orchestra.run.smithi188.stdout:Change: 2024-05-09 03:54:14.274476219 +0000 2024-05-09T04:04:06.810 INFO:teuthology.orchestra.run.smithi188.stdout: Birth: - 2024-05-09T04:04:06.810 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-05-09T04:04:06.862 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records in 2024-05-09T04:04:06.862 INFO:teuthology.orchestra.run.smithi188.stderr:1+0 records out 2024-05-09T04:04:06.863 INFO:teuthology.orchestra.run.smithi188.stderr:512 bytes copied, 0.000274151 s, 1.9 MB/s 2024-05-09T04:04:06.863 DEBUG:teuthology.orchestra.run.smithi188:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-05-09T04:04:06.911 INFO:tasks.cephadm:Deploying osd.0 on smithi037 with /dev/vg_nvme/lv_4... 2024-05-09T04:04:06.911 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-05-09T04:04:07.536 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:07 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:04:07.536 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:04:07 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:04:07.536 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:04:07 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:04:07.536 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:04:07 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:04:07.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:07 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:04:07.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:07 smithi160 bash[22291]: cluster 2024-05-09T04:04:06.577452+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:07.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:07 smithi160 bash[22291]: cluster 2024-05-09T04:04:06.577452+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:07.856 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:04:07 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:04:07.856 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:04:07 smithi160 systemd[1]: Started Ceph mgr.b for 8cd65cde-0db8-11ef-bc97-c7b262605968. 2024-05-09T04:04:07.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:07 smithi037 bash[21462]: cluster 2024-05-09T04:04:06.577452+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:07.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:07 smithi037 bash[21462]: cluster 2024-05-09T04:04:06.577452+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:08.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:07 smithi188 bash[21926]: cluster 2024-05-09T04:04:06.577452+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:08.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:07 smithi188 bash[21926]: cluster 2024-05-09T04:04:06.577452+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:08.927 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.675099+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.927 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.675099+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.927 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.680766+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.928 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.680766+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.928 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.721959+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.928 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.721959+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.928 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.728423+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.928 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.728423+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.928 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.827640+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:08.928 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.827640+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:08.928 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.830605+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:08.928 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.830605+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:08.928 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.831340+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:08.928 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.831340+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:08.928 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.838172+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.928 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.838172+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.929 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.902882+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T04:04:08.929 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.902882+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T04:04:08.929 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.904255+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T04:04:08.929 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.904255+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T04:04:08.929 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.905611+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:08.929 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:08 smithi160 bash[22291]: audit 2024-05-09T04:04:07.905611+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:08.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.675099+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.675099+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.680766+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.680766+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.721959+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.721959+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.728423+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.728423+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.827640+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:08.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.827640+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:08.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.830605+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:08.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.830605+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:08.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.831340+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:08.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.831340+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:08.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.838172+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.838172+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:08.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.902882+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T04:04:08.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.902882+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T04:04:08.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.904255+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T04:04:08.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.904255+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T04:04:08.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.905611+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:08.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:08 smithi037 bash[21462]: audit 2024-05-09T04:04:07.905611+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:09.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.675099+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:09.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.675099+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:09.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.680766+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:09.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.680766+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:09.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.721959+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:09.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.721959+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:09.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.728423+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:09.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.728423+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:09.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.827640+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:09.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.827640+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:09.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.830605+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:09.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.830605+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:09.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.831340+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:09.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.831340+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:09.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.838172+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:09.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.838172+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:09.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.902882+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T04:04:09.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.902882+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-05-09T04:04:09.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.904255+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T04:04:09.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.904255+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-05-09T04:04:09.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.905611+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:09.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:08 smithi188 bash[21926]: audit 2024-05-09T04:04:07.905611+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:09.356 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:04:09 smithi160 bash[23220]: debug 2024-05-09T04:04:09.104+0000 7fb69c716700 1 -- 172.21.15.160:0/4042997790 <== mon.2 v2:172.21.15.160:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55579a6225a0 con 0x55579b3a2400 2024-05-09T04:04:09.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:09 smithi037 bash[21462]: cephadm 2024-05-09T04:04:07.838722+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:04:09.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:09 smithi037 bash[21462]: cephadm 2024-05-09T04:04:07.838722+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:04:09.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:09 smithi037 bash[21462]: cephadm 2024-05-09T04:04:07.902437+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-09T04:04:09.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:09 smithi037 bash[21462]: cephadm 2024-05-09T04:04:07.902437+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-09T04:04:09.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:09 smithi037 bash[21462]: cephadm 2024-05-09T04:04:07.907033+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-05-09T04:04:09.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:09 smithi037 bash[21462]: cephadm 2024-05-09T04:04:07.907033+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-05-09T04:04:09.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:09 smithi037 bash[21462]: cluster 2024-05-09T04:04:08.577863+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:09.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:09 smithi037 bash[21462]: cluster 2024-05-09T04:04:08.577863+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:10.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:09 smithi188 bash[21926]: cephadm 2024-05-09T04:04:07.838722+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:04:10.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:09 smithi188 bash[21926]: cephadm 2024-05-09T04:04:07.838722+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:04:10.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:09 smithi188 bash[21926]: cephadm 2024-05-09T04:04:07.902437+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-09T04:04:10.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:09 smithi188 bash[21926]: cephadm 2024-05-09T04:04:07.902437+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-09T04:04:10.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:09 smithi188 bash[21926]: cephadm 2024-05-09T04:04:07.907033+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-05-09T04:04:10.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:09 smithi188 bash[21926]: cephadm 2024-05-09T04:04:07.907033+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-05-09T04:04:10.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:09 smithi188 bash[21926]: cluster 2024-05-09T04:04:08.577863+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:10.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:09 smithi188 bash[21926]: cluster 2024-05-09T04:04:08.577863+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:10.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:09 smithi160 bash[22291]: cephadm 2024-05-09T04:04:07.838722+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:04:10.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:09 smithi160 bash[22291]: cephadm 2024-05-09T04:04:07.838722+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:04:10.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:09 smithi160 bash[22291]: cephadm 2024-05-09T04:04:07.902437+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-09T04:04:10.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:09 smithi160 bash[22291]: cephadm 2024-05-09T04:04:07.902437+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-05-09T04:04:10.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:09 smithi160 bash[22291]: cephadm 2024-05-09T04:04:07.907033+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-05-09T04:04:10.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:09 smithi160 bash[22291]: cephadm 2024-05-09T04:04:07.907033+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-05-09T04:04:10.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:09 smithi160 bash[22291]: cluster 2024-05-09T04:04:08.577863+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:10.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:09 smithi160 bash[22291]: cluster 2024-05-09T04:04:08.577863+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:10.965 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:09.711699+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:10.965 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:09.711699+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:10.965 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:09.915579+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:10.965 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:09.915579+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:10.965 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:09.922141+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:10.965 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:09.922141+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:10.965 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:09.927662+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:10.965 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:09.927662+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:10.965 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:09.930892+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:10.965 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:09.930892+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:10.966 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:09.931926+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:10.966 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:09.931926+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:10.966 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:09.937325+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:10.966 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:09.937325+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:10.966 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:10.189150+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:10.966 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:10.189150+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:10.966 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:10.271333+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:10.966 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:10.271333+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:10.966 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:10.279653+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:10.966 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:10.279653+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:10.966 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:10.290002+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:10.966 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:10 smithi160 bash[22291]: audit 2024-05-09T04:04:10.290002+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:09.711699+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:09.711699+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:09.915579+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:09.915579+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:09.922141+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:09.922141+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:09.927662+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:11.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:09.927662+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:11.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:09.930892+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:11.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:09.930892+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:11.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:09.931926+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:11.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:09.931926+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:11.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:09.937325+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:09.937325+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:10.189150+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:10.189150+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:10.271333+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:10.271333+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:10.279653+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:10.279653+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:10.290002+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:10 smithi188 bash[21926]: audit 2024-05-09T04:04:10.290002+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:09.711699+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:09.711699+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:09.915579+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:09.915579+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:09.922141+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:09.922141+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:09.927662+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:11.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:09.927662+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:11.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:09.930892+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:11.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:09.930892+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:11.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:09.931926+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:11.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:09.931926+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:11.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:09.937325+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:09.937325+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:10.189150+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:10.189150+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:10.271333+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:10.271333+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:10.279653+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:10.279653+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:10.290002+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:10 smithi037 bash[21462]: audit 2024-05-09T04:04:10.290002+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:11.951 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:04:11.970 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:11 smithi037 bash[21462]: cephadm 2024-05-09T04:04:09.937763+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:04:11.971 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:11 smithi037 bash[21462]: cephadm 2024-05-09T04:04:09.937763+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:04:11.971 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:11 smithi037 bash[21462]: cluster 2024-05-09T04:04:10.578291+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:11.971 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:11 smithi037 bash[21462]: cluster 2024-05-09T04:04:10.578291+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:12.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:11 smithi188 bash[21926]: cephadm 2024-05-09T04:04:09.937763+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:04:12.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:11 smithi188 bash[21926]: cephadm 2024-05-09T04:04:09.937763+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:04:12.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:11 smithi188 bash[21926]: cluster 2024-05-09T04:04:10.578291+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:12.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:11 smithi188 bash[21926]: cluster 2024-05-09T04:04:10.578291+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:12.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:11 smithi160 bash[22291]: cephadm 2024-05-09T04:04:09.937763+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:04:12.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:11 smithi160 bash[22291]: cephadm 2024-05-09T04:04:09.937763+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:04:12.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:11 smithi160 bash[22291]: cluster 2024-05-09T04:04:10.578291+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:12.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:11 smithi160 bash[22291]: cluster 2024-05-09T04:04:10.578291+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:13.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:13 smithi037 bash[21462]: cluster 2024-05-09T04:04:12.578675+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:13.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:13 smithi037 bash[21462]: cluster 2024-05-09T04:04:12.578675+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:13.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:13 smithi037 bash[21462]: audit 2024-05-09T04:04:13.016378+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:13.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:13 smithi037 bash[21462]: audit 2024-05-09T04:04:13.016378+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:13.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:13 smithi037 bash[21462]: audit 2024-05-09T04:04:13.020045+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:13.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:13 smithi037 bash[21462]: audit 2024-05-09T04:04:13.020045+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:13.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:13 smithi037 bash[21462]: audit 2024-05-09T04:04:13.024365+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:13.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:13 smithi037 bash[21462]: audit 2024-05-09T04:04:13.024365+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:13.990 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:13 smithi160 bash[22291]: cluster 2024-05-09T04:04:12.578675+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:13.990 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:13 smithi160 bash[22291]: cluster 2024-05-09T04:04:12.578675+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:13.990 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:13 smithi160 bash[22291]: audit 2024-05-09T04:04:13.016378+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:13.991 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:13 smithi160 bash[22291]: audit 2024-05-09T04:04:13.016378+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:13.991 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:13 smithi160 bash[22291]: audit 2024-05-09T04:04:13.020045+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:13.991 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:13 smithi160 bash[22291]: audit 2024-05-09T04:04:13.020045+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:13.991 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:13 smithi160 bash[22291]: audit 2024-05-09T04:04:13.024365+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:13.991 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:13 smithi160 bash[22291]: audit 2024-05-09T04:04:13.024365+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:14.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:13 smithi188 bash[21926]: cluster 2024-05-09T04:04:12.578675+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:14.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:13 smithi188 bash[21926]: cluster 2024-05-09T04:04:12.578675+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:14.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:13 smithi188 bash[21926]: audit 2024-05-09T04:04:13.016378+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:14.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:13 smithi188 bash[21926]: audit 2024-05-09T04:04:13.016378+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:14.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:13 smithi188 bash[21926]: audit 2024-05-09T04:04:13.020045+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:14.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:13 smithi188 bash[21926]: audit 2024-05-09T04:04:13.020045+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:14.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:13 smithi188 bash[21926]: audit 2024-05-09T04:04:13.024365+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:14.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:13 smithi188 bash[21926]: audit 2024-05-09T04:04:13.024365+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:15.018 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:14 smithi037 bash[21462]: audit 2024-05-09T04:04:13.714757+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:15.018 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:14 smithi037 bash[21462]: audit 2024-05-09T04:04:13.714757+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:15.018 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:14 smithi037 bash[21462]: audit 2024-05-09T04:04:14.330343+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:15.019 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:14 smithi037 bash[21462]: audit 2024-05-09T04:04:14.330343+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:15.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:14 smithi188 bash[21926]: audit 2024-05-09T04:04:13.714757+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:15.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:14 smithi188 bash[21926]: audit 2024-05-09T04:04:13.714757+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:15.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:14 smithi188 bash[21926]: audit 2024-05-09T04:04:14.330343+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:15.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:14 smithi188 bash[21926]: audit 2024-05-09T04:04:14.330343+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:15.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:14 smithi160 bash[22291]: audit 2024-05-09T04:04:13.714757+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:15.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:14 smithi160 bash[22291]: audit 2024-05-09T04:04:13.714757+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:15.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:14 smithi160 bash[22291]: audit 2024-05-09T04:04:14.330343+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:15.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:14 smithi160 bash[22291]: audit 2024-05-09T04:04:14.330343+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:15.621 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:04:15.670 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi037:vg_nvme/lv_4 2024-05-09T04:04:15.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:15 smithi037 bash[21462]: cluster 2024-05-09T04:04:14.579028+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:15.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:15 smithi037 bash[21462]: cluster 2024-05-09T04:04:14.579028+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:16.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:15 smithi188 bash[21926]: cluster 2024-05-09T04:04:14.579028+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:16.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:15 smithi188 bash[21926]: cluster 2024-05-09T04:04:14.579028+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:16.066 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:15 smithi160 bash[22291]: cluster 2024-05-09T04:04:14.579028+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:16.066 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:15 smithi160 bash[22291]: cluster 2024-05-09T04:04:14.579028+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:17.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:17 smithi188 bash[21926]: audit 2024-05-09T04:04:16.226540+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:17 smithi188 bash[21926]: audit 2024-05-09T04:04:16.226540+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:17 smithi188 bash[21926]: audit 2024-05-09T04:04:16.236179+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:17 smithi188 bash[21926]: audit 2024-05-09T04:04:16.236179+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:17 smithi188 bash[21926]: audit 2024-05-09T04:04:16.247413+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:17 smithi188 bash[21926]: audit 2024-05-09T04:04:16.247413+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:17 smithi188 bash[21926]: audit 2024-05-09T04:04:16.282717+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:17.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:17 smithi188 bash[21926]: audit 2024-05-09T04:04:16.282717+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:17.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:17 smithi188 bash[21926]: audit 2024-05-09T04:04:16.288215+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:17.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:17 smithi188 bash[21926]: audit 2024-05-09T04:04:16.288215+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:17.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:17 smithi188 bash[21926]: audit 2024-05-09T04:04:16.290131+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:17.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:17 smithi188 bash[21926]: audit 2024-05-09T04:04:16.290131+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:17.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:17 smithi188 bash[21926]: audit 2024-05-09T04:04:16.301097+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:17 smithi188 bash[21926]: audit 2024-05-09T04:04:16.301097+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:17 smithi188 bash[21926]: cluster 2024-05-09T04:04:16.579431+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:17.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:17 smithi188 bash[21926]: cluster 2024-05-09T04:04:16.579431+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:17.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:17 smithi160 bash[22291]: audit 2024-05-09T04:04:16.226540+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:17 smithi160 bash[22291]: audit 2024-05-09T04:04:16.226540+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:17 smithi160 bash[22291]: audit 2024-05-09T04:04:16.236179+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:17 smithi160 bash[22291]: audit 2024-05-09T04:04:16.236179+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:17 smithi160 bash[22291]: audit 2024-05-09T04:04:16.247413+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:17 smithi160 bash[22291]: audit 2024-05-09T04:04:16.247413+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:17 smithi160 bash[22291]: audit 2024-05-09T04:04:16.282717+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:17.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:17 smithi160 bash[22291]: audit 2024-05-09T04:04:16.282717+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:17.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:17 smithi160 bash[22291]: audit 2024-05-09T04:04:16.288215+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:17.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:17 smithi160 bash[22291]: audit 2024-05-09T04:04:16.288215+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:17.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:17 smithi160 bash[22291]: audit 2024-05-09T04:04:16.290131+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:17.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:17 smithi160 bash[22291]: audit 2024-05-09T04:04:16.290131+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:17.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:17 smithi160 bash[22291]: audit 2024-05-09T04:04:16.301097+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:17 smithi160 bash[22291]: audit 2024-05-09T04:04:16.301097+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:17 smithi160 bash[22291]: cluster 2024-05-09T04:04:16.579431+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:17.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:17 smithi160 bash[22291]: cluster 2024-05-09T04:04:16.579431+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:17.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:17 smithi037 bash[21462]: audit 2024-05-09T04:04:16.226540+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:17 smithi037 bash[21462]: audit 2024-05-09T04:04:16.226540+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:17 smithi037 bash[21462]: audit 2024-05-09T04:04:16.236179+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:17 smithi037 bash[21462]: audit 2024-05-09T04:04:16.236179+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:17 smithi037 bash[21462]: audit 2024-05-09T04:04:16.247413+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:17 smithi037 bash[21462]: audit 2024-05-09T04:04:16.247413+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:17 smithi037 bash[21462]: audit 2024-05-09T04:04:16.282717+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:17.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:17 smithi037 bash[21462]: audit 2024-05-09T04:04:16.282717+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:17.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:17 smithi037 bash[21462]: audit 2024-05-09T04:04:16.288215+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:17.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:17 smithi037 bash[21462]: audit 2024-05-09T04:04:16.288215+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:17.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:17 smithi037 bash[21462]: audit 2024-05-09T04:04:16.290131+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:17.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:17 smithi037 bash[21462]: audit 2024-05-09T04:04:16.290131+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:17.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:17 smithi037 bash[21462]: audit 2024-05-09T04:04:16.301097+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:17 smithi037 bash[21462]: audit 2024-05-09T04:04:16.301097+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:17.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:17 smithi037 bash[21462]: cluster 2024-05-09T04:04:16.579431+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:17.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:17 smithi037 bash[21462]: cluster 2024-05-09T04:04:16.579431+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:18.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:18 smithi160 bash[22291]: cluster 2024-05-09T04:04:17.678978+0000 mon.a (mon.0) 374 : cluster [DBG] Standby manager daemon b started 2024-05-09T04:04:18.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:18 smithi160 bash[22291]: cluster 2024-05-09T04:04:17.678978+0000 mon.a (mon.0) 374 : cluster [DBG] Standby manager daemon b started 2024-05-09T04:04:18.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:18 smithi160 bash[22291]: audit 2024-05-09T04:04:17.679859+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-09T04:04:18.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:18 smithi160 bash[22291]: audit 2024-05-09T04:04:17.679859+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-09T04:04:18.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:18 smithi160 bash[22291]: audit 2024-05-09T04:04:17.680731+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-09T04:04:18.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:18 smithi160 bash[22291]: audit 2024-05-09T04:04:17.680731+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-09T04:04:18.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:18 smithi160 bash[22291]: audit 2024-05-09T04:04:17.681934+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-09T04:04:18.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:18 smithi160 bash[22291]: audit 2024-05-09T04:04:17.681934+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-09T04:04:18.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:18 smithi160 bash[22291]: audit 2024-05-09T04:04:17.682501+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-09T04:04:18.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:18 smithi160 bash[22291]: audit 2024-05-09T04:04:17.682501+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-09T04:04:18.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:18 smithi037 bash[21462]: cluster 2024-05-09T04:04:17.678978+0000 mon.a (mon.0) 374 : cluster [DBG] Standby manager daemon b started 2024-05-09T04:04:18.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:18 smithi037 bash[21462]: cluster 2024-05-09T04:04:17.678978+0000 mon.a (mon.0) 374 : cluster [DBG] Standby manager daemon b started 2024-05-09T04:04:18.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:18 smithi037 bash[21462]: audit 2024-05-09T04:04:17.679859+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-09T04:04:18.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:18 smithi037 bash[21462]: audit 2024-05-09T04:04:17.679859+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-09T04:04:18.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:18 smithi037 bash[21462]: audit 2024-05-09T04:04:17.680731+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-09T04:04:18.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:18 smithi037 bash[21462]: audit 2024-05-09T04:04:17.680731+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-09T04:04:18.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:18 smithi037 bash[21462]: audit 2024-05-09T04:04:17.681934+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-09T04:04:18.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:18 smithi037 bash[21462]: audit 2024-05-09T04:04:17.681934+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-09T04:04:18.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:18 smithi037 bash[21462]: audit 2024-05-09T04:04:17.682501+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-09T04:04:18.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:18 smithi037 bash[21462]: audit 2024-05-09T04:04:17.682501+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-09T04:04:18.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:18 smithi188 bash[21926]: cluster 2024-05-09T04:04:17.678978+0000 mon.a (mon.0) 374 : cluster [DBG] Standby manager daemon b started 2024-05-09T04:04:18.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:18 smithi188 bash[21926]: cluster 2024-05-09T04:04:17.678978+0000 mon.a (mon.0) 374 : cluster [DBG] Standby manager daemon b started 2024-05-09T04:04:18.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:18 smithi188 bash[21926]: audit 2024-05-09T04:04:17.679859+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-09T04:04:18.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:18 smithi188 bash[21926]: audit 2024-05-09T04:04:17.679859+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-09T04:04:18.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:18 smithi188 bash[21926]: audit 2024-05-09T04:04:17.680731+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-09T04:04:18.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:18 smithi188 bash[21926]: audit 2024-05-09T04:04:17.680731+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-09T04:04:18.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:18 smithi188 bash[21926]: audit 2024-05-09T04:04:17.681934+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-09T04:04:18.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:18 smithi188 bash[21926]: audit 2024-05-09T04:04:17.681934+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-09T04:04:18.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:18 smithi188 bash[21926]: audit 2024-05-09T04:04:17.682501+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-09T04:04:18.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:18 smithi188 bash[21926]: audit 2024-05-09T04:04:17.682501+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.160:0/1459201022' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-09T04:04:19.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:19 smithi160 bash[22291]: cluster 2024-05-09T04:04:18.322396+0000 mon.a (mon.0) 375 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-09T04:04:19.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:19 smithi160 bash[22291]: cluster 2024-05-09T04:04:18.322396+0000 mon.a (mon.0) 375 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-09T04:04:19.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:19 smithi160 bash[22291]: audit 2024-05-09T04:04:18.322704+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-09T04:04:19.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:19 smithi160 bash[22291]: audit 2024-05-09T04:04:18.322704+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-09T04:04:19.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:19 smithi160 bash[22291]: cluster 2024-05-09T04:04:18.579858+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:19.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:19 smithi160 bash[22291]: cluster 2024-05-09T04:04:18.579858+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:19.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:19 smithi037 bash[21462]: cluster 2024-05-09T04:04:18.322396+0000 mon.a (mon.0) 375 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-09T04:04:19.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:19 smithi037 bash[21462]: cluster 2024-05-09T04:04:18.322396+0000 mon.a (mon.0) 375 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-09T04:04:19.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:19 smithi037 bash[21462]: audit 2024-05-09T04:04:18.322704+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-09T04:04:19.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:19 smithi037 bash[21462]: audit 2024-05-09T04:04:18.322704+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-09T04:04:19.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:19 smithi037 bash[21462]: cluster 2024-05-09T04:04:18.579858+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:19.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:19 smithi037 bash[21462]: cluster 2024-05-09T04:04:18.579858+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:19.761 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:19 smithi188 bash[21926]: cluster 2024-05-09T04:04:18.322396+0000 mon.a (mon.0) 375 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-09T04:04:19.762 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:19 smithi188 bash[21926]: cluster 2024-05-09T04:04:18.322396+0000 mon.a (mon.0) 375 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-05-09T04:04:19.762 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:19 smithi188 bash[21926]: audit 2024-05-09T04:04:18.322704+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-09T04:04:19.762 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:19 smithi188 bash[21926]: audit 2024-05-09T04:04:18.322704+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-09T04:04:19.762 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:19 smithi188 bash[21926]: cluster 2024-05-09T04:04:18.579858+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:19.762 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:19 smithi188 bash[21926]: cluster 2024-05-09T04:04:18.579858+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:20.390 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:04:21.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:21 smithi037 bash[21462]: cluster 2024-05-09T04:04:20.580260+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:21.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:21 smithi037 bash[21462]: cluster 2024-05-09T04:04:20.580260+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:21.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:21 smithi037 bash[21462]: audit 2024-05-09T04:04:21.610225+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:04:21.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:21 smithi037 bash[21462]: audit 2024-05-09T04:04:21.610225+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:04:21.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:21 smithi037 bash[21462]: audit 2024-05-09T04:04:21.615854+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:04:21.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:21 smithi037 bash[21462]: audit 2024-05-09T04:04:21.615854+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:04:21.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:21 smithi037 bash[21462]: audit 2024-05-09T04:04:21.617252+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:21.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:21 smithi037 bash[21462]: audit 2024-05-09T04:04:21.617252+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:22.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:21 smithi188 bash[21926]: cluster 2024-05-09T04:04:20.580260+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:22.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:21 smithi188 bash[21926]: cluster 2024-05-09T04:04:20.580260+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:22.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:21 smithi188 bash[21926]: audit 2024-05-09T04:04:21.610225+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:04:22.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:21 smithi188 bash[21926]: audit 2024-05-09T04:04:21.610225+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:04:22.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:21 smithi188 bash[21926]: audit 2024-05-09T04:04:21.615854+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:04:22.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:21 smithi188 bash[21926]: audit 2024-05-09T04:04:21.615854+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:04:22.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:21 smithi188 bash[21926]: audit 2024-05-09T04:04:21.617252+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:22.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:21 smithi188 bash[21926]: audit 2024-05-09T04:04:21.617252+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:22.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:21 smithi160 bash[22291]: cluster 2024-05-09T04:04:20.580260+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:22.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:21 smithi160 bash[22291]: cluster 2024-05-09T04:04:20.580260+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:22.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:21 smithi160 bash[22291]: audit 2024-05-09T04:04:21.610225+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:04:22.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:21 smithi160 bash[22291]: audit 2024-05-09T04:04:21.610225+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:04:22.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:21 smithi160 bash[22291]: audit 2024-05-09T04:04:21.615854+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:04:22.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:21 smithi160 bash[22291]: audit 2024-05-09T04:04:21.615854+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:04:22.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:21 smithi160 bash[22291]: audit 2024-05-09T04:04:21.617252+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:22.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:21 smithi160 bash[22291]: audit 2024-05-09T04:04:21.617252+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:22.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:22 smithi037 bash[21462]: audit 2024-05-09T04:04:21.607279+0000 mgr.a (mgr.14152) 118 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:04:22.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:22 smithi037 bash[21462]: audit 2024-05-09T04:04:21.607279+0000 mgr.a (mgr.14152) 118 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:04:23.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:22 smithi188 bash[21926]: audit 2024-05-09T04:04:21.607279+0000 mgr.a (mgr.14152) 118 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:04:23.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:22 smithi188 bash[21926]: audit 2024-05-09T04:04:21.607279+0000 mgr.a (mgr.14152) 118 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:04:23.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:22 smithi160 bash[22291]: audit 2024-05-09T04:04:21.607279+0000 mgr.a (mgr.14152) 118 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:04:23.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:22 smithi160 bash[22291]: audit 2024-05-09T04:04:21.607279+0000 mgr.a (mgr.14152) 118 : audit [DBG] from='client.14217 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:04:23.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:23 smithi037 bash[21462]: cluster 2024-05-09T04:04:22.580713+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:23.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:23 smithi037 bash[21462]: cluster 2024-05-09T04:04:22.580713+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:24.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:23 smithi188 bash[21926]: cluster 2024-05-09T04:04:22.580713+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:24.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:23 smithi188 bash[21926]: cluster 2024-05-09T04:04:22.580713+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:24.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:23 smithi160 bash[22291]: cluster 2024-05-09T04:04:22.580713+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:24.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:23 smithi160 bash[22291]: cluster 2024-05-09T04:04:22.580713+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:25.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:25 smithi037 bash[21462]: cluster 2024-05-09T04:04:24.581095+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:25.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:25 smithi037 bash[21462]: cluster 2024-05-09T04:04:24.581095+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:26.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:25 smithi188 bash[21926]: cluster 2024-05-09T04:04:24.581095+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:26.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:25 smithi188 bash[21926]: cluster 2024-05-09T04:04:24.581095+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:26.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:25 smithi160 bash[22291]: cluster 2024-05-09T04:04:24.581095+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:26.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:25 smithi160 bash[22291]: cluster 2024-05-09T04:04:24.581095+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:27.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:27 smithi037 bash[21462]: cluster 2024-05-09T04:04:26.581464+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:27.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:27 smithi037 bash[21462]: cluster 2024-05-09T04:04:26.581464+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:28.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:27 smithi188 bash[21926]: cluster 2024-05-09T04:04:26.581464+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:28.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:27 smithi188 bash[21926]: cluster 2024-05-09T04:04:26.581464+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:28.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:27 smithi160 bash[22291]: cluster 2024-05-09T04:04:26.581464+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:28.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:27 smithi160 bash[22291]: cluster 2024-05-09T04:04:26.581464+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:29 smithi160 bash[22291]: cluster 2024-05-09T04:04:28.581794+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:29 smithi160 bash[22291]: cluster 2024-05-09T04:04:28.581794+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:29.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:29 smithi037 bash[21462]: cluster 2024-05-09T04:04:28.581794+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:29.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:29 smithi037 bash[21462]: cluster 2024-05-09T04:04:28.581794+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:30.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:29 smithi188 bash[21926]: cluster 2024-05-09T04:04:28.581794+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:30.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:29 smithi188 bash[21926]: cluster 2024-05-09T04:04:28.581794+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:31.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:31 smithi188 bash[21926]: audit 2024-05-09T04:04:30.488229+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:31 smithi188 bash[21926]: audit 2024-05-09T04:04:30.488229+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:31 smithi188 bash[21926]: audit 2024-05-09T04:04:30.495756+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:31 smithi188 bash[21926]: audit 2024-05-09T04:04:30.495756+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:31 smithi188 bash[21926]: audit 2024-05-09T04:04:30.505738+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:31 smithi188 bash[21926]: audit 2024-05-09T04:04:30.505738+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:31 smithi188 bash[21926]: cluster 2024-05-09T04:04:30.582073+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:31.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:31 smithi188 bash[21926]: cluster 2024-05-09T04:04:30.582073+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:31.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:31 smithi188 bash[21926]: audit 2024-05-09T04:04:31.287408+0000 mon.a (mon.0) 383 : audit [INF] from='client.? 172.21.15.37:0/207176607' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfb43f37-a5d5-40be-b057-360dd0b20cf1"}]: dispatch 2024-05-09T04:04:31.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:31 smithi188 bash[21926]: audit 2024-05-09T04:04:31.287408+0000 mon.a (mon.0) 383 : audit [INF] from='client.? 172.21.15.37:0/207176607' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfb43f37-a5d5-40be-b057-360dd0b20cf1"}]: dispatch 2024-05-09T04:04:31.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:31 smithi188 bash[21926]: audit 2024-05-09T04:04:31.289667+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.37:0/207176607' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfb43f37-a5d5-40be-b057-360dd0b20cf1"}]': finished 2024-05-09T04:04:31.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:31 smithi188 bash[21926]: audit 2024-05-09T04:04:31.289667+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.37:0/207176607' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfb43f37-a5d5-40be-b057-360dd0b20cf1"}]': finished 2024-05-09T04:04:31.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:31 smithi188 bash[21926]: cluster 2024-05-09T04:04:31.293135+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-09T04:04:31.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:31 smithi188 bash[21926]: cluster 2024-05-09T04:04:31.293135+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-09T04:04:31.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:31 smithi188 bash[21926]: audit 2024-05-09T04:04:31.293471+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:31.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:31 smithi188 bash[21926]: audit 2024-05-09T04:04:31.293471+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:31.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:31 smithi160 bash[22291]: audit 2024-05-09T04:04:30.488229+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:31 smithi160 bash[22291]: audit 2024-05-09T04:04:30.488229+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:31 smithi160 bash[22291]: audit 2024-05-09T04:04:30.495756+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:31 smithi160 bash[22291]: audit 2024-05-09T04:04:30.495756+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:31 smithi160 bash[22291]: audit 2024-05-09T04:04:30.505738+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:31 smithi160 bash[22291]: audit 2024-05-09T04:04:30.505738+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:31 smithi160 bash[22291]: cluster 2024-05-09T04:04:30.582073+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:31.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:31 smithi160 bash[22291]: cluster 2024-05-09T04:04:30.582073+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:31.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:31 smithi160 bash[22291]: audit 2024-05-09T04:04:31.287408+0000 mon.a (mon.0) 383 : audit [INF] from='client.? 172.21.15.37:0/207176607' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfb43f37-a5d5-40be-b057-360dd0b20cf1"}]: dispatch 2024-05-09T04:04:31.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:31 smithi160 bash[22291]: audit 2024-05-09T04:04:31.287408+0000 mon.a (mon.0) 383 : audit [INF] from='client.? 172.21.15.37:0/207176607' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfb43f37-a5d5-40be-b057-360dd0b20cf1"}]: dispatch 2024-05-09T04:04:31.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:31 smithi160 bash[22291]: audit 2024-05-09T04:04:31.289667+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.37:0/207176607' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfb43f37-a5d5-40be-b057-360dd0b20cf1"}]': finished 2024-05-09T04:04:31.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:31 smithi160 bash[22291]: audit 2024-05-09T04:04:31.289667+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.37:0/207176607' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfb43f37-a5d5-40be-b057-360dd0b20cf1"}]': finished 2024-05-09T04:04:31.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:31 smithi160 bash[22291]: cluster 2024-05-09T04:04:31.293135+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-09T04:04:31.859 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:31 smithi160 bash[22291]: cluster 2024-05-09T04:04:31.293135+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-09T04:04:31.859 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:31 smithi160 bash[22291]: audit 2024-05-09T04:04:31.293471+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:31.859 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:31 smithi160 bash[22291]: audit 2024-05-09T04:04:31.293471+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:31.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:31 smithi037 bash[21462]: audit 2024-05-09T04:04:30.488229+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:31 smithi037 bash[21462]: audit 2024-05-09T04:04:30.488229+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:31 smithi037 bash[21462]: audit 2024-05-09T04:04:30.495756+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:31 smithi037 bash[21462]: audit 2024-05-09T04:04:30.495756+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:31 smithi037 bash[21462]: audit 2024-05-09T04:04:30.505738+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:31 smithi037 bash[21462]: audit 2024-05-09T04:04:30.505738+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:31.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:31 smithi037 bash[21462]: cluster 2024-05-09T04:04:30.582073+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:31.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:31 smithi037 bash[21462]: cluster 2024-05-09T04:04:30.582073+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:31.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:31 smithi037 bash[21462]: audit 2024-05-09T04:04:31.287408+0000 mon.a (mon.0) 383 : audit [INF] from='client.? 172.21.15.37:0/207176607' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfb43f37-a5d5-40be-b057-360dd0b20cf1"}]: dispatch 2024-05-09T04:04:31.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:31 smithi037 bash[21462]: audit 2024-05-09T04:04:31.287408+0000 mon.a (mon.0) 383 : audit [INF] from='client.? 172.21.15.37:0/207176607' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bfb43f37-a5d5-40be-b057-360dd0b20cf1"}]: dispatch 2024-05-09T04:04:31.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:31 smithi037 bash[21462]: audit 2024-05-09T04:04:31.289667+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.37:0/207176607' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfb43f37-a5d5-40be-b057-360dd0b20cf1"}]': finished 2024-05-09T04:04:31.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:31 smithi037 bash[21462]: audit 2024-05-09T04:04:31.289667+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.37:0/207176607' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bfb43f37-a5d5-40be-b057-360dd0b20cf1"}]': finished 2024-05-09T04:04:31.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:31 smithi037 bash[21462]: cluster 2024-05-09T04:04:31.293135+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-09T04:04:31.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:31 smithi037 bash[21462]: cluster 2024-05-09T04:04:31.293135+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-05-09T04:04:31.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:31 smithi037 bash[21462]: audit 2024-05-09T04:04:31.293471+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:31.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:31 smithi037 bash[21462]: audit 2024-05-09T04:04:31.293471+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:32.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:32 smithi160 bash[22291]: audit 2024-05-09T04:04:32.047068+0000 mon.a (mon.0) 387 : audit [DBG] from='client.? 172.21.15.37:0/1950515139' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:04:32.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:32 smithi160 bash[22291]: audit 2024-05-09T04:04:32.047068+0000 mon.a (mon.0) 387 : audit [DBG] from='client.? 172.21.15.37:0/1950515139' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:04:32.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:32 smithi188 bash[21926]: audit 2024-05-09T04:04:32.047068+0000 mon.a (mon.0) 387 : audit [DBG] from='client.? 172.21.15.37:0/1950515139' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:04:32.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:32 smithi188 bash[21926]: audit 2024-05-09T04:04:32.047068+0000 mon.a (mon.0) 387 : audit [DBG] from='client.? 172.21.15.37:0/1950515139' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:04:32.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:32 smithi037 bash[21462]: audit 2024-05-09T04:04:32.047068+0000 mon.a (mon.0) 387 : audit [DBG] from='client.? 172.21.15.37:0/1950515139' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:04:32.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:32 smithi037 bash[21462]: audit 2024-05-09T04:04:32.047068+0000 mon.a (mon.0) 387 : audit [DBG] from='client.? 172.21.15.37:0/1950515139' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:04:33.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:33 smithi188 bash[21926]: cluster 2024-05-09T04:04:32.582369+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:33.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:33 smithi188 bash[21926]: cluster 2024-05-09T04:04:32.582369+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:33.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:33 smithi188 bash[21926]: audit 2024-05-09T04:04:33.219182+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:33 smithi188 bash[21926]: audit 2024-05-09T04:04:33.219182+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:33 smithi188 bash[21926]: audit 2024-05-09T04:04:33.224545+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:33 smithi188 bash[21926]: audit 2024-05-09T04:04:33.224545+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:33 smithi188 bash[21926]: audit 2024-05-09T04:04:33.230806+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:33 smithi188 bash[21926]: audit 2024-05-09T04:04:33.230806+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:33 smithi160 bash[22291]: cluster 2024-05-09T04:04:32.582369+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:33.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:33 smithi160 bash[22291]: cluster 2024-05-09T04:04:32.582369+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:33.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:33 smithi160 bash[22291]: audit 2024-05-09T04:04:33.219182+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:33 smithi160 bash[22291]: audit 2024-05-09T04:04:33.219182+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:33 smithi160 bash[22291]: audit 2024-05-09T04:04:33.224545+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:33 smithi160 bash[22291]: audit 2024-05-09T04:04:33.224545+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:33 smithi160 bash[22291]: audit 2024-05-09T04:04:33.230806+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:33 smithi160 bash[22291]: audit 2024-05-09T04:04:33.230806+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:33 smithi037 bash[21462]: cluster 2024-05-09T04:04:32.582369+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:33.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:33 smithi037 bash[21462]: cluster 2024-05-09T04:04:32.582369+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:33.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:33 smithi037 bash[21462]: audit 2024-05-09T04:04:33.219182+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:33 smithi037 bash[21462]: audit 2024-05-09T04:04:33.219182+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:33 smithi037 bash[21462]: audit 2024-05-09T04:04:33.224545+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:33 smithi037 bash[21462]: audit 2024-05-09T04:04:33.224545+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:33 smithi037 bash[21462]: audit 2024-05-09T04:04:33.230806+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:33.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:33 smithi037 bash[21462]: audit 2024-05-09T04:04:33.230806+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:35.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:35 smithi037 bash[21462]: cluster 2024-05-09T04:04:34.582781+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:35.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:35 smithi037 bash[21462]: cluster 2024-05-09T04:04:34.582781+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:36.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:35 smithi188 bash[21926]: cluster 2024-05-09T04:04:34.582781+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:36.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:35 smithi188 bash[21926]: cluster 2024-05-09T04:04:34.582781+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:36.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:35 smithi160 bash[22291]: cluster 2024-05-09T04:04:34.582781+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:36.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:35 smithi160 bash[22291]: cluster 2024-05-09T04:04:34.582781+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:37.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:37 smithi037 bash[21462]: audit 2024-05-09T04:04:36.403344+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:37 smithi037 bash[21462]: audit 2024-05-09T04:04:36.403344+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:37 smithi037 bash[21462]: audit 2024-05-09T04:04:36.412572+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:37 smithi037 bash[21462]: audit 2024-05-09T04:04:36.412572+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:37 smithi037 bash[21462]: audit 2024-05-09T04:04:36.425036+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:37 smithi037 bash[21462]: audit 2024-05-09T04:04:36.425036+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:37 smithi037 bash[21462]: cluster 2024-05-09T04:04:36.583201+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:37.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:37 smithi037 bash[21462]: cluster 2024-05-09T04:04:36.583201+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:37.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:37 smithi188 bash[21926]: audit 2024-05-09T04:04:36.403344+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:37 smithi188 bash[21926]: audit 2024-05-09T04:04:36.403344+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:37 smithi188 bash[21926]: audit 2024-05-09T04:04:36.412572+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:37 smithi188 bash[21926]: audit 2024-05-09T04:04:36.412572+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:37 smithi188 bash[21926]: audit 2024-05-09T04:04:36.425036+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:37 smithi188 bash[21926]: audit 2024-05-09T04:04:36.425036+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:37 smithi188 bash[21926]: cluster 2024-05-09T04:04:36.583201+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:37.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:37 smithi188 bash[21926]: cluster 2024-05-09T04:04:36.583201+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:37.861 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:37 smithi160 bash[22291]: audit 2024-05-09T04:04:36.403344+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.861 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:37 smithi160 bash[22291]: audit 2024-05-09T04:04:36.403344+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.861 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:37 smithi160 bash[22291]: audit 2024-05-09T04:04:36.412572+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.861 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:37 smithi160 bash[22291]: audit 2024-05-09T04:04:36.412572+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.861 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:37 smithi160 bash[22291]: audit 2024-05-09T04:04:36.425036+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.861 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:37 smithi160 bash[22291]: audit 2024-05-09T04:04:36.425036+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:37.861 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:37 smithi160 bash[22291]: cluster 2024-05-09T04:04:36.583201+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:37.861 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:37 smithi160 bash[22291]: cluster 2024-05-09T04:04:36.583201+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:39.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:39 smithi037 bash[21462]: cluster 2024-05-09T04:04:38.583637+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:39.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:39 smithi037 bash[21462]: cluster 2024-05-09T04:04:38.583637+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:40.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:39 smithi188 bash[21926]: cluster 2024-05-09T04:04:38.583637+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:40.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:39 smithi188 bash[21926]: cluster 2024-05-09T04:04:38.583637+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:40.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:39 smithi160 bash[22291]: cluster 2024-05-09T04:04:38.583637+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:40.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:39 smithi160 bash[22291]: cluster 2024-05-09T04:04:38.583637+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:41.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:41 smithi037 bash[21462]: cluster 2024-05-09T04:04:40.584069+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:41.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:41 smithi037 bash[21462]: cluster 2024-05-09T04:04:40.584069+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:41.984 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:41 smithi188 bash[21926]: cluster 2024-05-09T04:04:40.584069+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:41.984 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:41 smithi188 bash[21926]: cluster 2024-05-09T04:04:40.584069+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:42.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:41 smithi160 bash[22291]: cluster 2024-05-09T04:04:40.584069+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:42.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:41 smithi160 bash[22291]: cluster 2024-05-09T04:04:40.584069+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:43.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:43 smithi188 bash[21926]: cluster 2024-05-09T04:04:42.584374+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:43.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:43 smithi188 bash[21926]: cluster 2024-05-09T04:04:42.584374+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:43.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:43 smithi188 bash[21926]: audit 2024-05-09T04:04:43.591643+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-09T04:04:43.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:43 smithi188 bash[21926]: audit 2024-05-09T04:04:43.591643+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-09T04:04:43.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:43 smithi188 bash[21926]: audit 2024-05-09T04:04:43.593379+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:43.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:43 smithi188 bash[21926]: audit 2024-05-09T04:04:43.593379+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:43.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:43 smithi037 bash[21462]: cluster 2024-05-09T04:04:42.584374+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:43.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:43 smithi037 bash[21462]: cluster 2024-05-09T04:04:42.584374+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:43.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:43 smithi037 bash[21462]: audit 2024-05-09T04:04:43.591643+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-09T04:04:43.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:43 smithi037 bash[21462]: audit 2024-05-09T04:04:43.591643+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-09T04:04:43.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:43 smithi037 bash[21462]: audit 2024-05-09T04:04:43.593379+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:43.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:43 smithi037 bash[21462]: audit 2024-05-09T04:04:43.593379+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:44.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:43 smithi160 bash[22291]: cluster 2024-05-09T04:04:42.584374+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:44.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:43 smithi160 bash[22291]: cluster 2024-05-09T04:04:42.584374+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:44.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:43 smithi160 bash[22291]: audit 2024-05-09T04:04:43.591643+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-09T04:04:44.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:43 smithi160 bash[22291]: audit 2024-05-09T04:04:43.591643+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-05-09T04:04:44.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:43 smithi160 bash[22291]: audit 2024-05-09T04:04:43.593379+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:44.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:43 smithi160 bash[22291]: audit 2024-05-09T04:04:43.593379+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:44.910 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:44 smithi037 bash[21462]: cephadm 2024-05-09T04:04:43.594869+0000 mgr.a (mgr.14152) 130 : cephadm [INF] Deploying daemon osd.0 on smithi037 2024-05-09T04:04:44.910 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:44 smithi037 bash[21462]: cephadm 2024-05-09T04:04:43.594869+0000 mgr.a (mgr.14152) 130 : cephadm [INF] Deploying daemon osd.0 on smithi037 2024-05-09T04:04:45.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:44 smithi188 bash[21926]: cephadm 2024-05-09T04:04:43.594869+0000 mgr.a (mgr.14152) 130 : cephadm [INF] Deploying daemon osd.0 on smithi037 2024-05-09T04:04:45.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:44 smithi188 bash[21926]: cephadm 2024-05-09T04:04:43.594869+0000 mgr.a (mgr.14152) 130 : cephadm [INF] Deploying daemon osd.0 on smithi037 2024-05-09T04:04:45.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:44 smithi160 bash[22291]: cephadm 2024-05-09T04:04:43.594869+0000 mgr.a (mgr.14152) 130 : cephadm [INF] Deploying daemon osd.0 on smithi037 2024-05-09T04:04:45.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:44 smithi160 bash[22291]: cephadm 2024-05-09T04:04:43.594869+0000 mgr.a (mgr.14152) 130 : cephadm [INF] Deploying daemon osd.0 on smithi037 2024-05-09T04:04:45.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:45 smithi037 bash[21462]: cluster 2024-05-09T04:04:44.584719+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:45.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:45 smithi037 bash[21462]: cluster 2024-05-09T04:04:44.584719+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:46.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:45 smithi188 bash[21926]: cluster 2024-05-09T04:04:44.584719+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:46.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:45 smithi188 bash[21926]: cluster 2024-05-09T04:04:44.584719+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:46.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:45 smithi160 bash[22291]: cluster 2024-05-09T04:04:44.584719+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:46.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:45 smithi160 bash[22291]: cluster 2024-05-09T04:04:44.584719+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:47.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:47 smithi037 bash[21462]: cluster 2024-05-09T04:04:46.585025+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:47.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:47 smithi037 bash[21462]: cluster 2024-05-09T04:04:46.585025+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:47.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:47 smithi188 bash[21926]: cluster 2024-05-09T04:04:46.585025+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:47.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:47 smithi188 bash[21926]: cluster 2024-05-09T04:04:46.585025+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:48.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:47 smithi160 bash[22291]: cluster 2024-05-09T04:04:46.585025+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:48.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:47 smithi160 bash[22291]: cluster 2024-05-09T04:04:46.585025+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:48.232 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:04:48 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:04:48.232 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:48 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:04:48.561 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:04:48 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:04:48.562 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:48 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:04:49.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:49 smithi188 bash[21926]: audit 2024-05-09T04:04:48.478049+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:49 smithi188 bash[21926]: audit 2024-05-09T04:04:48.478049+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:49 smithi188 bash[21926]: audit 2024-05-09T04:04:48.482772+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:49 smithi188 bash[21926]: audit 2024-05-09T04:04:48.482772+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:49 smithi188 bash[21926]: audit 2024-05-09T04:04:48.503752+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:49.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:49 smithi188 bash[21926]: audit 2024-05-09T04:04:48.503752+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:49.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:49 smithi188 bash[21926]: audit 2024-05-09T04:04:48.507601+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:49.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:49 smithi188 bash[21926]: audit 2024-05-09T04:04:48.507601+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:49.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:49 smithi188 bash[21926]: audit 2024-05-09T04:04:48.508583+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:49.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:49 smithi188 bash[21926]: audit 2024-05-09T04:04:48.508583+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:49.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:49 smithi188 bash[21926]: audit 2024-05-09T04:04:48.515270+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:49 smithi188 bash[21926]: audit 2024-05-09T04:04:48.515270+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:49 smithi188 bash[21926]: cluster 2024-05-09T04:04:48.585249+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:49.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:49 smithi188 bash[21926]: cluster 2024-05-09T04:04:48.585249+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:49.793 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:49 smithi037 bash[21462]: audit 2024-05-09T04:04:48.478049+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.794 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:49 smithi037 bash[21462]: audit 2024-05-09T04:04:48.478049+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.794 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:49 smithi037 bash[21462]: audit 2024-05-09T04:04:48.482772+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.794 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:49 smithi037 bash[21462]: audit 2024-05-09T04:04:48.482772+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.794 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:49 smithi037 bash[21462]: audit 2024-05-09T04:04:48.503752+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:49.794 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:49 smithi037 bash[21462]: audit 2024-05-09T04:04:48.503752+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:49.794 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:49 smithi037 bash[21462]: audit 2024-05-09T04:04:48.507601+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:49.794 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:49 smithi037 bash[21462]: audit 2024-05-09T04:04:48.507601+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:49.794 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:49 smithi037 bash[21462]: audit 2024-05-09T04:04:48.508583+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:49.794 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:49 smithi037 bash[21462]: audit 2024-05-09T04:04:48.508583+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:49.794 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:49 smithi037 bash[21462]: audit 2024-05-09T04:04:48.515270+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.794 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:49 smithi037 bash[21462]: audit 2024-05-09T04:04:48.515270+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.794 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:49 smithi037 bash[21462]: cluster 2024-05-09T04:04:48.585249+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:49.794 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:49 smithi037 bash[21462]: cluster 2024-05-09T04:04:48.585249+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:49.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:49 smithi160 bash[22291]: audit 2024-05-09T04:04:48.478049+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:49 smithi160 bash[22291]: audit 2024-05-09T04:04:48.478049+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:49 smithi160 bash[22291]: audit 2024-05-09T04:04:48.482772+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:49 smithi160 bash[22291]: audit 2024-05-09T04:04:48.482772+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:49 smithi160 bash[22291]: audit 2024-05-09T04:04:48.503752+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:49.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:49 smithi160 bash[22291]: audit 2024-05-09T04:04:48.503752+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:49.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:49 smithi160 bash[22291]: audit 2024-05-09T04:04:48.507601+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:49.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:49 smithi160 bash[22291]: audit 2024-05-09T04:04:48.507601+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:49.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:49 smithi160 bash[22291]: audit 2024-05-09T04:04:48.508583+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:49.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:49 smithi160 bash[22291]: audit 2024-05-09T04:04:48.508583+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:49.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:49 smithi160 bash[22291]: audit 2024-05-09T04:04:48.515270+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:49 smithi160 bash[22291]: audit 2024-05-09T04:04:48.515270+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:49.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:49 smithi160 bash[22291]: cluster 2024-05-09T04:04:48.585249+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:49.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:49 smithi160 bash[22291]: cluster 2024-05-09T04:04:48.585249+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:51.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:51 smithi160 bash[22291]: cluster 2024-05-09T04:04:50.585641+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:51.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:51 smithi160 bash[22291]: cluster 2024-05-09T04:04:50.585641+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:51.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:51 smithi160 bash[22291]: audit 2024-05-09T04:04:50.693419+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:51.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:51 smithi160 bash[22291]: audit 2024-05-09T04:04:50.693419+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:51.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:51 smithi160 bash[22291]: audit 2024-05-09T04:04:50.699249+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:51.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:51 smithi160 bash[22291]: audit 2024-05-09T04:04:50.699249+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:51.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:51 smithi160 bash[22291]: audit 2024-05-09T04:04:50.705447+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:51.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:51 smithi160 bash[22291]: audit 2024-05-09T04:04:50.705447+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:51.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:51 smithi037 bash[21462]: cluster 2024-05-09T04:04:50.585641+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:51.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:51 smithi037 bash[21462]: cluster 2024-05-09T04:04:50.585641+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:51.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:51 smithi037 bash[21462]: audit 2024-05-09T04:04:50.693419+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:51.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:51 smithi037 bash[21462]: audit 2024-05-09T04:04:50.693419+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:51.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:51 smithi037 bash[21462]: audit 2024-05-09T04:04:50.699249+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:51.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:51 smithi037 bash[21462]: audit 2024-05-09T04:04:50.699249+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:51.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:51 smithi037 bash[21462]: audit 2024-05-09T04:04:50.705447+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:51.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:51 smithi037 bash[21462]: audit 2024-05-09T04:04:50.705447+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:52.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:51 smithi188 bash[21926]: cluster 2024-05-09T04:04:50.585641+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:52.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:51 smithi188 bash[21926]: cluster 2024-05-09T04:04:50.585641+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:52.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:51 smithi188 bash[21926]: audit 2024-05-09T04:04:50.693419+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:52.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:51 smithi188 bash[21926]: audit 2024-05-09T04:04:50.693419+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:52.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:51 smithi188 bash[21926]: audit 2024-05-09T04:04:50.699249+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:52.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:51 smithi188 bash[21926]: audit 2024-05-09T04:04:50.699249+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:52.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:51 smithi188 bash[21926]: audit 2024-05-09T04:04:50.705447+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:52.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:51 smithi188 bash[21926]: audit 2024-05-09T04:04:50.705447+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:53 smithi188 bash[21926]: cluster 2024-05-09T04:04:52.586108+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:54.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:53 smithi188 bash[21926]: cluster 2024-05-09T04:04:52.586108+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:54.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:53 smithi188 bash[21926]: audit 2024-05-09T04:04:53.430827+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:53 smithi188 bash[21926]: audit 2024-05-09T04:04:53.430827+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:53 smithi188 bash[21926]: audit 2024-05-09T04:04:53.436445+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:53 smithi188 bash[21926]: audit 2024-05-09T04:04:53.436445+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:53 smithi188 bash[21926]: audit 2024-05-09T04:04:53.442790+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:53 smithi188 bash[21926]: audit 2024-05-09T04:04:53.442790+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:53 smithi188 bash[21926]: audit 2024-05-09T04:04:53.476067+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:53 smithi188 bash[21926]: audit 2024-05-09T04:04:53.476067+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:53 smithi188 bash[21926]: audit 2024-05-09T04:04:53.482032+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:53 smithi188 bash[21926]: audit 2024-05-09T04:04:53.482032+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:53 smithi188 bash[21926]: audit 2024-05-09T04:04:53.483953+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:53 smithi188 bash[21926]: audit 2024-05-09T04:04:53.483953+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:53 smithi188 bash[21926]: audit 2024-05-09T04:04:53.492746+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:53 smithi188 bash[21926]: audit 2024-05-09T04:04:53.492746+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:53 smithi160 bash[22291]: cluster 2024-05-09T04:04:52.586108+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:54.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:53 smithi160 bash[22291]: cluster 2024-05-09T04:04:52.586108+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:54.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:53 smithi160 bash[22291]: audit 2024-05-09T04:04:53.430827+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:53 smithi160 bash[22291]: audit 2024-05-09T04:04:53.430827+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:53 smithi160 bash[22291]: audit 2024-05-09T04:04:53.436445+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:53 smithi160 bash[22291]: audit 2024-05-09T04:04:53.436445+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:53 smithi160 bash[22291]: audit 2024-05-09T04:04:53.442790+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:53 smithi160 bash[22291]: audit 2024-05-09T04:04:53.442790+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:53 smithi160 bash[22291]: audit 2024-05-09T04:04:53.476067+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:53 smithi160 bash[22291]: audit 2024-05-09T04:04:53.476067+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:53 smithi160 bash[22291]: audit 2024-05-09T04:04:53.482032+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:53 smithi160 bash[22291]: audit 2024-05-09T04:04:53.482032+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:53 smithi160 bash[22291]: audit 2024-05-09T04:04:53.483953+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:53 smithi160 bash[22291]: audit 2024-05-09T04:04:53.483953+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:53 smithi160 bash[22291]: audit 2024-05-09T04:04:53.492746+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:53 smithi160 bash[22291]: audit 2024-05-09T04:04:53.492746+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:53 smithi037 bash[21462]: cluster 2024-05-09T04:04:52.586108+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:54.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:53 smithi037 bash[21462]: cluster 2024-05-09T04:04:52.586108+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:54.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:53 smithi037 bash[21462]: audit 2024-05-09T04:04:53.430827+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:53 smithi037 bash[21462]: audit 2024-05-09T04:04:53.430827+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:53 smithi037 bash[21462]: audit 2024-05-09T04:04:53.436445+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:53 smithi037 bash[21462]: audit 2024-05-09T04:04:53.436445+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:53 smithi037 bash[21462]: audit 2024-05-09T04:04:53.442790+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:53 smithi037 bash[21462]: audit 2024-05-09T04:04:53.442790+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:53 smithi037 bash[21462]: audit 2024-05-09T04:04:53.476067+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:54.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:53 smithi037 bash[21462]: audit 2024-05-09T04:04:53.476067+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:54.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:53 smithi037 bash[21462]: audit 2024-05-09T04:04:53.482032+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:54.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:53 smithi037 bash[21462]: audit 2024-05-09T04:04:53.482032+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:54.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:53 smithi037 bash[21462]: audit 2024-05-09T04:04:53.483953+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:54.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:53 smithi037 bash[21462]: audit 2024-05-09T04:04:53.483953+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:54.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:53 smithi037 bash[21462]: audit 2024-05-09T04:04:53.492746+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:54.127 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:53 smithi037 bash[21462]: audit 2024-05-09T04:04:53.492746+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:55.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:54 smithi188 bash[21926]: cephadm 2024-05-09T04:04:53.438205+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Detected new or changed devices on smithi037 2024-05-09T04:04:55.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:54 smithi188 bash[21926]: cephadm 2024-05-09T04:04:53.438205+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Detected new or changed devices on smithi037 2024-05-09T04:04:55.026 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:54 smithi037 bash[21462]: cephadm 2024-05-09T04:04:53.438205+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Detected new or changed devices on smithi037 2024-05-09T04:04:55.026 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:54 smithi037 bash[21462]: cephadm 2024-05-09T04:04:53.438205+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Detected new or changed devices on smithi037 2024-05-09T04:04:55.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:54 smithi160 bash[22291]: cephadm 2024-05-09T04:04:53.438205+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Detected new or changed devices on smithi037 2024-05-09T04:04:55.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:54 smithi160 bash[22291]: cephadm 2024-05-09T04:04:53.438205+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Detected new or changed devices on smithi037 2024-05-09T04:04:56.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:55 smithi188 bash[21926]: cluster 2024-05-09T04:04:54.586490+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:56.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:55 smithi188 bash[21926]: cluster 2024-05-09T04:04:54.586490+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:56.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:55 smithi188 bash[21926]: audit 2024-05-09T04:04:55.529592+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-09T04:04:56.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:55 smithi188 bash[21926]: audit 2024-05-09T04:04:55.529592+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-09T04:04:56.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:55 smithi160 bash[22291]: cluster 2024-05-09T04:04:54.586490+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:56.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:55 smithi160 bash[22291]: cluster 2024-05-09T04:04:54.586490+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:56.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:55 smithi160 bash[22291]: audit 2024-05-09T04:04:55.529592+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-09T04:04:56.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:55 smithi160 bash[22291]: audit 2024-05-09T04:04:55.529592+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-09T04:04:56.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:55 smithi037 bash[21462]: cluster 2024-05-09T04:04:54.586490+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:56.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:55 smithi037 bash[21462]: cluster 2024-05-09T04:04:54.586490+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:56.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:55 smithi037 bash[21462]: audit 2024-05-09T04:04:55.529592+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-09T04:04:56.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:55 smithi037 bash[21462]: audit 2024-05-09T04:04:55.529592+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-05-09T04:04:56.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: audit 2024-05-09T04:04:55.710661+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-09T04:04:56.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: audit 2024-05-09T04:04:55.710661+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-09T04:04:56.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: cluster 2024-05-09T04:04:55.716054+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-09T04:04:56.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: cluster 2024-05-09T04:04:55.716054+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-09T04:04:56.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: audit 2024-05-09T04:04:55.717029+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-05-09T04:04:56.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: audit 2024-05-09T04:04:55.717029+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-05-09T04:04:56.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: audit 2024-05-09T04:04:55.717692+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:56.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: audit 2024-05-09T04:04:55.717692+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:56.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: audit 2024-05-09T04:04:56.590528+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:56.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: audit 2024-05-09T04:04:56.590528+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:56.859 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: audit 2024-05-09T04:04:56.595492+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:56.859 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: audit 2024-05-09T04:04:56.595492+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:56.859 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: audit 2024-05-09T04:04:56.601580+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:56.859 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: audit 2024-05-09T04:04:56.601580+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:56.859 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: audit 2024-05-09T04:04:56.712572+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-05-09T04:04:56.860 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: audit 2024-05-09T04:04:56.712572+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-05-09T04:04:56.860 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: cluster 2024-05-09T04:04:56.716408+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-09T04:04:56.860 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:56 smithi160 bash[22291]: cluster 2024-05-09T04:04:56.716408+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-09T04:04:57.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: audit 2024-05-09T04:04:55.710661+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-09T04:04:57.135 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: audit 2024-05-09T04:04:55.710661+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-09T04:04:57.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: cluster 2024-05-09T04:04:55.716054+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-09T04:04:57.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: cluster 2024-05-09T04:04:55.716054+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-09T04:04:57.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: audit 2024-05-09T04:04:55.717029+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-05-09T04:04:57.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: audit 2024-05-09T04:04:55.717029+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-05-09T04:04:57.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: audit 2024-05-09T04:04:55.717692+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:57.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: audit 2024-05-09T04:04:55.717692+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:57.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: audit 2024-05-09T04:04:56.590528+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:57.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: audit 2024-05-09T04:04:56.590528+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:57.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: audit 2024-05-09T04:04:56.595492+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:57.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: audit 2024-05-09T04:04:56.595492+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:57.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: audit 2024-05-09T04:04:56.601580+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:57.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: audit 2024-05-09T04:04:56.601580+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:57.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: audit 2024-05-09T04:04:56.712572+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-05-09T04:04:57.136 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: audit 2024-05-09T04:04:56.712572+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-05-09T04:04:57.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: cluster 2024-05-09T04:04:56.716408+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-09T04:04:57.137 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:56 smithi037 bash[21462]: cluster 2024-05-09T04:04:56.716408+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-09T04:04:57.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: audit 2024-05-09T04:04:55.710661+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-09T04:04:57.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: audit 2024-05-09T04:04:55.710661+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-05-09T04:04:57.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: cluster 2024-05-09T04:04:55.716054+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-09T04:04:57.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: cluster 2024-05-09T04:04:55.716054+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-05-09T04:04:57.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: audit 2024-05-09T04:04:55.717029+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-05-09T04:04:57.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: audit 2024-05-09T04:04:55.717029+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-05-09T04:04:57.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: audit 2024-05-09T04:04:55.717692+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:57.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: audit 2024-05-09T04:04:55.717692+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:57.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: audit 2024-05-09T04:04:56.590528+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:57.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: audit 2024-05-09T04:04:56.590528+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:57.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: audit 2024-05-09T04:04:56.595492+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:57.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: audit 2024-05-09T04:04:56.595492+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:57.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: audit 2024-05-09T04:04:56.601580+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:57.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: audit 2024-05-09T04:04:56.601580+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:57.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: audit 2024-05-09T04:04:56.712572+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-05-09T04:04:57.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: audit 2024-05-09T04:04:56.712572+0000 mon.a (mon.0) 420 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-05-09T04:04:57.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: cluster 2024-05-09T04:04:56.716408+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-09T04:04:57.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:56 smithi188 bash[21926]: cluster 2024-05-09T04:04:56.716408+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-05-09T04:04:57.869 INFO:teuthology.orchestra.run.smithi037.stdout:Created osd(s) 0 on host 'smithi037' 2024-05-09T04:04:58.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:57 smithi160 bash[22291]: cluster 2024-05-09T04:04:56.586804+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:58.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:57 smithi160 bash[22291]: cluster 2024-05-09T04:04:56.586804+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:58.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:57 smithi160 bash[22291]: audit 2024-05-09T04:04:56.717846+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:57 smithi160 bash[22291]: audit 2024-05-09T04:04:56.717846+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:57 smithi160 bash[22291]: audit 2024-05-09T04:04:56.738662+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:57 smithi160 bash[22291]: audit 2024-05-09T04:04:56.738662+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:57 smithi160 bash[22291]: audit 2024-05-09T04:04:57.218309+0000 mon.a (mon.0) 424 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' 2024-05-09T04:04:58.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:57 smithi160 bash[22291]: audit 2024-05-09T04:04:57.218309+0000 mon.a (mon.0) 424 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' 2024-05-09T04:04:58.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:57 smithi160 bash[22291]: audit 2024-05-09T04:04:57.724273+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:57 smithi160 bash[22291]: audit 2024-05-09T04:04:57.724273+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:57 smithi037 bash[21462]: cluster 2024-05-09T04:04:56.586804+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:58.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:57 smithi037 bash[21462]: cluster 2024-05-09T04:04:56.586804+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:58.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:57 smithi037 bash[21462]: audit 2024-05-09T04:04:56.717846+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:57 smithi037 bash[21462]: audit 2024-05-09T04:04:56.717846+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:57 smithi037 bash[21462]: audit 2024-05-09T04:04:56.738662+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:57 smithi037 bash[21462]: audit 2024-05-09T04:04:56.738662+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:57 smithi037 bash[21462]: audit 2024-05-09T04:04:57.218309+0000 mon.a (mon.0) 424 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' 2024-05-09T04:04:58.109 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:57 smithi037 bash[21462]: audit 2024-05-09T04:04:57.218309+0000 mon.a (mon.0) 424 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' 2024-05-09T04:04:58.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:57 smithi037 bash[21462]: audit 2024-05-09T04:04:57.724273+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.110 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:57 smithi037 bash[21462]: audit 2024-05-09T04:04:57.724273+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:57 smithi188 bash[21926]: cluster 2024-05-09T04:04:56.586804+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:58.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:57 smithi188 bash[21926]: cluster 2024-05-09T04:04:56.586804+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:04:58.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:57 smithi188 bash[21926]: audit 2024-05-09T04:04:56.717846+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:57 smithi188 bash[21926]: audit 2024-05-09T04:04:56.717846+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:57 smithi188 bash[21926]: audit 2024-05-09T04:04:56.738662+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:57 smithi188 bash[21926]: audit 2024-05-09T04:04:56.738662+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:57 smithi188 bash[21926]: audit 2024-05-09T04:04:57.218309+0000 mon.a (mon.0) 424 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' 2024-05-09T04:04:58.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:57 smithi188 bash[21926]: audit 2024-05-09T04:04:57.218309+0000 mon.a (mon.0) 424 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758]' entity='osd.0' 2024-05-09T04:04:58.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:57 smithi188 bash[21926]: audit 2024-05-09T04:04:57.724273+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:57 smithi188 bash[21926]: audit 2024-05-09T04:04:57.724273+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:58.498 DEBUG:teuthology.orchestra.run.smithi037:osd.0> sudo journalctl -f -n 0 -u ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@osd.0.service 2024-05-09T04:04:58.500 INFO:tasks.cephadm:Deploying osd.1 on smithi160 with /dev/vg_nvme/lv_4... 2024-05-09T04:04:58.501 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-05-09T04:04:59.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: cluster 2024-05-09T04:04:56.575156+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:04:59.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: cluster 2024-05-09T04:04:56.575156+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:04:59.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: cluster 2024-05-09T04:04:56.575244+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:04:59.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: cluster 2024-05-09T04:04:56.575244+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:04:59.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:57.812360+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:57.812360+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:57.823119+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:59.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:57.823119+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:59.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:57.829662+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:57.829662+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:57.830520+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:04:59.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:57.830520+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:04:59.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:57.832333+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:59.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:57.832333+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:59.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:57.833819+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:59.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:57.833819+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:59.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:57.842818+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:57.842818+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: cluster 2024-05-09T04:04:58.225749+0000 mon.a (mon.0) 433 : cluster [INF] osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758] boot 2024-05-09T04:04:59.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: cluster 2024-05-09T04:04:58.225749+0000 mon.a (mon.0) 433 : cluster [INF] osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758] boot 2024-05-09T04:04:59.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: cluster 2024-05-09T04:04:58.225828+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-09T04:04:59.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: cluster 2024-05-09T04:04:58.225828+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-09T04:04:59.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:58.226587+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:59.108 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:58.226587+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:59.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:58.645208+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:58.645208+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:58.649734+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:58.649734+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:58.660423+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:58.660423+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:58.661564+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:59.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:58.661564+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:59.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:58.666338+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:59.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:58.666338+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:59.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:58.667860+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:59.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:58.667860+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:59.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:58.676965+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.109 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:58 smithi160 bash[22291]: audit 2024-05-09T04:04:58.676965+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: cluster 2024-05-09T04:04:56.575156+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:04:59.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: cluster 2024-05-09T04:04:56.575156+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:04:59.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: cluster 2024-05-09T04:04:56.575244+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:04:59.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: cluster 2024-05-09T04:04:56.575244+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:04:59.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:57.812360+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:57.812360+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:57.823119+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:59.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:57.823119+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:59.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:57.829662+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:57.829662+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:57.830520+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:04:59.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:57.830520+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:04:59.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:57.832333+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:59.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:57.832333+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:59.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:57.833819+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:59.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:57.833819+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:59.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:57.842818+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:57.842818+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: cluster 2024-05-09T04:04:58.225749+0000 mon.a (mon.0) 433 : cluster [INF] osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758] boot 2024-05-09T04:04:59.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: cluster 2024-05-09T04:04:58.225749+0000 mon.a (mon.0) 433 : cluster [INF] osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758] boot 2024-05-09T04:04:59.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: cluster 2024-05-09T04:04:58.225828+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-09T04:04:59.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: cluster 2024-05-09T04:04:58.225828+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-09T04:04:59.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:58.226587+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:59.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:58.226587+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:59.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:58.645208+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:58.645208+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:58.649734+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:58.649734+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:58.660423+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:58.660423+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:58.661564+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:59.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:58.661564+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:59.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:58.666338+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:59.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:58.666338+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:59.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:58.667860+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:59.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:58.667860+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:59.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:58.676965+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:58 smithi037 bash[21462]: audit 2024-05-09T04:04:58.676965+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: cluster 2024-05-09T04:04:56.575156+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:04:59.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: cluster 2024-05-09T04:04:56.575156+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:04:59.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: cluster 2024-05-09T04:04:56.575244+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:04:59.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: cluster 2024-05-09T04:04:56.575244+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:04:59.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:57.812360+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:57.812360+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:57.823119+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:59.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:57.823119+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:59.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:57.829662+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:57.829662+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:57.830520+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:04:59.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:57.830520+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:04:59.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:57.832333+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:59.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:57.832333+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:59.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:57.833819+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:59.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:57.833819+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:59.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:57.842818+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:57.842818+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: cluster 2024-05-09T04:04:58.225749+0000 mon.a (mon.0) 433 : cluster [INF] osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758] boot 2024-05-09T04:04:59.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: cluster 2024-05-09T04:04:58.225749+0000 mon.a (mon.0) 433 : cluster [INF] osd.0 [v2:172.21.15.37:6802/2908554758,v1:172.21.15.37:6803/2908554758] boot 2024-05-09T04:04:59.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: cluster 2024-05-09T04:04:58.225828+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-09T04:04:59.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: cluster 2024-05-09T04:04:58.225828+0000 mon.a (mon.0) 434 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-05-09T04:04:59.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:58.226587+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:59.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:58.226587+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:04:59.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:58.645208+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.277 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:58.645208+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.277 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:58.649734+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.277 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:58.649734+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.277 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:58.660423+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.277 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:58.660423+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.277 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:58.661564+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:59.277 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:58.661564+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:04:59.277 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:58.666338+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:59.277 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:58.666338+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:04:59.277 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:58.667860+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:59.277 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:58.667860+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:04:59.277 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:58.676965+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:04:59.277 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:58 smithi188 bash[21926]: audit 2024-05-09T04:04:58.676965+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:00.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:59 smithi160 bash[22291]: cluster 2024-05-09T04:04:58.587074+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:05:00.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:59 smithi160 bash[22291]: cluster 2024-05-09T04:04:58.587074+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:05:00.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:59 smithi160 bash[22291]: cluster 2024-05-09T04:04:59.235226+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-09T04:05:00.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:04:59 smithi160 bash[22291]: cluster 2024-05-09T04:04:59.235226+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-09T04:05:00.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:59 smithi037 bash[21462]: cluster 2024-05-09T04:04:58.587074+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:05:00.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:59 smithi037 bash[21462]: cluster 2024-05-09T04:04:58.587074+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:05:00.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:59 smithi037 bash[21462]: cluster 2024-05-09T04:04:59.235226+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-09T04:05:00.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:04:59 smithi037 bash[21462]: cluster 2024-05-09T04:04:59.235226+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-09T04:05:00.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:59 smithi188 bash[21926]: cluster 2024-05-09T04:04:58.587074+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:05:00.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:59 smithi188 bash[21926]: cluster 2024-05-09T04:04:58.587074+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-05-09T04:05:00.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:59 smithi188 bash[21926]: cluster 2024-05-09T04:04:59.235226+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-09T04:05:00.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:04:59 smithi188 bash[21926]: cluster 2024-05-09T04:04:59.235226+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-05-09T04:05:01.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:01 smithi160 bash[22291]: cluster 2024-05-09T04:05:00.587504+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:01.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:01 smithi160 bash[22291]: cluster 2024-05-09T04:05:00.587504+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:02.131 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:01 smithi188 bash[21926]: cluster 2024-05-09T04:05:00.587504+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:02.131 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:01 smithi188 bash[21926]: cluster 2024-05-09T04:05:00.587504+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:02.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:01 smithi037 bash[21462]: cluster 2024-05-09T04:05:00.587504+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:02.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:01 smithi037 bash[21462]: cluster 2024-05-09T04:05:00.587504+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:03.215 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.b/config 2024-05-09T04:05:04.103 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:03 smithi188 bash[21926]: cluster 2024-05-09T04:05:02.587963+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:04.103 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:03 smithi188 bash[21926]: cluster 2024-05-09T04:05:02.587963+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:03 smithi160 bash[22291]: cluster 2024-05-09T04:05:02.587963+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:03 smithi160 bash[22291]: cluster 2024-05-09T04:05:02.587963+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:04.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:03 smithi037 bash[21462]: cluster 2024-05-09T04:05:02.587963+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:04.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:03 smithi037 bash[21462]: cluster 2024-05-09T04:05:02.587963+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:05.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:04 smithi160 bash[22291]: cluster 2024-05-09T04:05:04.588443+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:05.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:04 smithi160 bash[22291]: cluster 2024-05-09T04:05:04.588443+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:05.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:04 smithi037 bash[21462]: cluster 2024-05-09T04:05:04.588443+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:05.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:04 smithi037 bash[21462]: cluster 2024-05-09T04:05:04.588443+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:05.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:04 smithi188 bash[21926]: cluster 2024-05-09T04:05:04.588443+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:05.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:04 smithi188 bash[21926]: cluster 2024-05-09T04:05:04.588443+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:06.486 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-05-09T04:05:06.534 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi160:vg_nvme/lv_4 2024-05-09T04:05:07.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:07 smithi037 bash[21462]: cluster 2024-05-09T04:05:06.588910+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:07.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:07 smithi037 bash[21462]: cluster 2024-05-09T04:05:06.588910+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:08.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:07 smithi188 bash[21926]: cluster 2024-05-09T04:05:06.588910+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:08.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:07 smithi188 bash[21926]: cluster 2024-05-09T04:05:06.588910+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:08.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:07 smithi160 bash[22291]: cluster 2024-05-09T04:05:06.588910+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:08.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:07 smithi160 bash[22291]: cluster 2024-05-09T04:05:06.588910+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:09.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:09 smithi037 bash[21462]: cluster 2024-05-09T04:05:08.589289+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:09.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:09 smithi037 bash[21462]: cluster 2024-05-09T04:05:08.589289+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:09.959 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:09 smithi160 bash[22291]: cluster 2024-05-09T04:05:08.589289+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:09.959 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:09 smithi160 bash[22291]: cluster 2024-05-09T04:05:08.589289+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:10.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:09 smithi188 bash[21926]: cluster 2024-05-09T04:05:08.589289+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:10.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:09 smithi188 bash[21926]: cluster 2024-05-09T04:05:08.589289+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:11.242 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.b/config 2024-05-09T04:05:11.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:11 smithi037 bash[21462]: cluster 2024-05-09T04:05:10.589642+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:11.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:11 smithi037 bash[21462]: cluster 2024-05-09T04:05:10.589642+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:11.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:11 smithi037 bash[21462]: audit 2024-05-09T04:05:10.890264+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:11.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:11 smithi037 bash[21462]: audit 2024-05-09T04:05:10.890264+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:11.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:11 smithi037 bash[21462]: audit 2024-05-09T04:05:10.899504+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:11.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:11 smithi037 bash[21462]: audit 2024-05-09T04:05:10.899504+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:11.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:11 smithi037 bash[21462]: audit 2024-05-09T04:05:10.909376+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:11.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:11 smithi037 bash[21462]: audit 2024-05-09T04:05:10.909376+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:11.977 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:11 smithi160 bash[22291]: cluster 2024-05-09T04:05:10.589642+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:11.977 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:11 smithi160 bash[22291]: cluster 2024-05-09T04:05:10.589642+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:11.977 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:11 smithi160 bash[22291]: audit 2024-05-09T04:05:10.890264+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:11.977 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:11 smithi160 bash[22291]: audit 2024-05-09T04:05:10.890264+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:11.977 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:11 smithi160 bash[22291]: audit 2024-05-09T04:05:10.899504+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:11.978 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:11 smithi160 bash[22291]: audit 2024-05-09T04:05:10.899504+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:11.978 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:11 smithi160 bash[22291]: audit 2024-05-09T04:05:10.909376+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:11.978 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:11 smithi160 bash[22291]: audit 2024-05-09T04:05:10.909376+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:12.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:11 smithi188 bash[21926]: cluster 2024-05-09T04:05:10.589642+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:12.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:11 smithi188 bash[21926]: cluster 2024-05-09T04:05:10.589642+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:12.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:11 smithi188 bash[21926]: audit 2024-05-09T04:05:10.890264+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:12.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:11 smithi188 bash[21926]: audit 2024-05-09T04:05:10.890264+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:12.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:11 smithi188 bash[21926]: audit 2024-05-09T04:05:10.899504+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:12.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:11 smithi188 bash[21926]: audit 2024-05-09T04:05:10.899504+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:12.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:11 smithi188 bash[21926]: audit 2024-05-09T04:05:10.909376+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:12.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:11 smithi188 bash[21926]: audit 2024-05-09T04:05:10.909376+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:12.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:12 smithi037 bash[21462]: audit 2024-05-09T04:05:12.519076+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:05:12.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:12 smithi037 bash[21462]: audit 2024-05-09T04:05:12.519076+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:05:12.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:12 smithi037 bash[21462]: audit 2024-05-09T04:05:12.525609+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:05:12.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:12 smithi037 bash[21462]: audit 2024-05-09T04:05:12.525609+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:05:12.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:12 smithi037 bash[21462]: audit 2024-05-09T04:05:12.527440+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:12.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:12 smithi037 bash[21462]: audit 2024-05-09T04:05:12.527440+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:13.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:12 smithi188 bash[21926]: audit 2024-05-09T04:05:12.519076+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:05:13.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:12 smithi188 bash[21926]: audit 2024-05-09T04:05:12.519076+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:05:13.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:12 smithi188 bash[21926]: audit 2024-05-09T04:05:12.525609+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:05:13.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:12 smithi188 bash[21926]: audit 2024-05-09T04:05:12.525609+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:05:13.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:12 smithi188 bash[21926]: audit 2024-05-09T04:05:12.527440+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:13.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:12 smithi188 bash[21926]: audit 2024-05-09T04:05:12.527440+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:13.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:12 smithi160 bash[22291]: audit 2024-05-09T04:05:12.519076+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:05:13.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:12 smithi160 bash[22291]: audit 2024-05-09T04:05:12.519076+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:05:13.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:12 smithi160 bash[22291]: audit 2024-05-09T04:05:12.525609+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:05:13.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:12 smithi160 bash[22291]: audit 2024-05-09T04:05:12.525609+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:05:13.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:12 smithi160 bash[22291]: audit 2024-05-09T04:05:12.527440+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:13.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:12 smithi160 bash[22291]: audit 2024-05-09T04:05:12.527440+0000 mon.a (mon.0) 449 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:13.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:13 smithi037 bash[21462]: audit 2024-05-09T04:05:12.511569+0000 mgr.a (mgr.14152) 146 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:05:13.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:13 smithi037 bash[21462]: audit 2024-05-09T04:05:12.511569+0000 mgr.a (mgr.14152) 146 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:05:13.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:13 smithi037 bash[21462]: cluster 2024-05-09T04:05:12.590079+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:13.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:13 smithi037 bash[21462]: cluster 2024-05-09T04:05:12.590079+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:14.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:13 smithi188 bash[21926]: audit 2024-05-09T04:05:12.511569+0000 mgr.a (mgr.14152) 146 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:05:14.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:13 smithi188 bash[21926]: audit 2024-05-09T04:05:12.511569+0000 mgr.a (mgr.14152) 146 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:05:14.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:13 smithi188 bash[21926]: cluster 2024-05-09T04:05:12.590079+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:14.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:13 smithi188 bash[21926]: cluster 2024-05-09T04:05:12.590079+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:14.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:13 smithi160 bash[22291]: audit 2024-05-09T04:05:12.511569+0000 mgr.a (mgr.14152) 146 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:05:14.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:13 smithi160 bash[22291]: audit 2024-05-09T04:05:12.511569+0000 mgr.a (mgr.14152) 146 : audit [DBG] from='client.24134 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:05:14.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:13 smithi160 bash[22291]: cluster 2024-05-09T04:05:12.590079+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:14.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:13 smithi160 bash[22291]: cluster 2024-05-09T04:05:12.590079+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:15.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:15 smithi037 bash[21462]: cluster 2024-05-09T04:05:14.590493+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:15.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:15 smithi037 bash[21462]: cluster 2024-05-09T04:05:14.590493+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:16.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:15 smithi188 bash[21926]: cluster 2024-05-09T04:05:14.590493+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:16.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:15 smithi188 bash[21926]: cluster 2024-05-09T04:05:14.590493+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:16.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:15 smithi160 bash[22291]: cluster 2024-05-09T04:05:14.590493+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:16.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:15 smithi160 bash[22291]: cluster 2024-05-09T04:05:14.590493+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:18.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:17 smithi160 bash[22291]: cluster 2024-05-09T04:05:16.590952+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:18.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:17 smithi160 bash[22291]: cluster 2024-05-09T04:05:16.590952+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:18.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:17 smithi160 bash[22291]: audit 2024-05-09T04:05:16.814135+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:17 smithi160 bash[22291]: audit 2024-05-09T04:05:16.814135+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:17 smithi160 bash[22291]: audit 2024-05-09T04:05:16.822661+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:17 smithi160 bash[22291]: audit 2024-05-09T04:05:16.822661+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:17 smithi160 bash[22291]: audit 2024-05-09T04:05:16.832893+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:17 smithi160 bash[22291]: audit 2024-05-09T04:05:16.832893+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:17 smithi160 bash[22291]: audit 2024-05-09T04:05:17.283029+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:17 smithi160 bash[22291]: audit 2024-05-09T04:05:17.283029+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:17 smithi160 bash[22291]: audit 2024-05-09T04:05:17.292062+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:17 smithi160 bash[22291]: audit 2024-05-09T04:05:17.292062+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:17 smithi160 bash[22291]: audit 2024-05-09T04:05:17.300875+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:17 smithi160 bash[22291]: audit 2024-05-09T04:05:17.300875+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:17 smithi037 bash[21462]: cluster 2024-05-09T04:05:16.590952+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:18.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:17 smithi037 bash[21462]: cluster 2024-05-09T04:05:16.590952+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:18.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:17 smithi037 bash[21462]: audit 2024-05-09T04:05:16.814135+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:17 smithi037 bash[21462]: audit 2024-05-09T04:05:16.814135+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:17 smithi037 bash[21462]: audit 2024-05-09T04:05:16.822661+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:17 smithi037 bash[21462]: audit 2024-05-09T04:05:16.822661+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:17 smithi037 bash[21462]: audit 2024-05-09T04:05:16.832893+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:17 smithi037 bash[21462]: audit 2024-05-09T04:05:16.832893+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:17 smithi037 bash[21462]: audit 2024-05-09T04:05:17.283029+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:17 smithi037 bash[21462]: audit 2024-05-09T04:05:17.283029+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:17 smithi037 bash[21462]: audit 2024-05-09T04:05:17.292062+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:17 smithi037 bash[21462]: audit 2024-05-09T04:05:17.292062+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:17 smithi037 bash[21462]: audit 2024-05-09T04:05:17.300875+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:17 smithi037 bash[21462]: audit 2024-05-09T04:05:17.300875+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:17 smithi188 bash[21926]: cluster 2024-05-09T04:05:16.590952+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:18.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:17 smithi188 bash[21926]: cluster 2024-05-09T04:05:16.590952+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:18.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:17 smithi188 bash[21926]: audit 2024-05-09T04:05:16.814135+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:17 smithi188 bash[21926]: audit 2024-05-09T04:05:16.814135+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:17 smithi188 bash[21926]: audit 2024-05-09T04:05:16.822661+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:17 smithi188 bash[21926]: audit 2024-05-09T04:05:16.822661+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:17 smithi188 bash[21926]: audit 2024-05-09T04:05:16.832893+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:17 smithi188 bash[21926]: audit 2024-05-09T04:05:16.832893+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:17 smithi188 bash[21926]: audit 2024-05-09T04:05:17.283029+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:17 smithi188 bash[21926]: audit 2024-05-09T04:05:17.283029+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:17 smithi188 bash[21926]: audit 2024-05-09T04:05:17.292062+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:17 smithi188 bash[21926]: audit 2024-05-09T04:05:17.292062+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:17 smithi188 bash[21926]: audit 2024-05-09T04:05:17.300875+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:18.276 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:17 smithi188 bash[21926]: audit 2024-05-09T04:05:17.300875+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:20.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:19 smithi160 bash[22291]: cluster 2024-05-09T04:05:18.591398+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:20.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:19 smithi160 bash[22291]: cluster 2024-05-09T04:05:18.591398+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:20.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:19 smithi037 bash[21462]: cluster 2024-05-09T04:05:18.591398+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:20.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:19 smithi037 bash[21462]: cluster 2024-05-09T04:05:18.591398+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:20.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:19 smithi188 bash[21926]: cluster 2024-05-09T04:05:18.591398+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:20.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:19 smithi188 bash[21926]: cluster 2024-05-09T04:05:18.591398+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:21.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:20 smithi160 bash[22291]: audit 2024-05-09T04:05:19.880910+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.160:0/4227067410' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]: dispatch 2024-05-09T04:05:21.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:20 smithi160 bash[22291]: audit 2024-05-09T04:05:19.880910+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.160:0/4227067410' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]: dispatch 2024-05-09T04:05:21.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:20 smithi160 bash[22291]: audit 2024-05-09T04:05:19.881426+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]: dispatch 2024-05-09T04:05:21.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:20 smithi160 bash[22291]: audit 2024-05-09T04:05:19.881426+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]: dispatch 2024-05-09T04:05:21.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:20 smithi160 bash[22291]: audit 2024-05-09T04:05:19.884594+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]': finished 2024-05-09T04:05:21.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:20 smithi160 bash[22291]: audit 2024-05-09T04:05:19.884594+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]': finished 2024-05-09T04:05:21.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:20 smithi160 bash[22291]: cluster 2024-05-09T04:05:19.889585+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-09T04:05:21.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:20 smithi160 bash[22291]: cluster 2024-05-09T04:05:19.889585+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-09T04:05:21.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:20 smithi160 bash[22291]: audit 2024-05-09T04:05:19.890110+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:21.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:20 smithi160 bash[22291]: audit 2024-05-09T04:05:19.890110+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:21.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:20 smithi160 bash[22291]: audit 2024-05-09T04:05:20.581716+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.160:0/2871582360' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:05:21.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:20 smithi160 bash[22291]: audit 2024-05-09T04:05:20.581716+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.160:0/2871582360' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:05:21.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:20 smithi037 bash[21462]: audit 2024-05-09T04:05:19.880910+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.160:0/4227067410' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]: dispatch 2024-05-09T04:05:21.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:20 smithi037 bash[21462]: audit 2024-05-09T04:05:19.880910+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.160:0/4227067410' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]: dispatch 2024-05-09T04:05:21.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:20 smithi037 bash[21462]: audit 2024-05-09T04:05:19.881426+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]: dispatch 2024-05-09T04:05:21.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:20 smithi037 bash[21462]: audit 2024-05-09T04:05:19.881426+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]: dispatch 2024-05-09T04:05:21.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:20 smithi037 bash[21462]: audit 2024-05-09T04:05:19.884594+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]': finished 2024-05-09T04:05:21.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:20 smithi037 bash[21462]: audit 2024-05-09T04:05:19.884594+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]': finished 2024-05-09T04:05:21.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:20 smithi037 bash[21462]: cluster 2024-05-09T04:05:19.889585+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-09T04:05:21.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:20 smithi037 bash[21462]: cluster 2024-05-09T04:05:19.889585+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-09T04:05:21.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:20 smithi037 bash[21462]: audit 2024-05-09T04:05:19.890110+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:21.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:20 smithi037 bash[21462]: audit 2024-05-09T04:05:19.890110+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:21.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:20 smithi037 bash[21462]: audit 2024-05-09T04:05:20.581716+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.160:0/2871582360' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:05:21.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:20 smithi037 bash[21462]: audit 2024-05-09T04:05:20.581716+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.160:0/2871582360' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:05:21.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:20 smithi188 bash[21926]: audit 2024-05-09T04:05:19.880910+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.160:0/4227067410' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]: dispatch 2024-05-09T04:05:21.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:20 smithi188 bash[21926]: audit 2024-05-09T04:05:19.880910+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.160:0/4227067410' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]: dispatch 2024-05-09T04:05:21.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:20 smithi188 bash[21926]: audit 2024-05-09T04:05:19.881426+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]: dispatch 2024-05-09T04:05:21.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:20 smithi188 bash[21926]: audit 2024-05-09T04:05:19.881426+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]: dispatch 2024-05-09T04:05:21.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:20 smithi188 bash[21926]: audit 2024-05-09T04:05:19.884594+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]': finished 2024-05-09T04:05:21.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:20 smithi188 bash[21926]: audit 2024-05-09T04:05:19.884594+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "67a96321-b483-40ab-bbe5-102a725b229d"}]': finished 2024-05-09T04:05:21.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:20 smithi188 bash[21926]: cluster 2024-05-09T04:05:19.889585+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-09T04:05:21.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:20 smithi188 bash[21926]: cluster 2024-05-09T04:05:19.889585+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-05-09T04:05:21.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:20 smithi188 bash[21926]: audit 2024-05-09T04:05:19.890110+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:21.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:20 smithi188 bash[21926]: audit 2024-05-09T04:05:19.890110+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:21.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:20 smithi188 bash[21926]: audit 2024-05-09T04:05:20.581716+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.160:0/2871582360' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:05:21.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:20 smithi188 bash[21926]: audit 2024-05-09T04:05:20.581716+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.160:0/2871582360' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:05:22.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:21 smithi188 bash[21926]: cluster 2024-05-09T04:05:20.591978+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:22.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:21 smithi188 bash[21926]: cluster 2024-05-09T04:05:20.591978+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:22.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:21 smithi160 bash[22291]: cluster 2024-05-09T04:05:20.591978+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:22.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:21 smithi160 bash[22291]: cluster 2024-05-09T04:05:20.591978+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:22.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:21 smithi037 bash[21462]: cluster 2024-05-09T04:05:20.591978+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:22.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:21 smithi037 bash[21462]: cluster 2024-05-09T04:05:20.591978+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:24.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:23 smithi160 bash[22291]: cluster 2024-05-09T04:05:22.592437+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:24.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:23 smithi160 bash[22291]: cluster 2024-05-09T04:05:22.592437+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:23 smithi037 bash[21462]: cluster 2024-05-09T04:05:22.592437+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:24.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:23 smithi037 bash[21462]: cluster 2024-05-09T04:05:22.592437+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:24.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:23 smithi188 bash[21926]: cluster 2024-05-09T04:05:22.592437+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:24.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:23 smithi188 bash[21926]: cluster 2024-05-09T04:05:22.592437+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:26.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:25 smithi160 bash[22291]: cluster 2024-05-09T04:05:24.592897+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:26.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:25 smithi160 bash[22291]: cluster 2024-05-09T04:05:24.592897+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:26.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:25 smithi037 bash[21462]: cluster 2024-05-09T04:05:24.592897+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:26.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:25 smithi037 bash[21462]: cluster 2024-05-09T04:05:24.592897+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:26.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:25 smithi188 bash[21926]: cluster 2024-05-09T04:05:24.592897+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:26.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:25 smithi188 bash[21926]: cluster 2024-05-09T04:05:24.592897+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:28.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:27 smithi160 bash[22291]: cluster 2024-05-09T04:05:26.593335+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:28.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:27 smithi160 bash[22291]: cluster 2024-05-09T04:05:26.593335+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:28.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:27 smithi037 bash[21462]: cluster 2024-05-09T04:05:26.593335+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:28.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:27 smithi037 bash[21462]: cluster 2024-05-09T04:05:26.593335+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:28.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:27 smithi188 bash[21926]: cluster 2024-05-09T04:05:26.593335+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:28.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:27 smithi188 bash[21926]: cluster 2024-05-09T04:05:26.593335+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:29.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:28 smithi160 bash[22291]: cluster 2024-05-09T04:05:28.593797+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:29.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:28 smithi160 bash[22291]: cluster 2024-05-09T04:05:28.593797+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:29.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:28 smithi037 bash[21462]: cluster 2024-05-09T04:05:28.593797+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:29.198 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:28 smithi037 bash[21462]: cluster 2024-05-09T04:05:28.593797+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:29.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:28 smithi188 bash[21926]: cluster 2024-05-09T04:05:28.593797+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:29.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:28 smithi188 bash[21926]: cluster 2024-05-09T04:05:28.593797+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:31.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:31 smithi037 bash[21462]: cluster 2024-05-09T04:05:30.594214+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:31.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:31 smithi037 bash[21462]: cluster 2024-05-09T04:05:30.594214+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:31.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:31 smithi037 bash[21462]: audit 2024-05-09T04:05:31.114992+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:31.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:31 smithi037 bash[21462]: audit 2024-05-09T04:05:31.114992+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:31.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:31 smithi037 bash[21462]: audit 2024-05-09T04:05:31.124980+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:31.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:31 smithi037 bash[21462]: audit 2024-05-09T04:05:31.124980+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:31.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:31 smithi037 bash[21462]: audit 2024-05-09T04:05:31.134107+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:31.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:31 smithi037 bash[21462]: audit 2024-05-09T04:05:31.134107+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:32.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:31 smithi188 bash[21926]: cluster 2024-05-09T04:05:30.594214+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:32.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:31 smithi188 bash[21926]: cluster 2024-05-09T04:05:30.594214+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:32.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:31 smithi188 bash[21926]: audit 2024-05-09T04:05:31.114992+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:32.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:31 smithi188 bash[21926]: audit 2024-05-09T04:05:31.114992+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:32.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:31 smithi188 bash[21926]: audit 2024-05-09T04:05:31.124980+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:32.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:31 smithi188 bash[21926]: audit 2024-05-09T04:05:31.124980+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:32.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:31 smithi188 bash[21926]: audit 2024-05-09T04:05:31.134107+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:32.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:31 smithi188 bash[21926]: audit 2024-05-09T04:05:31.134107+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:32.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:31 smithi160 bash[22291]: cluster 2024-05-09T04:05:30.594214+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:32.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:31 smithi160 bash[22291]: cluster 2024-05-09T04:05:30.594214+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:32.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:31 smithi160 bash[22291]: audit 2024-05-09T04:05:31.114992+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:32.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:31 smithi160 bash[22291]: audit 2024-05-09T04:05:31.114992+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:32.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:31 smithi160 bash[22291]: audit 2024-05-09T04:05:31.124980+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:32.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:31 smithi160 bash[22291]: audit 2024-05-09T04:05:31.124980+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:32.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:31 smithi160 bash[22291]: audit 2024-05-09T04:05:31.134107+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:32.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:31 smithi160 bash[22291]: audit 2024-05-09T04:05:31.134107+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:33.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:33 smithi160 bash[22291]: cluster 2024-05-09T04:05:32.594618+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:33.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:33 smithi160 bash[22291]: cluster 2024-05-09T04:05:32.594618+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:33.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:33 smithi160 bash[22291]: audit 2024-05-09T04:05:32.766588+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-09T04:05:33.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:33 smithi160 bash[22291]: audit 2024-05-09T04:05:32.766588+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-09T04:05:33.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:33 smithi160 bash[22291]: audit 2024-05-09T04:05:32.768588+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:33.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:33 smithi160 bash[22291]: audit 2024-05-09T04:05:32.768588+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:33.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:33 smithi160 bash[22291]: cephadm 2024-05-09T04:05:32.770452+0000 mgr.a (mgr.14152) 158 : cephadm [INF] Deploying daemon osd.1 on smithi160 2024-05-09T04:05:33.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:33 smithi160 bash[22291]: cephadm 2024-05-09T04:05:32.770452+0000 mgr.a (mgr.14152) 158 : cephadm [INF] Deploying daemon osd.1 on smithi160 2024-05-09T04:05:33.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:33 smithi037 bash[21462]: cluster 2024-05-09T04:05:32.594618+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:33.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:33 smithi037 bash[21462]: cluster 2024-05-09T04:05:32.594618+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:33.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:33 smithi037 bash[21462]: audit 2024-05-09T04:05:32.766588+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-09T04:05:33.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:33 smithi037 bash[21462]: audit 2024-05-09T04:05:32.766588+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-09T04:05:33.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:33 smithi037 bash[21462]: audit 2024-05-09T04:05:32.768588+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:33.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:33 smithi037 bash[21462]: audit 2024-05-09T04:05:32.768588+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:33.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:33 smithi037 bash[21462]: cephadm 2024-05-09T04:05:32.770452+0000 mgr.a (mgr.14152) 158 : cephadm [INF] Deploying daemon osd.1 on smithi160 2024-05-09T04:05:33.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:33 smithi037 bash[21462]: cephadm 2024-05-09T04:05:32.770452+0000 mgr.a (mgr.14152) 158 : cephadm [INF] Deploying daemon osd.1 on smithi160 2024-05-09T04:05:34.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:33 smithi188 bash[21926]: cluster 2024-05-09T04:05:32.594618+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:34.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:33 smithi188 bash[21926]: cluster 2024-05-09T04:05:32.594618+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:34.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:33 smithi188 bash[21926]: audit 2024-05-09T04:05:32.766588+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-09T04:05:34.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:33 smithi188 bash[21926]: audit 2024-05-09T04:05:32.766588+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-05-09T04:05:34.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:33 smithi188 bash[21926]: audit 2024-05-09T04:05:32.768588+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:34.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:33 smithi188 bash[21926]: audit 2024-05-09T04:05:32.768588+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:34.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:33 smithi188 bash[21926]: cephadm 2024-05-09T04:05:32.770452+0000 mgr.a (mgr.14152) 158 : cephadm [INF] Deploying daemon osd.1 on smithi160 2024-05-09T04:05:34.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:33 smithi188 bash[21926]: cephadm 2024-05-09T04:05:32.770452+0000 mgr.a (mgr.14152) 158 : cephadm [INF] Deploying daemon osd.1 on smithi160 2024-05-09T04:05:35.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:35 smithi037 bash[21462]: cluster 2024-05-09T04:05:34.595057+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:35.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:35 smithi037 bash[21462]: cluster 2024-05-09T04:05:34.595057+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:36.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:35 smithi188 bash[21926]: cluster 2024-05-09T04:05:34.595057+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:36.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:35 smithi188 bash[21926]: cluster 2024-05-09T04:05:34.595057+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:36.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:35 smithi160 bash[22291]: cluster 2024-05-09T04:05:34.595057+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:36.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:35 smithi160 bash[22291]: cluster 2024-05-09T04:05:34.595057+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:37.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:37 smithi037 bash[21462]: cluster 2024-05-09T04:05:36.595540+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:37.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:37 smithi037 bash[21462]: cluster 2024-05-09T04:05:36.595540+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:37.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:37 smithi037 bash[21462]: audit 2024-05-09T04:05:37.005670+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:37.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:37 smithi037 bash[21462]: audit 2024-05-09T04:05:37.005670+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:37.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:37 smithi037 bash[21462]: audit 2024-05-09T04:05:37.014625+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:37.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:37 smithi037 bash[21462]: audit 2024-05-09T04:05:37.014625+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:37.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:37 smithi037 bash[21462]: audit 2024-05-09T04:05:37.025152+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:37.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:37 smithi037 bash[21462]: audit 2024-05-09T04:05:37.025152+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:37.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:37 smithi037 bash[21462]: audit 2024-05-09T04:05:37.507957+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:37.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:37 smithi037 bash[21462]: audit 2024-05-09T04:05:37.507957+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:37.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:37 smithi037 bash[21462]: audit 2024-05-09T04:05:37.514271+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:37.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:37 smithi037 bash[21462]: audit 2024-05-09T04:05:37.514271+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:37.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:37 smithi037 bash[21462]: audit 2024-05-09T04:05:37.520778+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:37.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:37 smithi037 bash[21462]: audit 2024-05-09T04:05:37.520778+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:37 smithi188 bash[21926]: cluster 2024-05-09T04:05:36.595540+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:37 smithi188 bash[21926]: cluster 2024-05-09T04:05:36.595540+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:37 smithi188 bash[21926]: audit 2024-05-09T04:05:37.005670+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:37 smithi188 bash[21926]: audit 2024-05-09T04:05:37.005670+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:37 smithi188 bash[21926]: audit 2024-05-09T04:05:37.014625+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:37 smithi188 bash[21926]: audit 2024-05-09T04:05:37.014625+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:37 smithi188 bash[21926]: audit 2024-05-09T04:05:37.025152+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:37 smithi188 bash[21926]: audit 2024-05-09T04:05:37.025152+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:37 smithi188 bash[21926]: audit 2024-05-09T04:05:37.507957+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:37 smithi188 bash[21926]: audit 2024-05-09T04:05:37.507957+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:37 smithi188 bash[21926]: audit 2024-05-09T04:05:37.514271+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:37 smithi188 bash[21926]: audit 2024-05-09T04:05:37.514271+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:37 smithi188 bash[21926]: audit 2024-05-09T04:05:37.520778+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:37 smithi188 bash[21926]: audit 2024-05-09T04:05:37.520778+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.033 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:37 smithi160 bash[22291]: cluster 2024-05-09T04:05:36.595540+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:38.033 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:37 smithi160 bash[22291]: cluster 2024-05-09T04:05:36.595540+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:38.033 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:37 smithi160 bash[22291]: audit 2024-05-09T04:05:37.005670+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.033 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:37 smithi160 bash[22291]: audit 2024-05-09T04:05:37.005670+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.033 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:37 smithi160 bash[22291]: audit 2024-05-09T04:05:37.014625+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.033 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:37 smithi160 bash[22291]: audit 2024-05-09T04:05:37.014625+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.033 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:37 smithi160 bash[22291]: audit 2024-05-09T04:05:37.025152+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.034 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:37 smithi160 bash[22291]: audit 2024-05-09T04:05:37.025152+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.034 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:37 smithi160 bash[22291]: audit 2024-05-09T04:05:37.507957+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.034 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:37 smithi160 bash[22291]: audit 2024-05-09T04:05:37.507957+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.034 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:37 smithi160 bash[22291]: audit 2024-05-09T04:05:37.514271+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.034 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:37 smithi160 bash[22291]: audit 2024-05-09T04:05:37.514271+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.034 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:37 smithi160 bash[22291]: audit 2024-05-09T04:05:37.520778+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.034 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:37 smithi160 bash[22291]: audit 2024-05-09T04:05:37.520778+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.034 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:38 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:05:38.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:38 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:05:38.355 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:05:38 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:05:38.356 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:05:38 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:05:38.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:38 smithi037 bash[21462]: cephadm 2024-05-09T04:05:37.017840+0000 mgr.a (mgr.14152) 161 : cephadm [INF] Detected new or changed devices on smithi160 2024-05-09T04:05:38.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:38 smithi037 bash[21462]: cephadm 2024-05-09T04:05:37.017840+0000 mgr.a (mgr.14152) 161 : cephadm [INF] Detected new or changed devices on smithi160 2024-05-09T04:05:38.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:38 smithi037 bash[21462]: audit 2024-05-09T04:05:38.425654+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:38 smithi037 bash[21462]: audit 2024-05-09T04:05:38.425654+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:38 smithi037 bash[21462]: audit 2024-05-09T04:05:38.434542+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:38 smithi037 bash[21462]: audit 2024-05-09T04:05:38.434542+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:38 smithi037 bash[21462]: audit 2024-05-09T04:05:38.455206+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:38.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:38 smithi037 bash[21462]: audit 2024-05-09T04:05:38.455206+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:38.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:38 smithi037 bash[21462]: audit 2024-05-09T04:05:38.464093+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:38.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:38 smithi037 bash[21462]: audit 2024-05-09T04:05:38.464093+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:38.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:38 smithi037 bash[21462]: audit 2024-05-09T04:05:38.467178+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:38.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:38 smithi037 bash[21462]: audit 2024-05-09T04:05:38.467178+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:38.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:38 smithi037 bash[21462]: audit 2024-05-09T04:05:38.481754+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:38.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:38 smithi037 bash[21462]: audit 2024-05-09T04:05:38.481754+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:39.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:38 smithi188 bash[21926]: cephadm 2024-05-09T04:05:37.017840+0000 mgr.a (mgr.14152) 161 : cephadm [INF] Detected new or changed devices on smithi160 2024-05-09T04:05:39.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:38 smithi188 bash[21926]: cephadm 2024-05-09T04:05:37.017840+0000 mgr.a (mgr.14152) 161 : cephadm [INF] Detected new or changed devices on smithi160 2024-05-09T04:05:39.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:38 smithi188 bash[21926]: audit 2024-05-09T04:05:38.425654+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:39.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:38 smithi188 bash[21926]: audit 2024-05-09T04:05:38.425654+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:39.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:38 smithi188 bash[21926]: audit 2024-05-09T04:05:38.434542+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:39.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:38 smithi188 bash[21926]: audit 2024-05-09T04:05:38.434542+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:39.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:38 smithi188 bash[21926]: audit 2024-05-09T04:05:38.455206+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:39.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:38 smithi188 bash[21926]: audit 2024-05-09T04:05:38.455206+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:39.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:38 smithi188 bash[21926]: audit 2024-05-09T04:05:38.464093+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:39.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:38 smithi188 bash[21926]: audit 2024-05-09T04:05:38.464093+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:39.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:38 smithi188 bash[21926]: audit 2024-05-09T04:05:38.467178+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:39.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:38 smithi188 bash[21926]: audit 2024-05-09T04:05:38.467178+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:39.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:38 smithi188 bash[21926]: audit 2024-05-09T04:05:38.481754+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:39.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:38 smithi188 bash[21926]: audit 2024-05-09T04:05:38.481754+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:39.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:38 smithi160 bash[22291]: cephadm 2024-05-09T04:05:37.017840+0000 mgr.a (mgr.14152) 161 : cephadm [INF] Detected new or changed devices on smithi160 2024-05-09T04:05:39.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:38 smithi160 bash[22291]: cephadm 2024-05-09T04:05:37.017840+0000 mgr.a (mgr.14152) 161 : cephadm [INF] Detected new or changed devices on smithi160 2024-05-09T04:05:39.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:38 smithi160 bash[22291]: audit 2024-05-09T04:05:38.425654+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:39.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:38 smithi160 bash[22291]: audit 2024-05-09T04:05:38.425654+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:39.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:38 smithi160 bash[22291]: audit 2024-05-09T04:05:38.434542+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:39.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:38 smithi160 bash[22291]: audit 2024-05-09T04:05:38.434542+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:39.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:38 smithi160 bash[22291]: audit 2024-05-09T04:05:38.455206+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:39.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:38 smithi160 bash[22291]: audit 2024-05-09T04:05:38.455206+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:39.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:38 smithi160 bash[22291]: audit 2024-05-09T04:05:38.464093+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:39.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:38 smithi160 bash[22291]: audit 2024-05-09T04:05:38.464093+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:39.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:38 smithi160 bash[22291]: audit 2024-05-09T04:05:38.467178+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:39.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:38 smithi160 bash[22291]: audit 2024-05-09T04:05:38.467178+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:39.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:38 smithi160 bash[22291]: audit 2024-05-09T04:05:38.481754+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:39.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:38 smithi160 bash[22291]: audit 2024-05-09T04:05:38.481754+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:39.933 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:39 smithi160 bash[22291]: cluster 2024-05-09T04:05:38.596111+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:39.933 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:39 smithi160 bash[22291]: cluster 2024-05-09T04:05:38.596111+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:39.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:39 smithi037 bash[21462]: cluster 2024-05-09T04:05:38.596111+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:39.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:39 smithi037 bash[21462]: cluster 2024-05-09T04:05:38.596111+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:40.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:39 smithi188 bash[21926]: cluster 2024-05-09T04:05:38.596111+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:40.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:39 smithi188 bash[21926]: cluster 2024-05-09T04:05:38.596111+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:41.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:41 smithi037 bash[21462]: cluster 2024-05-09T04:05:40.596700+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:41.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:41 smithi037 bash[21462]: cluster 2024-05-09T04:05:40.596700+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:42.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:41 smithi188 bash[21926]: cluster 2024-05-09T04:05:40.596700+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:42.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:41 smithi188 bash[21926]: cluster 2024-05-09T04:05:40.596700+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:42.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:41 smithi160 bash[22291]: cluster 2024-05-09T04:05:40.596700+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:42.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:41 smithi160 bash[22291]: cluster 2024-05-09T04:05:40.596700+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:43.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:43 smithi188 bash[21926]: cluster 2024-05-09T04:05:42.597284+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:43.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:43 smithi188 bash[21926]: cluster 2024-05-09T04:05:42.597284+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:43.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:43 smithi160 bash[22291]: cluster 2024-05-09T04:05:42.597284+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:43.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:43 smithi160 bash[22291]: cluster 2024-05-09T04:05:42.597284+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:43.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:43 smithi037 bash[21462]: cluster 2024-05-09T04:05:42.597284+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:43.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:43 smithi037 bash[21462]: cluster 2024-05-09T04:05:42.597284+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:44.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:44 smithi160 bash[22291]: audit 2024-05-09T04:05:44.614807+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T04:05:44.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:44 smithi160 bash[22291]: audit 2024-05-09T04:05:44.614807+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T04:05:44.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:44 smithi160 bash[22291]: audit 2024-05-09T04:05:44.615285+0000 mon.a (mon.0) 477 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T04:05:44.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:44 smithi160 bash[22291]: audit 2024-05-09T04:05:44.615285+0000 mon.a (mon.0) 477 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T04:05:44.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:44 smithi037 bash[21462]: audit 2024-05-09T04:05:44.614807+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T04:05:44.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:44 smithi037 bash[21462]: audit 2024-05-09T04:05:44.614807+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T04:05:44.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:44 smithi037 bash[21462]: audit 2024-05-09T04:05:44.615285+0000 mon.a (mon.0) 477 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T04:05:44.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:44 smithi037 bash[21462]: audit 2024-05-09T04:05:44.615285+0000 mon.a (mon.0) 477 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T04:05:45.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:44 smithi188 bash[21926]: audit 2024-05-09T04:05:44.614807+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T04:05:45.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:44 smithi188 bash[21926]: audit 2024-05-09T04:05:44.614807+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T04:05:45.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:44 smithi188 bash[21926]: audit 2024-05-09T04:05:44.615285+0000 mon.a (mon.0) 477 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T04:05:45.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:44 smithi188 bash[21926]: audit 2024-05-09T04:05:44.615285+0000 mon.a (mon.0) 477 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-05-09T04:05:45.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:45 smithi037 bash[21462]: cluster 2024-05-09T04:05:44.597842+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:45.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:45 smithi037 bash[21462]: cluster 2024-05-09T04:05:44.597842+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:45.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:45 smithi037 bash[21462]: audit 2024-05-09T04:05:44.682057+0000 mon.a (mon.0) 478 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-09T04:05:45.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:45 smithi037 bash[21462]: audit 2024-05-09T04:05:44.682057+0000 mon.a (mon.0) 478 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-09T04:05:45.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:45 smithi037 bash[21462]: cluster 2024-05-09T04:05:44.688542+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-09T04:05:45.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:45 smithi037 bash[21462]: cluster 2024-05-09T04:05:44.688542+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-09T04:05:45.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:45 smithi037 bash[21462]: audit 2024-05-09T04:05:44.688791+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-09T04:05:45.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:45 smithi037 bash[21462]: audit 2024-05-09T04:05:44.688791+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-09T04:05:45.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:45 smithi037 bash[21462]: audit 2024-05-09T04:05:44.689373+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:45.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:45 smithi037 bash[21462]: audit 2024-05-09T04:05:44.689373+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:45.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:45 smithi037 bash[21462]: audit 2024-05-09T04:05:44.690081+0000 mon.a (mon.0) 481 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-09T04:05:45.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:45 smithi037 bash[21462]: audit 2024-05-09T04:05:44.690081+0000 mon.a (mon.0) 481 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-09T04:05:46.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:45 smithi188 bash[21926]: cluster 2024-05-09T04:05:44.597842+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:46.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:45 smithi188 bash[21926]: cluster 2024-05-09T04:05:44.597842+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:46.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:45 smithi188 bash[21926]: audit 2024-05-09T04:05:44.682057+0000 mon.a (mon.0) 478 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-09T04:05:46.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:45 smithi188 bash[21926]: audit 2024-05-09T04:05:44.682057+0000 mon.a (mon.0) 478 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-09T04:05:46.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:45 smithi188 bash[21926]: cluster 2024-05-09T04:05:44.688542+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-09T04:05:46.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:45 smithi188 bash[21926]: cluster 2024-05-09T04:05:44.688542+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-09T04:05:46.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:45 smithi188 bash[21926]: audit 2024-05-09T04:05:44.688791+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-09T04:05:46.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:45 smithi188 bash[21926]: audit 2024-05-09T04:05:44.688791+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-09T04:05:46.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:45 smithi188 bash[21926]: audit 2024-05-09T04:05:44.689373+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:46.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:45 smithi188 bash[21926]: audit 2024-05-09T04:05:44.689373+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:46.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:45 smithi188 bash[21926]: audit 2024-05-09T04:05:44.690081+0000 mon.a (mon.0) 481 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-09T04:05:46.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:45 smithi188 bash[21926]: audit 2024-05-09T04:05:44.690081+0000 mon.a (mon.0) 481 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-09T04:05:46.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:45 smithi160 bash[22291]: cluster 2024-05-09T04:05:44.597842+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:46.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:45 smithi160 bash[22291]: cluster 2024-05-09T04:05:44.597842+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:46.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:45 smithi160 bash[22291]: audit 2024-05-09T04:05:44.682057+0000 mon.a (mon.0) 478 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-09T04:05:46.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:45 smithi160 bash[22291]: audit 2024-05-09T04:05:44.682057+0000 mon.a (mon.0) 478 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-05-09T04:05:46.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:45 smithi160 bash[22291]: cluster 2024-05-09T04:05:44.688542+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-09T04:05:46.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:45 smithi160 bash[22291]: cluster 2024-05-09T04:05:44.688542+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-05-09T04:05:46.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:45 smithi160 bash[22291]: audit 2024-05-09T04:05:44.688791+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-09T04:05:46.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:45 smithi160 bash[22291]: audit 2024-05-09T04:05:44.688791+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-09T04:05:46.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:45 smithi160 bash[22291]: audit 2024-05-09T04:05:44.689373+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:46.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:45 smithi160 bash[22291]: audit 2024-05-09T04:05:44.689373+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:46.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:45 smithi160 bash[22291]: audit 2024-05-09T04:05:44.690081+0000 mon.a (mon.0) 481 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-09T04:05:46.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:45 smithi160 bash[22291]: audit 2024-05-09T04:05:44.690081+0000 mon.a (mon.0) 481 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-05-09T04:05:46.987 INFO:teuthology.orchestra.run.smithi160.stdout:Created osd(s) 1 on host 'smithi160' 2024-05-09T04:05:47.006 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:46 smithi160 bash[22291]: audit 2024-05-09T04:05:45.684503+0000 mon.a (mon.0) 482 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-05-09T04:05:47.007 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:46 smithi160 bash[22291]: audit 2024-05-09T04:05:45.684503+0000 mon.a (mon.0) 482 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-05-09T04:05:47.007 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:46 smithi160 bash[22291]: cluster 2024-05-09T04:05:45.689557+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-09T04:05:47.007 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:46 smithi160 bash[22291]: cluster 2024-05-09T04:05:45.689557+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-09T04:05:47.007 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:46 smithi160 bash[22291]: audit 2024-05-09T04:05:45.690495+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:47.007 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:46 smithi160 bash[22291]: audit 2024-05-09T04:05:45.690495+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:47.007 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:46 smithi160 bash[22291]: audit 2024-05-09T04:05:45.699072+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:47.007 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:46 smithi160 bash[22291]: audit 2024-05-09T04:05:45.699072+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:47.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:46 smithi188 bash[21926]: audit 2024-05-09T04:05:45.684503+0000 mon.a (mon.0) 482 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-05-09T04:05:47.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:46 smithi188 bash[21926]: audit 2024-05-09T04:05:45.684503+0000 mon.a (mon.0) 482 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-05-09T04:05:47.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:46 smithi188 bash[21926]: cluster 2024-05-09T04:05:45.689557+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-09T04:05:47.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:46 smithi188 bash[21926]: cluster 2024-05-09T04:05:45.689557+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-09T04:05:47.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:46 smithi188 bash[21926]: audit 2024-05-09T04:05:45.690495+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:47.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:46 smithi188 bash[21926]: audit 2024-05-09T04:05:45.690495+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:47.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:46 smithi188 bash[21926]: audit 2024-05-09T04:05:45.699072+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:47.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:46 smithi188 bash[21926]: audit 2024-05-09T04:05:45.699072+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:47.145 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:46 smithi037 bash[21462]: audit 2024-05-09T04:05:45.684503+0000 mon.a (mon.0) 482 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-05-09T04:05:47.145 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:46 smithi037 bash[21462]: audit 2024-05-09T04:05:45.684503+0000 mon.a (mon.0) 482 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-05-09T04:05:47.145 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:46 smithi037 bash[21462]: cluster 2024-05-09T04:05:45.689557+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-09T04:05:47.145 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:46 smithi037 bash[21462]: cluster 2024-05-09T04:05:45.689557+0000 mon.a (mon.0) 483 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-05-09T04:05:47.145 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:46 smithi037 bash[21462]: audit 2024-05-09T04:05:45.690495+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:47.145 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:46 smithi037 bash[21462]: audit 2024-05-09T04:05:45.690495+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:47.146 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:46 smithi037 bash[21462]: audit 2024-05-09T04:05:45.699072+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:47.146 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:46 smithi037 bash[21462]: audit 2024-05-09T04:05:45.699072+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:47.585 DEBUG:teuthology.orchestra.run.smithi160:osd.1> sudo journalctl -f -n 0 -u ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@osd.1.service 2024-05-09T04:05:47.588 INFO:tasks.cephadm:Deploying osd.2 on smithi188 with /dev/vg_nvme/lv_4... 2024-05-09T04:05:47.588 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-05-09T04:05:47.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: cluster 2024-05-09T04:05:45.603392+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:05:47.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: cluster 2024-05-09T04:05:45.603392+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:05:47.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: cluster 2024-05-09T04:05:45.603516+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:05:47.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: cluster 2024-05-09T04:05:45.603516+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:05:47.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: cluster 2024-05-09T04:05:46.598303+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:47.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: cluster 2024-05-09T04:05:46.598303+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:47.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: cluster 2024-05-09T04:05:46.700678+0000 mon.a (mon.0) 486 : cluster [INF] osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783] boot 2024-05-09T04:05:47.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: cluster 2024-05-09T04:05:46.700678+0000 mon.a (mon.0) 486 : cluster [INF] osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783] boot 2024-05-09T04:05:47.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: cluster 2024-05-09T04:05:46.700754+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-09T04:05:47.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: cluster 2024-05-09T04:05:46.700754+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-09T04:05:47.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.701608+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:47.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.701608+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:47.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.955661+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:47.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.955661+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:47.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.959338+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:47.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.959338+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:47.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.964428+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:47.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.964428+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:47.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.971172+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:05:47.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.971172+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:05:47.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.978854+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:47.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.978854+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:47.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.982785+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:47.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.982785+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:47.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.984580+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:47.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.984580+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:47.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.994952+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:47.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:47 smithi160 bash[22291]: audit 2024-05-09T04:05:46.994952+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:47.974 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: cluster 2024-05-09T04:05:45.603392+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:05:47.974 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: cluster 2024-05-09T04:05:45.603392+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:05:47.974 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: cluster 2024-05-09T04:05:45.603516+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:05:47.974 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: cluster 2024-05-09T04:05:45.603516+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:05:47.974 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: cluster 2024-05-09T04:05:46.598303+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:47.974 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: cluster 2024-05-09T04:05:46.598303+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:47.974 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: cluster 2024-05-09T04:05:46.700678+0000 mon.a (mon.0) 486 : cluster [INF] osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783] boot 2024-05-09T04:05:47.974 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: cluster 2024-05-09T04:05:46.700678+0000 mon.a (mon.0) 486 : cluster [INF] osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783] boot 2024-05-09T04:05:47.974 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: cluster 2024-05-09T04:05:46.700754+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-09T04:05:47.974 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: cluster 2024-05-09T04:05:46.700754+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-09T04:05:47.974 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.701608+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:47.975 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.701608+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:47.975 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.955661+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:47.975 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.955661+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:47.975 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.959338+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:47.975 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.959338+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:47.975 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.964428+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:47.975 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.964428+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:47.975 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.971172+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:05:47.975 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.971172+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:05:47.975 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.978854+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:47.975 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.978854+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:47.975 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.982785+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:47.975 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.982785+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:47.975 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.984580+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:47.976 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.984580+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:47.976 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.994952+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:47.976 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:47 smithi037 bash[21462]: audit 2024-05-09T04:05:46.994952+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:48.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: cluster 2024-05-09T04:05:45.603392+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:05:48.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: cluster 2024-05-09T04:05:45.603392+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:05:48.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: cluster 2024-05-09T04:05:45.603516+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:05:48.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: cluster 2024-05-09T04:05:45.603516+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:05:48.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: cluster 2024-05-09T04:05:46.598303+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:48.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: cluster 2024-05-09T04:05:46.598303+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-05-09T04:05:48.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: cluster 2024-05-09T04:05:46.700678+0000 mon.a (mon.0) 486 : cluster [INF] osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783] boot 2024-05-09T04:05:48.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: cluster 2024-05-09T04:05:46.700678+0000 mon.a (mon.0) 486 : cluster [INF] osd.1 [v2:172.21.15.160:6800/843205783,v1:172.21.15.160:6801/843205783] boot 2024-05-09T04:05:48.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: cluster 2024-05-09T04:05:46.700754+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-09T04:05:48.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: cluster 2024-05-09T04:05:46.700754+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-05-09T04:05:48.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.701608+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:48.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.701608+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:05:48.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.955661+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:48.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.955661+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:48.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.959338+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:48.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.959338+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:48.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.964428+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:48.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.964428+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:48.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.971172+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:05:48.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.971172+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:05:48.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.978854+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:48.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.978854+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:48.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.982785+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:48.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.982785+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:48.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.984580+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:48.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.984580+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:48.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.994952+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:48.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:47 smithi188 bash[21926]: audit 2024-05-09T04:05:46.994952+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:49.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:48 smithi188 bash[21926]: cephadm 2024-05-09T04:05:46.972595+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 16241M 2024-05-09T04:05:49.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:48 smithi188 bash[21926]: cephadm 2024-05-09T04:05:46.972595+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 16241M 2024-05-09T04:05:49.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:48 smithi188 bash[21926]: cluster 2024-05-09T04:05:47.997373+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T04:05:49.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:48 smithi188 bash[21926]: cluster 2024-05-09T04:05:47.997373+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T04:05:49.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:48 smithi160 bash[22291]: cephadm 2024-05-09T04:05:46.972595+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 16241M 2024-05-09T04:05:49.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:48 smithi160 bash[22291]: cephadm 2024-05-09T04:05:46.972595+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 16241M 2024-05-09T04:05:49.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:48 smithi160 bash[22291]: cluster 2024-05-09T04:05:47.997373+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T04:05:49.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:48 smithi160 bash[22291]: cluster 2024-05-09T04:05:47.997373+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T04:05:49.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:48 smithi037 bash[21462]: cephadm 2024-05-09T04:05:46.972595+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 16241M 2024-05-09T04:05:49.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:48 smithi037 bash[21462]: cephadm 2024-05-09T04:05:46.972595+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 16241M 2024-05-09T04:05:49.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:48 smithi037 bash[21462]: cluster 2024-05-09T04:05:47.997373+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T04:05:49.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:48 smithi037 bash[21462]: cluster 2024-05-09T04:05:47.997373+0000 mon.a (mon.0) 497 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-05-09T04:05:49.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:49 smithi037 bash[21462]: cluster 2024-05-09T04:05:48.598895+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:49.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:49 smithi037 bash[21462]: cluster 2024-05-09T04:05:48.598895+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:50.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:49 smithi188 bash[21926]: cluster 2024-05-09T04:05:48.598895+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:50.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:49 smithi188 bash[21926]: cluster 2024-05-09T04:05:48.598895+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:50.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:49 smithi160 bash[22291]: cluster 2024-05-09T04:05:48.598895+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:50.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:49 smithi160 bash[22291]: cluster 2024-05-09T04:05:48.598895+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:52.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:51 smithi188 bash[21926]: cluster 2024-05-09T04:05:50.599357+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:52.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:51 smithi188 bash[21926]: cluster 2024-05-09T04:05:50.599357+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:52.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:51 smithi188 bash[21926]: audit 2024-05-09T04:05:51.336143+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:51 smithi188 bash[21926]: audit 2024-05-09T04:05:51.336143+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:51 smithi188 bash[21926]: audit 2024-05-09T04:05:51.344539+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:51 smithi188 bash[21926]: audit 2024-05-09T04:05:51.344539+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:51 smithi188 bash[21926]: audit 2024-05-09T04:05:51.354972+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:51 smithi188 bash[21926]: audit 2024-05-09T04:05:51.354972+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:51 smithi160 bash[22291]: cluster 2024-05-09T04:05:50.599357+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:52.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:51 smithi160 bash[22291]: cluster 2024-05-09T04:05:50.599357+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:52.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:51 smithi160 bash[22291]: audit 2024-05-09T04:05:51.336143+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:51 smithi160 bash[22291]: audit 2024-05-09T04:05:51.336143+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:51 smithi160 bash[22291]: audit 2024-05-09T04:05:51.344539+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:51 smithi160 bash[22291]: audit 2024-05-09T04:05:51.344539+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:51 smithi160 bash[22291]: audit 2024-05-09T04:05:51.354972+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:51 smithi160 bash[22291]: audit 2024-05-09T04:05:51.354972+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.152 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.c/config 2024-05-09T04:05:52.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:51 smithi037 bash[21462]: cluster 2024-05-09T04:05:50.599357+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:52.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:51 smithi037 bash[21462]: cluster 2024-05-09T04:05:50.599357+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:52.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:51 smithi037 bash[21462]: audit 2024-05-09T04:05:51.336143+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:51 smithi037 bash[21462]: audit 2024-05-09T04:05:51.336143+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:51 smithi037 bash[21462]: audit 2024-05-09T04:05:51.344539+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:51 smithi037 bash[21462]: audit 2024-05-09T04:05:51.344539+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:51 smithi037 bash[21462]: audit 2024-05-09T04:05:51.354972+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:52.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:51 smithi037 bash[21462]: audit 2024-05-09T04:05:51.354972+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:53.986 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:53 smithi160 bash[22291]: cluster 2024-05-09T04:05:52.599826+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:53.987 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:53 smithi160 bash[22291]: cluster 2024-05-09T04:05:52.599826+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:54.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:53 smithi188 bash[21926]: cluster 2024-05-09T04:05:52.599826+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:54.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:53 smithi188 bash[21926]: cluster 2024-05-09T04:05:52.599826+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:54.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:53 smithi037 bash[21462]: cluster 2024-05-09T04:05:52.599826+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:54.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:53 smithi037 bash[21462]: cluster 2024-05-09T04:05:52.599826+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:55.749 INFO:teuthology.orchestra.run.smithi188.stdout: 2024-05-09T04:05:55.796 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph orch daemon add osd smithi188:vg_nvme/lv_4 2024-05-09T04:05:55.983 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:55 smithi160 bash[22291]: cluster 2024-05-09T04:05:54.600406+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:55.983 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:55 smithi160 bash[22291]: cluster 2024-05-09T04:05:54.600406+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:56.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:55 smithi188 bash[21926]: cluster 2024-05-09T04:05:54.600406+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:56.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:55 smithi188 bash[21926]: cluster 2024-05-09T04:05:54.600406+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:56.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:55 smithi037 bash[21462]: cluster 2024-05-09T04:05:54.600406+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:56.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:55 smithi037 bash[21462]: cluster 2024-05-09T04:05:54.600406+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:58.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:57 smithi188 bash[21926]: cluster 2024-05-09T04:05:56.601026+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:58.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:57 smithi188 bash[21926]: cluster 2024-05-09T04:05:56.601026+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:58.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:57 smithi188 bash[21926]: audit 2024-05-09T04:05:57.234115+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:57 smithi188 bash[21926]: audit 2024-05-09T04:05:57.234115+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:57 smithi188 bash[21926]: audit 2024-05-09T04:05:57.243086+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:57 smithi188 bash[21926]: audit 2024-05-09T04:05:57.243086+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:57 smithi188 bash[21926]: audit 2024-05-09T04:05:57.248657+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:58.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:57 smithi188 bash[21926]: audit 2024-05-09T04:05:57.248657+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:58.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:57 smithi188 bash[21926]: audit 2024-05-09T04:05:57.255517+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:57 smithi188 bash[21926]: audit 2024-05-09T04:05:57.255517+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:57 smithi188 bash[21926]: audit 2024-05-09T04:05:57.256310+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:58.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:57 smithi188 bash[21926]: audit 2024-05-09T04:05:57.256310+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:58.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:57 smithi188 bash[21926]: audit 2024-05-09T04:05:57.258668+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:58.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:57 smithi188 bash[21926]: audit 2024-05-09T04:05:57.258668+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:58.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:57 smithi188 bash[21926]: audit 2024-05-09T04:05:57.269133+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:57 smithi188 bash[21926]: audit 2024-05-09T04:05:57.269133+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:57 smithi160 bash[22291]: cluster 2024-05-09T04:05:56.601026+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:58.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:57 smithi160 bash[22291]: cluster 2024-05-09T04:05:56.601026+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:58.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:57 smithi160 bash[22291]: audit 2024-05-09T04:05:57.234115+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:57 smithi160 bash[22291]: audit 2024-05-09T04:05:57.234115+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:57 smithi160 bash[22291]: audit 2024-05-09T04:05:57.243086+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:57 smithi160 bash[22291]: audit 2024-05-09T04:05:57.243086+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:57 smithi160 bash[22291]: audit 2024-05-09T04:05:57.248657+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:58.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:57 smithi160 bash[22291]: audit 2024-05-09T04:05:57.248657+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:58.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:57 smithi160 bash[22291]: audit 2024-05-09T04:05:57.255517+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:57 smithi160 bash[22291]: audit 2024-05-09T04:05:57.255517+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:57 smithi160 bash[22291]: audit 2024-05-09T04:05:57.256310+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:58.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:57 smithi160 bash[22291]: audit 2024-05-09T04:05:57.256310+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:58.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:57 smithi160 bash[22291]: audit 2024-05-09T04:05:57.258668+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:58.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:57 smithi160 bash[22291]: audit 2024-05-09T04:05:57.258668+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:58.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:57 smithi160 bash[22291]: audit 2024-05-09T04:05:57.269133+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.107 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:57 smithi160 bash[22291]: audit 2024-05-09T04:05:57.269133+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:57 smithi037 bash[21462]: cluster 2024-05-09T04:05:56.601026+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:58.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:57 smithi037 bash[21462]: cluster 2024-05-09T04:05:56.601026+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:58.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:57 smithi037 bash[21462]: audit 2024-05-09T04:05:57.234115+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:57 smithi037 bash[21462]: audit 2024-05-09T04:05:57.234115+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:57 smithi037 bash[21462]: audit 2024-05-09T04:05:57.243086+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:57 smithi037 bash[21462]: audit 2024-05-09T04:05:57.243086+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:57 smithi037 bash[21462]: audit 2024-05-09T04:05:57.248657+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:58.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:57 smithi037 bash[21462]: audit 2024-05-09T04:05:57.248657+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:05:58.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:57 smithi037 bash[21462]: audit 2024-05-09T04:05:57.255517+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:57 smithi037 bash[21462]: audit 2024-05-09T04:05:57.255517+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:57 smithi037 bash[21462]: audit 2024-05-09T04:05:57.256310+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:58.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:57 smithi037 bash[21462]: audit 2024-05-09T04:05:57.256310+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:05:58.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:57 smithi037 bash[21462]: audit 2024-05-09T04:05:57.258668+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:58.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:57 smithi037 bash[21462]: audit 2024-05-09T04:05:57.258668+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:05:58.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:57 smithi037 bash[21462]: audit 2024-05-09T04:05:57.269133+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:58.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:57 smithi037 bash[21462]: audit 2024-05-09T04:05:57.269133+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:58 smithi188 bash[21926]: audit 2024-05-09T04:05:57.731551+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:58 smithi188 bash[21926]: audit 2024-05-09T04:05:57.731551+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:58 smithi188 bash[21926]: audit 2024-05-09T04:05:57.748697+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:58 smithi188 bash[21926]: audit 2024-05-09T04:05:57.748697+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:58 smithi188 bash[21926]: audit 2024-05-09T04:05:57.759230+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:58 smithi188 bash[21926]: audit 2024-05-09T04:05:57.759230+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:58 smithi160 bash[22291]: audit 2024-05-09T04:05:57.731551+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:58 smithi160 bash[22291]: audit 2024-05-09T04:05:57.731551+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:58 smithi160 bash[22291]: audit 2024-05-09T04:05:57.748697+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:58 smithi160 bash[22291]: audit 2024-05-09T04:05:57.748697+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:58 smithi160 bash[22291]: audit 2024-05-09T04:05:57.759230+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:58 smithi160 bash[22291]: audit 2024-05-09T04:05:57.759230+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:58 smithi037 bash[21462]: audit 2024-05-09T04:05:57.731551+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:58 smithi037 bash[21462]: audit 2024-05-09T04:05:57.731551+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:58 smithi037 bash[21462]: audit 2024-05-09T04:05:57.748697+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:58 smithi037 bash[21462]: audit 2024-05-09T04:05:57.748697+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:58 smithi037 bash[21462]: audit 2024-05-09T04:05:57.759230+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:58 smithi037 bash[21462]: audit 2024-05-09T04:05:57.759230+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:05:59.495 INFO:teuthology.orchestra.run.smithi188.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.c/config 2024-05-09T04:05:59.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:59 smithi188 bash[21926]: cluster 2024-05-09T04:05:58.601614+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:05:59.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:05:59 smithi188 bash[21926]: cluster 2024-05-09T04:05:58.601614+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:00.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:59 smithi160 bash[22291]: cluster 2024-05-09T04:05:58.601614+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:00.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:05:59 smithi160 bash[22291]: cluster 2024-05-09T04:05:58.601614+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:00.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:59 smithi037 bash[21462]: cluster 2024-05-09T04:05:58.601614+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:00.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:05:59 smithi037 bash[21462]: cluster 2024-05-09T04:05:58.601614+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:01.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.411645+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.411645+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.420750+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.420750+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.431471+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.431471+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.449040+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:01.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.449040+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:01.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.454948+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:01.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.454948+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:01.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.456715+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:01.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.456715+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:01.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.467081+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.467081+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: cluster 2024-05-09T04:06:00.602145+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:01.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: cluster 2024-05-09T04:06:00.602145+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:01.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.818339+0000 mgr.a (mgr.14152) 175 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi188:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:06:01.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.818339+0000 mgr.a (mgr.14152) 175 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi188:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:06:01.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.825858+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:06:01.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.825858+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:06:01.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.832038+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:06:01.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.832038+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:06:01.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.833798+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:01.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:01 smithi037 bash[21462]: audit 2024-05-09T04:06:00.833798+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:01.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.411645+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.411645+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.420750+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.420750+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.431471+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.431471+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.449040+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:01.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.449040+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:01.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.454948+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:01.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.454948+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:01.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.456715+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:01.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.456715+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:01.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.467081+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.467081+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: cluster 2024-05-09T04:06:00.602145+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:01.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: cluster 2024-05-09T04:06:00.602145+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:01.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.818339+0000 mgr.a (mgr.14152) 175 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi188:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:06:01.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.818339+0000 mgr.a (mgr.14152) 175 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi188:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:06:01.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.825858+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:06:01.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.825858+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:06:01.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.832038+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:06:01.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.832038+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:06:01.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.833798+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:01.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:01 smithi188 bash[21926]: audit 2024-05-09T04:06:00.833798+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:01.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.411645+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.411645+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.420750+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.420750+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.431471+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.431471+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.449040+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:01.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.449040+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:01.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.454948+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:01.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.454948+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:01.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.456715+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:01.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.456715+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:01.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.467081+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.467081+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:01.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: cluster 2024-05-09T04:06:00.602145+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:01.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: cluster 2024-05-09T04:06:00.602145+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:01.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.818339+0000 mgr.a (mgr.14152) 175 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi188:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:06:01.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.818339+0000 mgr.a (mgr.14152) 175 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi188:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:06:01.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.825858+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:06:01.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.825858+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-05-09T04:06:01.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.832038+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:06:01.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.832038+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-05-09T04:06:01.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.833798+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:01.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:01 smithi160 bash[22291]: audit 2024-05-09T04:06:00.833798+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:03.936 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:03 smithi188 bash[21926]: cluster 2024-05-09T04:06:02.602608+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:03.936 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:03 smithi188 bash[21926]: cluster 2024-05-09T04:06:02.602608+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:03.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:03 smithi037 bash[21462]: cluster 2024-05-09T04:06:02.602608+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:03.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:03 smithi037 bash[21462]: cluster 2024-05-09T04:06:02.602608+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:03 smithi160 bash[22291]: cluster 2024-05-09T04:06:02.602608+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:03 smithi160 bash[22291]: cluster 2024-05-09T04:06:02.602608+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:05.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:05 smithi037 bash[21462]: cluster 2024-05-09T04:06:04.603082+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:05.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:05 smithi037 bash[21462]: cluster 2024-05-09T04:06:04.603082+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:05.945 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:05 smithi188 bash[21926]: cluster 2024-05-09T04:06:04.603082+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:05.945 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:05 smithi188 bash[21926]: cluster 2024-05-09T04:06:04.603082+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:06.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:05 smithi160 bash[22291]: cluster 2024-05-09T04:06:04.603082+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:06.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:05 smithi160 bash[22291]: cluster 2024-05-09T04:06:04.603082+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:07.874 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:07 smithi188 bash[21926]: cluster 2024-05-09T04:06:06.603518+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:07.874 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:07 smithi188 bash[21926]: cluster 2024-05-09T04:06:06.603518+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:07.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:07 smithi037 bash[21462]: cluster 2024-05-09T04:06:06.603518+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:07.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:07 smithi037 bash[21462]: cluster 2024-05-09T04:06:06.603518+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:08.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:07 smithi160 bash[22291]: cluster 2024-05-09T04:06:06.603518+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:08.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:07 smithi160 bash[22291]: cluster 2024-05-09T04:06:06.603518+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:09.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:09 smithi037 bash[21462]: cluster 2024-05-09T04:06:08.604012+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:09.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:09 smithi037 bash[21462]: cluster 2024-05-09T04:06:08.604012+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:10.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:09 smithi188 bash[21926]: cluster 2024-05-09T04:06:08.604012+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:10.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:09 smithi188 bash[21926]: cluster 2024-05-09T04:06:08.604012+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:10.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:09 smithi160 bash[22291]: cluster 2024-05-09T04:06:08.604012+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:10.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:09 smithi160 bash[22291]: cluster 2024-05-09T04:06:08.604012+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:10.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:10 smithi037 bash[21462]: audit 2024-05-09T04:06:09.856932+0000 mon.a (mon.0) 521 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]: dispatch 2024-05-09T04:06:10.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:10 smithi037 bash[21462]: audit 2024-05-09T04:06:09.856932+0000 mon.a (mon.0) 521 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]: dispatch 2024-05-09T04:06:10.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:10 smithi037 bash[21462]: audit 2024-05-09T04:06:09.857379+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.188:0/1578501800' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]: dispatch 2024-05-09T04:06:10.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:10 smithi037 bash[21462]: audit 2024-05-09T04:06:09.857379+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.188:0/1578501800' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]: dispatch 2024-05-09T04:06:10.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:10 smithi037 bash[21462]: audit 2024-05-09T04:06:09.860663+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]': finished 2024-05-09T04:06:10.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:10 smithi037 bash[21462]: audit 2024-05-09T04:06:09.860663+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]': finished 2024-05-09T04:06:10.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:10 smithi037 bash[21462]: cluster 2024-05-09T04:06:09.866020+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-09T04:06:10.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:10 smithi037 bash[21462]: cluster 2024-05-09T04:06:09.866020+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-09T04:06:10.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:10 smithi037 bash[21462]: audit 2024-05-09T04:06:09.866581+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:10.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:10 smithi037 bash[21462]: audit 2024-05-09T04:06:09.866581+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:10.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:10 smithi037 bash[21462]: audit 2024-05-09T04:06:10.590421+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.188:0/3754684717' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:06:10.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:10 smithi037 bash[21462]: audit 2024-05-09T04:06:10.590421+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.188:0/3754684717' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:06:11.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:10 smithi188 bash[21926]: audit 2024-05-09T04:06:09.856932+0000 mon.a (mon.0) 521 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]: dispatch 2024-05-09T04:06:11.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:10 smithi188 bash[21926]: audit 2024-05-09T04:06:09.856932+0000 mon.a (mon.0) 521 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]: dispatch 2024-05-09T04:06:11.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:10 smithi188 bash[21926]: audit 2024-05-09T04:06:09.857379+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.188:0/1578501800' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]: dispatch 2024-05-09T04:06:11.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:10 smithi188 bash[21926]: audit 2024-05-09T04:06:09.857379+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.188:0/1578501800' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]: dispatch 2024-05-09T04:06:11.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:10 smithi188 bash[21926]: audit 2024-05-09T04:06:09.860663+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]': finished 2024-05-09T04:06:11.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:10 smithi188 bash[21926]: audit 2024-05-09T04:06:09.860663+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]': finished 2024-05-09T04:06:11.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:10 smithi188 bash[21926]: cluster 2024-05-09T04:06:09.866020+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-09T04:06:11.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:10 smithi188 bash[21926]: cluster 2024-05-09T04:06:09.866020+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-09T04:06:11.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:10 smithi188 bash[21926]: audit 2024-05-09T04:06:09.866581+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:11.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:10 smithi188 bash[21926]: audit 2024-05-09T04:06:09.866581+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:11.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:10 smithi188 bash[21926]: audit 2024-05-09T04:06:10.590421+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.188:0/3754684717' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:06:11.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:10 smithi188 bash[21926]: audit 2024-05-09T04:06:10.590421+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.188:0/3754684717' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:06:11.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:10 smithi160 bash[22291]: audit 2024-05-09T04:06:09.856932+0000 mon.a (mon.0) 521 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]: dispatch 2024-05-09T04:06:11.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:10 smithi160 bash[22291]: audit 2024-05-09T04:06:09.856932+0000 mon.a (mon.0) 521 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]: dispatch 2024-05-09T04:06:11.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:10 smithi160 bash[22291]: audit 2024-05-09T04:06:09.857379+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.188:0/1578501800' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]: dispatch 2024-05-09T04:06:11.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:10 smithi160 bash[22291]: audit 2024-05-09T04:06:09.857379+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.188:0/1578501800' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]: dispatch 2024-05-09T04:06:11.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:10 smithi160 bash[22291]: audit 2024-05-09T04:06:09.860663+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]': finished 2024-05-09T04:06:11.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:10 smithi160 bash[22291]: audit 2024-05-09T04:06:09.860663+0000 mon.a (mon.0) 522 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8de7c3d8-e4fe-49c8-a95a-1106401068fa"}]': finished 2024-05-09T04:06:11.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:10 smithi160 bash[22291]: cluster 2024-05-09T04:06:09.866020+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-09T04:06:11.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:10 smithi160 bash[22291]: cluster 2024-05-09T04:06:09.866020+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-05-09T04:06:11.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:10 smithi160 bash[22291]: audit 2024-05-09T04:06:09.866581+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:11.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:10 smithi160 bash[22291]: audit 2024-05-09T04:06:09.866581+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:11.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:10 smithi160 bash[22291]: audit 2024-05-09T04:06:10.590421+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.188:0/3754684717' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:06:11.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:10 smithi160 bash[22291]: audit 2024-05-09T04:06:10.590421+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.188:0/3754684717' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-05-09T04:06:11.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:11 smithi037 bash[21462]: cluster 2024-05-09T04:06:10.604365+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:11.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:11 smithi037 bash[21462]: cluster 2024-05-09T04:06:10.604365+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:11.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:11 smithi037 bash[21462]: audit 2024-05-09T04:06:11.556332+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:11.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:11 smithi037 bash[21462]: audit 2024-05-09T04:06:11.556332+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:11.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:11 smithi037 bash[21462]: audit 2024-05-09T04:06:11.565984+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:11.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:11 smithi037 bash[21462]: audit 2024-05-09T04:06:11.565984+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:11.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:11 smithi037 bash[21462]: audit 2024-05-09T04:06:11.577593+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:11.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:11 smithi037 bash[21462]: audit 2024-05-09T04:06:11.577593+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:12.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:11 smithi188 bash[21926]: cluster 2024-05-09T04:06:10.604365+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:12.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:11 smithi188 bash[21926]: cluster 2024-05-09T04:06:10.604365+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:12.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:11 smithi188 bash[21926]: audit 2024-05-09T04:06:11.556332+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:12.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:11 smithi188 bash[21926]: audit 2024-05-09T04:06:11.556332+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:12.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:11 smithi188 bash[21926]: audit 2024-05-09T04:06:11.565984+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:12.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:11 smithi188 bash[21926]: audit 2024-05-09T04:06:11.565984+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:12.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:11 smithi188 bash[21926]: audit 2024-05-09T04:06:11.577593+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:12.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:11 smithi188 bash[21926]: audit 2024-05-09T04:06:11.577593+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:12.052 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:11 smithi160 bash[22291]: cluster 2024-05-09T04:06:10.604365+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:12.052 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:11 smithi160 bash[22291]: cluster 2024-05-09T04:06:10.604365+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:12.052 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:11 smithi160 bash[22291]: audit 2024-05-09T04:06:11.556332+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:12.052 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:11 smithi160 bash[22291]: audit 2024-05-09T04:06:11.556332+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:12.052 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:11 smithi160 bash[22291]: audit 2024-05-09T04:06:11.565984+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:12.052 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:11 smithi160 bash[22291]: audit 2024-05-09T04:06:11.565984+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:12.052 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:11 smithi160 bash[22291]: audit 2024-05-09T04:06:11.577593+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:12.052 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:11 smithi160 bash[22291]: audit 2024-05-09T04:06:11.577593+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:13.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:13 smithi160 bash[22291]: cluster 2024-05-09T04:06:12.604798+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:13.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:13 smithi160 bash[22291]: cluster 2024-05-09T04:06:12.604798+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:13.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:13 smithi037 bash[21462]: cluster 2024-05-09T04:06:12.604798+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:13.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:13 smithi037 bash[21462]: cluster 2024-05-09T04:06:12.604798+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:14.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:13 smithi188 bash[21926]: cluster 2024-05-09T04:06:12.604798+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:14.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:13 smithi188 bash[21926]: cluster 2024-05-09T04:06:12.604798+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:15.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:15 smithi037 bash[21462]: cluster 2024-05-09T04:06:14.605334+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:15.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:15 smithi037 bash[21462]: cluster 2024-05-09T04:06:14.605334+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:16.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:15 smithi188 bash[21926]: cluster 2024-05-09T04:06:14.605334+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:16.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:15 smithi188 bash[21926]: cluster 2024-05-09T04:06:14.605334+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:16.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:15 smithi160 bash[22291]: cluster 2024-05-09T04:06:14.605334+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:16.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:15 smithi160 bash[22291]: cluster 2024-05-09T04:06:14.605334+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:17.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:17 smithi037 bash[21462]: cluster 2024-05-09T04:06:16.605785+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:17.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:17 smithi037 bash[21462]: cluster 2024-05-09T04:06:16.605785+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:18.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:17 smithi188 bash[21926]: cluster 2024-05-09T04:06:16.605785+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:18.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:17 smithi188 bash[21926]: cluster 2024-05-09T04:06:16.605785+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:18.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:17 smithi160 bash[22291]: cluster 2024-05-09T04:06:16.605785+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:18.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:17 smithi160 bash[22291]: cluster 2024-05-09T04:06:16.605785+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:19.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:18 smithi188 bash[21926]: audit 2024-05-09T04:06:17.970095+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:18 smithi188 bash[21926]: audit 2024-05-09T04:06:17.970095+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:18 smithi188 bash[21926]: audit 2024-05-09T04:06:17.975918+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:18 smithi188 bash[21926]: audit 2024-05-09T04:06:17.975918+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:18 smithi188 bash[21926]: audit 2024-05-09T04:06:17.983572+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:18 smithi188 bash[21926]: audit 2024-05-09T04:06:17.983572+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:18 smithi188 bash[21926]: cluster 2024-05-09T04:06:18.606290+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:19.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:18 smithi188 bash[21926]: cluster 2024-05-09T04:06:18.606290+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:19.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:18 smithi160 bash[22291]: audit 2024-05-09T04:06:17.970095+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:18 smithi160 bash[22291]: audit 2024-05-09T04:06:17.970095+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:18 smithi160 bash[22291]: audit 2024-05-09T04:06:17.975918+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:18 smithi160 bash[22291]: audit 2024-05-09T04:06:17.975918+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:18 smithi160 bash[22291]: audit 2024-05-09T04:06:17.983572+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:18 smithi160 bash[22291]: audit 2024-05-09T04:06:17.983572+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:18 smithi160 bash[22291]: cluster 2024-05-09T04:06:18.606290+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:19.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:18 smithi160 bash[22291]: cluster 2024-05-09T04:06:18.606290+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:19.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:18 smithi037 bash[21462]: audit 2024-05-09T04:06:17.970095+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:18 smithi037 bash[21462]: audit 2024-05-09T04:06:17.970095+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:18 smithi037 bash[21462]: audit 2024-05-09T04:06:17.975918+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:18 smithi037 bash[21462]: audit 2024-05-09T04:06:17.975918+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:18 smithi037 bash[21462]: audit 2024-05-09T04:06:17.983572+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:18 smithi037 bash[21462]: audit 2024-05-09T04:06:17.983572+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:19.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:18 smithi037 bash[21462]: cluster 2024-05-09T04:06:18.606290+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:19.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:18 smithi037 bash[21462]: cluster 2024-05-09T04:06:18.606290+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:20.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:20 smithi188 bash[21926]: audit 2024-05-09T04:06:19.015754+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:20 smithi188 bash[21926]: audit 2024-05-09T04:06:19.015754+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:20 smithi188 bash[21926]: audit 2024-05-09T04:06:19.025093+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:20 smithi188 bash[21926]: audit 2024-05-09T04:06:19.025093+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:20 smithi188 bash[21926]: audit 2024-05-09T04:06:19.035642+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:20 smithi188 bash[21926]: audit 2024-05-09T04:06:19.035642+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:20 smithi160 bash[22291]: audit 2024-05-09T04:06:19.015754+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:20 smithi160 bash[22291]: audit 2024-05-09T04:06:19.015754+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:20 smithi160 bash[22291]: audit 2024-05-09T04:06:19.025093+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:20 smithi160 bash[22291]: audit 2024-05-09T04:06:19.025093+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:20 smithi160 bash[22291]: audit 2024-05-09T04:06:19.035642+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:20 smithi160 bash[22291]: audit 2024-05-09T04:06:19.035642+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:20 smithi037 bash[21462]: audit 2024-05-09T04:06:19.015754+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:20 smithi037 bash[21462]: audit 2024-05-09T04:06:19.015754+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:20 smithi037 bash[21462]: audit 2024-05-09T04:06:19.025093+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:20 smithi037 bash[21462]: audit 2024-05-09T04:06:19.025093+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:20 smithi037 bash[21462]: audit 2024-05-09T04:06:19.035642+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:20.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:20 smithi037 bash[21462]: audit 2024-05-09T04:06:19.035642+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:21.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:21 smithi188 bash[21926]: cluster 2024-05-09T04:06:20.606763+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:21.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:21 smithi188 bash[21926]: cluster 2024-05-09T04:06:20.606763+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:21.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:21 smithi160 bash[22291]: cluster 2024-05-09T04:06:20.606763+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:21.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:21 smithi160 bash[22291]: cluster 2024-05-09T04:06:20.606763+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:21.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:21 smithi037 bash[21462]: cluster 2024-05-09T04:06:20.606763+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:21.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:21 smithi037 bash[21462]: cluster 2024-05-09T04:06:20.606763+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:22.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:22 smithi188 bash[21926]: audit 2024-05-09T04:06:22.145881+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-09T04:06:22.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:22 smithi188 bash[21926]: audit 2024-05-09T04:06:22.145881+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-09T04:06:22.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:22 smithi188 bash[21926]: audit 2024-05-09T04:06:22.147818+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:22.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:22 smithi188 bash[21926]: audit 2024-05-09T04:06:22.147818+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:22.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:22 smithi160 bash[22291]: audit 2024-05-09T04:06:22.145881+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-09T04:06:22.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:22 smithi160 bash[22291]: audit 2024-05-09T04:06:22.145881+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-09T04:06:22.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:22 smithi160 bash[22291]: audit 2024-05-09T04:06:22.147818+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:22.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:22 smithi160 bash[22291]: audit 2024-05-09T04:06:22.147818+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:22.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:22 smithi037 bash[21462]: audit 2024-05-09T04:06:22.145881+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-09T04:06:22.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:22 smithi037 bash[21462]: audit 2024-05-09T04:06:22.145881+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-05-09T04:06:22.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:22 smithi037 bash[21462]: audit 2024-05-09T04:06:22.147818+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:22.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:22 smithi037 bash[21462]: audit 2024-05-09T04:06:22.147818+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:23.481 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:23 smithi188 bash[21926]: cephadm 2024-05-09T04:06:22.149551+0000 mgr.a (mgr.14152) 186 : cephadm [INF] Deploying daemon osd.2 on smithi188 2024-05-09T04:06:23.481 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:23 smithi188 bash[21926]: cephadm 2024-05-09T04:06:22.149551+0000 mgr.a (mgr.14152) 186 : cephadm [INF] Deploying daemon osd.2 on smithi188 2024-05-09T04:06:23.481 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:23 smithi188 bash[21926]: cluster 2024-05-09T04:06:22.607191+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:23.481 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:23 smithi188 bash[21926]: cluster 2024-05-09T04:06:22.607191+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:23.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:23 smithi160 bash[22291]: cephadm 2024-05-09T04:06:22.149551+0000 mgr.a (mgr.14152) 186 : cephadm [INF] Deploying daemon osd.2 on smithi188 2024-05-09T04:06:23.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:23 smithi160 bash[22291]: cephadm 2024-05-09T04:06:22.149551+0000 mgr.a (mgr.14152) 186 : cephadm [INF] Deploying daemon osd.2 on smithi188 2024-05-09T04:06:23.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:23 smithi160 bash[22291]: cluster 2024-05-09T04:06:22.607191+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:23.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:23 smithi160 bash[22291]: cluster 2024-05-09T04:06:22.607191+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:23.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:23 smithi037 bash[21462]: cephadm 2024-05-09T04:06:22.149551+0000 mgr.a (mgr.14152) 186 : cephadm [INF] Deploying daemon osd.2 on smithi188 2024-05-09T04:06:23.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:23 smithi037 bash[21462]: cephadm 2024-05-09T04:06:22.149551+0000 mgr.a (mgr.14152) 186 : cephadm [INF] Deploying daemon osd.2 on smithi188 2024-05-09T04:06:23.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:23 smithi037 bash[21462]: cluster 2024-05-09T04:06:22.607191+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:23.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:23 smithi037 bash[21462]: cluster 2024-05-09T04:06:22.607191+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:25.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:25 smithi037 bash[21462]: cluster 2024-05-09T04:06:24.607686+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:25.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:25 smithi037 bash[21462]: cluster 2024-05-09T04:06:24.607686+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:26.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:25 smithi188 bash[21926]: cluster 2024-05-09T04:06:24.607686+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:26.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:25 smithi188 bash[21926]: cluster 2024-05-09T04:06:24.607686+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:26.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:25 smithi160 bash[22291]: cluster 2024-05-09T04:06:24.607686+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:26.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:25 smithi160 bash[22291]: cluster 2024-05-09T04:06:24.607686+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:27.199 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:27 smithi188 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:06:27.487 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:27 smithi188 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:06:27.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:27 smithi188 bash[21926]: cluster 2024-05-09T04:06:26.608176+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:27.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:27 smithi188 bash[21926]: cluster 2024-05-09T04:06:26.608176+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:27.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:27 smithi188 bash[21926]: audit 2024-05-09T04:06:27.488292+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:27.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:27 smithi188 bash[21926]: audit 2024-05-09T04:06:27.488292+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:27.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:27 smithi188 bash[21926]: audit 2024-05-09T04:06:27.496830+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:27.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:27 smithi188 bash[21926]: audit 2024-05-09T04:06:27.496830+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:27.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:27 smithi188 bash[21926]: audit 2024-05-09T04:06:27.514722+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:27.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:27 smithi188 bash[21926]: audit 2024-05-09T04:06:27.514722+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:27.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:27 smithi188 bash[21926]: audit 2024-05-09T04:06:27.526650+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:27.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:27 smithi188 bash[21926]: audit 2024-05-09T04:06:27.526650+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:27.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:27 smithi188 bash[21926]: audit 2024-05-09T04:06:27.529485+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:27.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:27 smithi188 bash[21926]: audit 2024-05-09T04:06:27.529485+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:27.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:27 smithi188 bash[21926]: audit 2024-05-09T04:06:27.543868+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:27.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:27 smithi188 bash[21926]: audit 2024-05-09T04:06:27.543868+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:27.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:27 smithi037 bash[21462]: cluster 2024-05-09T04:06:26.608176+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:27.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:27 smithi037 bash[21462]: cluster 2024-05-09T04:06:26.608176+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:27.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:27 smithi037 bash[21462]: audit 2024-05-09T04:06:27.488292+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:27.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:27 smithi037 bash[21462]: audit 2024-05-09T04:06:27.488292+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:27.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:27 smithi037 bash[21462]: audit 2024-05-09T04:06:27.496830+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:27.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:27 smithi037 bash[21462]: audit 2024-05-09T04:06:27.496830+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:27.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:27 smithi037 bash[21462]: audit 2024-05-09T04:06:27.514722+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:27.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:27 smithi037 bash[21462]: audit 2024-05-09T04:06:27.514722+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:27.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:27 smithi037 bash[21462]: audit 2024-05-09T04:06:27.526650+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:27.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:27 smithi037 bash[21462]: audit 2024-05-09T04:06:27.526650+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:27.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:27 smithi037 bash[21462]: audit 2024-05-09T04:06:27.529485+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:27.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:27 smithi037 bash[21462]: audit 2024-05-09T04:06:27.529485+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:27.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:27 smithi037 bash[21462]: audit 2024-05-09T04:06:27.543868+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:27.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:27 smithi037 bash[21462]: audit 2024-05-09T04:06:27.543868+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:28.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:27 smithi160 bash[22291]: cluster 2024-05-09T04:06:26.608176+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:28.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:27 smithi160 bash[22291]: cluster 2024-05-09T04:06:26.608176+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:28.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:27 smithi160 bash[22291]: audit 2024-05-09T04:06:27.488292+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:28.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:27 smithi160 bash[22291]: audit 2024-05-09T04:06:27.488292+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:28.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:27 smithi160 bash[22291]: audit 2024-05-09T04:06:27.496830+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:28.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:27 smithi160 bash[22291]: audit 2024-05-09T04:06:27.496830+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:28.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:27 smithi160 bash[22291]: audit 2024-05-09T04:06:27.514722+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:28.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:27 smithi160 bash[22291]: audit 2024-05-09T04:06:27.514722+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:28.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:27 smithi160 bash[22291]: audit 2024-05-09T04:06:27.526650+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:28.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:27 smithi160 bash[22291]: audit 2024-05-09T04:06:27.526650+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:28.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:27 smithi160 bash[22291]: audit 2024-05-09T04:06:27.529485+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:28.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:27 smithi160 bash[22291]: audit 2024-05-09T04:06:27.529485+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:28.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:27 smithi160 bash[22291]: audit 2024-05-09T04:06:27.543868+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:28.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:27 smithi160 bash[22291]: audit 2024-05-09T04:06:27.543868+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:29.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:29 smithi188 bash[21926]: cluster 2024-05-09T04:06:28.608655+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:29.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:29 smithi188 bash[21926]: cluster 2024-05-09T04:06:28.608655+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:29.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:29 smithi037 bash[21462]: cluster 2024-05-09T04:06:28.608655+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:29.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:29 smithi037 bash[21462]: cluster 2024-05-09T04:06:28.608655+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:30.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:29 smithi160 bash[22291]: cluster 2024-05-09T04:06:28.608655+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:30.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:29 smithi160 bash[22291]: cluster 2024-05-09T04:06:28.608655+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:31.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:31 smithi160 bash[22291]: cluster 2024-05-09T04:06:30.609203+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:31.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:31 smithi160 bash[22291]: cluster 2024-05-09T04:06:30.609203+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:31.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:31 smithi037 bash[21462]: cluster 2024-05-09T04:06:30.609203+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:31.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:31 smithi037 bash[21462]: cluster 2024-05-09T04:06:30.609203+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:32.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:31 smithi188 bash[21926]: cluster 2024-05-09T04:06:30.609203+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:32.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:31 smithi188 bash[21926]: cluster 2024-05-09T04:06:30.609203+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:33.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:32 smithi160 bash[22291]: audit 2024-05-09T04:06:31.786387+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:32 smithi160 bash[22291]: audit 2024-05-09T04:06:31.786387+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:32 smithi160 bash[22291]: audit 2024-05-09T04:06:31.794562+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:32 smithi160 bash[22291]: audit 2024-05-09T04:06:31.794562+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:32 smithi160 bash[22291]: cephadm 2024-05-09T04:06:31.797219+0000 mgr.a (mgr.14152) 192 : cephadm [INF] Detected new or changed devices on smithi188 2024-05-09T04:06:33.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:32 smithi160 bash[22291]: cephadm 2024-05-09T04:06:31.797219+0000 mgr.a (mgr.14152) 192 : cephadm [INF] Detected new or changed devices on smithi188 2024-05-09T04:06:33.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:32 smithi160 bash[22291]: audit 2024-05-09T04:06:31.805328+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:32 smithi160 bash[22291]: audit 2024-05-09T04:06:31.805328+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:32 smithi160 bash[22291]: audit 2024-05-09T04:06:31.810821+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:33.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:32 smithi160 bash[22291]: audit 2024-05-09T04:06:31.810821+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:33.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:32 smithi160 bash[22291]: audit 2024-05-09T04:06:31.813841+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:33.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:32 smithi160 bash[22291]: audit 2024-05-09T04:06:31.813841+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:33.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:32 smithi160 bash[22291]: audit 2024-05-09T04:06:31.814904+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:33.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:32 smithi160 bash[22291]: audit 2024-05-09T04:06:31.814904+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:33.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:32 smithi160 bash[22291]: audit 2024-05-09T04:06:31.823635+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:32 smithi160 bash[22291]: audit 2024-05-09T04:06:31.823635+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:32 smithi037 bash[21462]: audit 2024-05-09T04:06:31.786387+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:32 smithi037 bash[21462]: audit 2024-05-09T04:06:31.786387+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:32 smithi037 bash[21462]: audit 2024-05-09T04:06:31.794562+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:32 smithi037 bash[21462]: audit 2024-05-09T04:06:31.794562+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:32 smithi037 bash[21462]: cephadm 2024-05-09T04:06:31.797219+0000 mgr.a (mgr.14152) 192 : cephadm [INF] Detected new or changed devices on smithi188 2024-05-09T04:06:33.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:32 smithi037 bash[21462]: cephadm 2024-05-09T04:06:31.797219+0000 mgr.a (mgr.14152) 192 : cephadm [INF] Detected new or changed devices on smithi188 2024-05-09T04:06:33.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:32 smithi037 bash[21462]: audit 2024-05-09T04:06:31.805328+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:32 smithi037 bash[21462]: audit 2024-05-09T04:06:31.805328+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:32 smithi037 bash[21462]: audit 2024-05-09T04:06:31.810821+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:33.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:32 smithi037 bash[21462]: audit 2024-05-09T04:06:31.810821+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:33.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:32 smithi037 bash[21462]: audit 2024-05-09T04:06:31.813841+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:33.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:32 smithi037 bash[21462]: audit 2024-05-09T04:06:31.813841+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:33.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:32 smithi037 bash[21462]: audit 2024-05-09T04:06:31.814904+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:33.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:32 smithi037 bash[21462]: audit 2024-05-09T04:06:31.814904+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:33.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:32 smithi037 bash[21462]: audit 2024-05-09T04:06:31.823635+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:32 smithi037 bash[21462]: audit 2024-05-09T04:06:31.823635+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:32 smithi188 bash[21926]: audit 2024-05-09T04:06:31.786387+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:32 smithi188 bash[21926]: audit 2024-05-09T04:06:31.786387+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:32 smithi188 bash[21926]: audit 2024-05-09T04:06:31.794562+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:32 smithi188 bash[21926]: audit 2024-05-09T04:06:31.794562+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:32 smithi188 bash[21926]: cephadm 2024-05-09T04:06:31.797219+0000 mgr.a (mgr.14152) 192 : cephadm [INF] Detected new or changed devices on smithi188 2024-05-09T04:06:33.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:32 smithi188 bash[21926]: cephadm 2024-05-09T04:06:31.797219+0000 mgr.a (mgr.14152) 192 : cephadm [INF] Detected new or changed devices on smithi188 2024-05-09T04:06:33.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:32 smithi188 bash[21926]: audit 2024-05-09T04:06:31.805328+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:32 smithi188 bash[21926]: audit 2024-05-09T04:06:31.805328+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:32 smithi188 bash[21926]: audit 2024-05-09T04:06:31.810821+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:33.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:32 smithi188 bash[21926]: audit 2024-05-09T04:06:31.810821+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:33.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:32 smithi188 bash[21926]: audit 2024-05-09T04:06:31.813841+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:33.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:32 smithi188 bash[21926]: audit 2024-05-09T04:06:31.813841+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:33.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:32 smithi188 bash[21926]: audit 2024-05-09T04:06:31.814904+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:33.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:32 smithi188 bash[21926]: audit 2024-05-09T04:06:31.814904+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:33.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:32 smithi188 bash[21926]: audit 2024-05-09T04:06:31.823635+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:33.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:32 smithi188 bash[21926]: audit 2024-05-09T04:06:31.823635+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:34.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:33 smithi160 bash[22291]: cluster 2024-05-09T04:06:32.609663+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:34.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:33 smithi160 bash[22291]: cluster 2024-05-09T04:06:32.609663+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:34.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:33 smithi037 bash[21462]: cluster 2024-05-09T04:06:32.609663+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:34.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:33 smithi037 bash[21462]: cluster 2024-05-09T04:06:32.609663+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:34.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:33 smithi188 bash[21926]: cluster 2024-05-09T04:06:32.609663+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:34.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:33 smithi188 bash[21926]: cluster 2024-05-09T04:06:32.609663+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:35.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:34 smithi188 bash[21926]: audit 2024-05-09T04:06:34.734335+0000 mon.a (mon.0) 549 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-09T04:06:35.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:34 smithi188 bash[21926]: audit 2024-05-09T04:06:34.734335+0000 mon.a (mon.0) 549 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-09T04:06:35.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:34 smithi188 bash[21926]: audit 2024-05-09T04:06:34.735053+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-09T04:06:35.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:34 smithi188 bash[21926]: audit 2024-05-09T04:06:34.735053+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-09T04:06:35.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:34 smithi160 bash[22291]: audit 2024-05-09T04:06:34.734335+0000 mon.a (mon.0) 549 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-09T04:06:35.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:34 smithi160 bash[22291]: audit 2024-05-09T04:06:34.734335+0000 mon.a (mon.0) 549 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-09T04:06:35.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:34 smithi160 bash[22291]: audit 2024-05-09T04:06:34.735053+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-09T04:06:35.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:34 smithi160 bash[22291]: audit 2024-05-09T04:06:34.735053+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-09T04:06:35.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:34 smithi037 bash[21462]: audit 2024-05-09T04:06:34.734335+0000 mon.a (mon.0) 549 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-09T04:06:35.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:34 smithi037 bash[21462]: audit 2024-05-09T04:06:34.734335+0000 mon.a (mon.0) 549 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-09T04:06:35.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:34 smithi037 bash[21462]: audit 2024-05-09T04:06:34.735053+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-09T04:06:35.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:34 smithi037 bash[21462]: audit 2024-05-09T04:06:34.735053+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-05-09T04:06:36.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:35 smithi160 bash[22291]: cluster 2024-05-09T04:06:34.610164+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:36.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:35 smithi160 bash[22291]: cluster 2024-05-09T04:06:34.610164+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:36.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:35 smithi160 bash[22291]: audit 2024-05-09T04:06:34.834549+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-09T04:06:36.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:35 smithi160 bash[22291]: audit 2024-05-09T04:06:34.834549+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-09T04:06:36.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:35 smithi160 bash[22291]: cluster 2024-05-09T04:06:34.839869+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-09T04:06:36.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:35 smithi160 bash[22291]: cluster 2024-05-09T04:06:34.839869+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-09T04:06:36.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:35 smithi160 bash[22291]: audit 2024-05-09T04:06:34.840576+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:36.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:35 smithi160 bash[22291]: audit 2024-05-09T04:06:34.840576+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:36.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:35 smithi160 bash[22291]: audit 2024-05-09T04:06:34.841126+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-05-09T04:06:36.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:35 smithi160 bash[22291]: audit 2024-05-09T04:06:34.841126+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-05-09T04:06:36.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:35 smithi160 bash[22291]: audit 2024-05-09T04:06:34.841359+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-05-09T04:06:36.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:35 smithi160 bash[22291]: audit 2024-05-09T04:06:34.841359+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-05-09T04:06:36.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:35 smithi037 bash[21462]: cluster 2024-05-09T04:06:34.610164+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:36.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:35 smithi037 bash[21462]: cluster 2024-05-09T04:06:34.610164+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:36.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:35 smithi037 bash[21462]: audit 2024-05-09T04:06:34.834549+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-09T04:06:36.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:35 smithi037 bash[21462]: audit 2024-05-09T04:06:34.834549+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-09T04:06:36.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:35 smithi037 bash[21462]: cluster 2024-05-09T04:06:34.839869+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-09T04:06:36.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:35 smithi037 bash[21462]: cluster 2024-05-09T04:06:34.839869+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-09T04:06:36.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:35 smithi037 bash[21462]: audit 2024-05-09T04:06:34.840576+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:36.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:35 smithi037 bash[21462]: audit 2024-05-09T04:06:34.840576+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:36.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:35 smithi037 bash[21462]: audit 2024-05-09T04:06:34.841126+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-05-09T04:06:36.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:35 smithi037 bash[21462]: audit 2024-05-09T04:06:34.841126+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-05-09T04:06:36.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:35 smithi037 bash[21462]: audit 2024-05-09T04:06:34.841359+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-05-09T04:06:36.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:35 smithi037 bash[21462]: audit 2024-05-09T04:06:34.841359+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-05-09T04:06:36.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:35 smithi188 bash[21926]: cluster 2024-05-09T04:06:34.610164+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:36.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:35 smithi188 bash[21926]: cluster 2024-05-09T04:06:34.610164+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:36.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:35 smithi188 bash[21926]: audit 2024-05-09T04:06:34.834549+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-09T04:06:36.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:35 smithi188 bash[21926]: audit 2024-05-09T04:06:34.834549+0000 mon.a (mon.0) 550 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-05-09T04:06:36.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:35 smithi188 bash[21926]: cluster 2024-05-09T04:06:34.839869+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-09T04:06:36.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:35 smithi188 bash[21926]: cluster 2024-05-09T04:06:34.839869+0000 mon.a (mon.0) 551 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-05-09T04:06:36.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:35 smithi188 bash[21926]: audit 2024-05-09T04:06:34.840576+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:36.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:35 smithi188 bash[21926]: audit 2024-05-09T04:06:34.840576+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:36.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:35 smithi188 bash[21926]: audit 2024-05-09T04:06:34.841126+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-05-09T04:06:36.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:35 smithi188 bash[21926]: audit 2024-05-09T04:06:34.841126+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-05-09T04:06:36.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:35 smithi188 bash[21926]: audit 2024-05-09T04:06:34.841359+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-05-09T04:06:36.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:35 smithi188 bash[21926]: audit 2024-05-09T04:06:34.841359+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]: dispatch 2024-05-09T04:06:37.097 INFO:teuthology.orchestra.run.smithi188.stdout:Created osd(s) 2 on host 'smithi188' 2024-05-09T04:06:37.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:36 smithi188 bash[21926]: audit 2024-05-09T04:06:35.837242+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-05-09T04:06:37.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:36 smithi188 bash[21926]: audit 2024-05-09T04:06:35.837242+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-05-09T04:06:37.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:36 smithi188 bash[21926]: cluster 2024-05-09T04:06:35.843032+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-09T04:06:37.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:36 smithi188 bash[21926]: cluster 2024-05-09T04:06:35.843032+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-09T04:06:37.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:36 smithi188 bash[21926]: audit 2024-05-09T04:06:35.844114+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:37.115 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:36 smithi188 bash[21926]: audit 2024-05-09T04:06:35.844114+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:37.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:36 smithi188 bash[21926]: audit 2024-05-09T04:06:35.853666+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:37.116 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:36 smithi188 bash[21926]: audit 2024-05-09T04:06:35.853666+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:37.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:36 smithi037 bash[21462]: audit 2024-05-09T04:06:35.837242+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-05-09T04:06:37.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:36 smithi037 bash[21462]: audit 2024-05-09T04:06:35.837242+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-05-09T04:06:37.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:36 smithi037 bash[21462]: cluster 2024-05-09T04:06:35.843032+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-09T04:06:37.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:36 smithi037 bash[21462]: cluster 2024-05-09T04:06:35.843032+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-09T04:06:37.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:36 smithi037 bash[21462]: audit 2024-05-09T04:06:35.844114+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:37.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:36 smithi037 bash[21462]: audit 2024-05-09T04:06:35.844114+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:37.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:36 smithi037 bash[21462]: audit 2024-05-09T04:06:35.853666+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:37.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:36 smithi037 bash[21462]: audit 2024-05-09T04:06:35.853666+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:37.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:36 smithi160 bash[22291]: audit 2024-05-09T04:06:35.837242+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-05-09T04:06:37.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:36 smithi160 bash[22291]: audit 2024-05-09T04:06:35.837242+0000 mon.a (mon.0) 554 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi188", "root=default"]}]': finished 2024-05-09T04:06:37.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:36 smithi160 bash[22291]: cluster 2024-05-09T04:06:35.843032+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-09T04:06:37.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:36 smithi160 bash[22291]: cluster 2024-05-09T04:06:35.843032+0000 mon.a (mon.0) 555 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-05-09T04:06:37.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:36 smithi160 bash[22291]: audit 2024-05-09T04:06:35.844114+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:37.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:36 smithi160 bash[22291]: audit 2024-05-09T04:06:35.844114+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:37.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:36 smithi160 bash[22291]: audit 2024-05-09T04:06:35.853666+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:37.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:36 smithi160 bash[22291]: audit 2024-05-09T04:06:35.853666+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:37.727 DEBUG:teuthology.orchestra.run.smithi188:osd.2> sudo journalctl -f -n 0 -u ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@osd.2.service 2024-05-09T04:06:37.730 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-05-09T04:06:37.730 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph osd stat -f json 2024-05-09T04:06:38.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: cluster 2024-05-09T04:06:35.753870+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:06:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: cluster 2024-05-09T04:06:35.753870+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:06:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: cluster 2024-05-09T04:06:35.753999+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:06:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: cluster 2024-05-09T04:06:35.753999+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:06:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: cluster 2024-05-09T04:06:36.610644+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: cluster 2024-05-09T04:06:36.610644+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: cluster 2024-05-09T04:06:36.853553+0000 mon.a (mon.0) 558 : cluster [INF] osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340] boot 2024-05-09T04:06:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: cluster 2024-05-09T04:06:36.853553+0000 mon.a (mon.0) 558 : cluster [INF] osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340] boot 2024-05-09T04:06:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: cluster 2024-05-09T04:06:36.853627+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-09T04:06:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: cluster 2024-05-09T04:06:36.853627+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-09T04:06:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: audit 2024-05-09T04:06:36.854244+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: audit 2024-05-09T04:06:36.854244+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:38.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: audit 2024-05-09T04:06:37.086634+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: audit 2024-05-09T04:06:37.086634+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: audit 2024-05-09T04:06:37.095080+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: audit 2024-05-09T04:06:37.095080+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: audit 2024-05-09T04:06:37.101583+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: audit 2024-05-09T04:06:37.101583+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: audit 2024-05-09T04:06:37.108231+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:06:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: audit 2024-05-09T04:06:37.108231+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:06:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: audit 2024-05-09T04:06:37.110287+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: audit 2024-05-09T04:06:37.110287+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: audit 2024-05-09T04:06:37.112079+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: audit 2024-05-09T04:06:37.112079+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: audit 2024-05-09T04:06:37.122200+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:37 smithi188 bash[21926]: audit 2024-05-09T04:06:37.122200+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.141 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: cluster 2024-05-09T04:06:35.753870+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:06:38.141 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: cluster 2024-05-09T04:06:35.753870+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:06:38.141 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: cluster 2024-05-09T04:06:35.753999+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:06:38.141 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: cluster 2024-05-09T04:06:35.753999+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:06:38.141 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: cluster 2024-05-09T04:06:36.610644+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:38.141 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: cluster 2024-05-09T04:06:36.610644+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:38.142 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: cluster 2024-05-09T04:06:36.853553+0000 mon.a (mon.0) 558 : cluster [INF] osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340] boot 2024-05-09T04:06:38.142 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: cluster 2024-05-09T04:06:36.853553+0000 mon.a (mon.0) 558 : cluster [INF] osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340] boot 2024-05-09T04:06:38.142 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: cluster 2024-05-09T04:06:36.853627+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-09T04:06:38.142 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: cluster 2024-05-09T04:06:36.853627+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-09T04:06:38.142 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: audit 2024-05-09T04:06:36.854244+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:38.142 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: audit 2024-05-09T04:06:36.854244+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:38.142 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: audit 2024-05-09T04:06:37.086634+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.142 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: audit 2024-05-09T04:06:37.086634+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.142 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: audit 2024-05-09T04:06:37.095080+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.142 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: audit 2024-05-09T04:06:37.095080+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.142 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: audit 2024-05-09T04:06:37.101583+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:38.142 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: audit 2024-05-09T04:06:37.101583+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:38.142 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: audit 2024-05-09T04:06:37.108231+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:06:38.143 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: audit 2024-05-09T04:06:37.108231+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:06:38.143 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: audit 2024-05-09T04:06:37.110287+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:38.143 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: audit 2024-05-09T04:06:37.110287+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:38.143 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: audit 2024-05-09T04:06:37.112079+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:38.143 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: audit 2024-05-09T04:06:37.112079+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:38.143 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: audit 2024-05-09T04:06:37.122200+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.143 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:37 smithi037 bash[21462]: audit 2024-05-09T04:06:37.122200+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: cluster 2024-05-09T04:06:35.753870+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:06:38.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: cluster 2024-05-09T04:06:35.753870+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-05-09T04:06:38.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: cluster 2024-05-09T04:06:35.753999+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:06:38.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: cluster 2024-05-09T04:06:35.753999+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-05-09T04:06:38.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: cluster 2024-05-09T04:06:36.610644+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:38.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: cluster 2024-05-09T04:06:36.610644+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-05-09T04:06:38.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: cluster 2024-05-09T04:06:36.853553+0000 mon.a (mon.0) 558 : cluster [INF] osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340] boot 2024-05-09T04:06:38.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: cluster 2024-05-09T04:06:36.853553+0000 mon.a (mon.0) 558 : cluster [INF] osd.2 [v2:172.21.15.188:6800/4069080340,v1:172.21.15.188:6801/4069080340] boot 2024-05-09T04:06:38.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: cluster 2024-05-09T04:06:36.853627+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-09T04:06:38.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: cluster 2024-05-09T04:06:36.853627+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-05-09T04:06:38.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: audit 2024-05-09T04:06:36.854244+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:38.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: audit 2024-05-09T04:06:36.854244+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:06:38.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: audit 2024-05-09T04:06:37.086634+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: audit 2024-05-09T04:06:37.086634+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: audit 2024-05-09T04:06:37.095080+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: audit 2024-05-09T04:06:37.095080+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: audit 2024-05-09T04:06:37.101583+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:38.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: audit 2024-05-09T04:06:37.101583+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:38.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: audit 2024-05-09T04:06:37.108231+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:06:38.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: audit 2024-05-09T04:06:37.108231+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:06:38.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: audit 2024-05-09T04:06:37.110287+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:38.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: audit 2024-05-09T04:06:37.110287+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:38.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: audit 2024-05-09T04:06:37.112079+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:38.358 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: audit 2024-05-09T04:06:37.112079+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:38.358 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: audit 2024-05-09T04:06:37.122200+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:38.358 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:37 smithi160 bash[22291]: audit 2024-05-09T04:06:37.122200+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:37.898510+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:37.898510+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:37.907573+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:37.907573+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:37.917706+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:37.917706+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:37.946243+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:39.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:37.946243+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:39.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:37.948839+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:39.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:37.948839+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:39.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:37.949695+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:39.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:37.949695+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:39.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:37.957079+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:37.957079+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:38.120698+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:38.120698+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: cluster 2024-05-09T04:06:38.129298+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-09T04:06:39.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: cluster 2024-05-09T04:06:38.129298+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-09T04:06:39.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:38.132514+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:38.132514+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:38.140003+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:38.140003+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: cluster 2024-05-09T04:06:38.611104+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:39.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: cluster 2024-05-09T04:06:38.611104+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:39.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:38.761844+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' 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-05-09T04:06:39.197 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:38 smithi037 bash[21462]: audit 2024-05-09T04:06:38.761844+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' 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-05-09T04:06:39.271 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:37.898510+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.271 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:37.898510+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.271 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:37.907573+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.271 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:37.907573+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.271 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:37.917706+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.271 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:37.917706+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.271 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:37.946243+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:39.271 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:37.946243+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:39.271 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:37.948839+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:39.271 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:37.948839+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:39.272 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:37.949695+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:39.272 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:37.949695+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:39.272 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:37.957079+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.272 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:37.957079+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.272 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:38.120698+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.272 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:38.120698+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.272 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: cluster 2024-05-09T04:06:38.129298+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-09T04:06:39.272 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: cluster 2024-05-09T04:06:38.129298+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-09T04:06:39.272 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:38.132514+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.272 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:38.132514+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.272 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:38.140003+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.272 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:38.140003+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.272 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: cluster 2024-05-09T04:06:38.611104+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:39.272 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: cluster 2024-05-09T04:06:38.611104+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:39.273 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:38.761844+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' 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-05-09T04:06:39.273 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:38 smithi160 bash[22291]: audit 2024-05-09T04:06:38.761844+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' 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-05-09T04:06:39.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:37.898510+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:37.898510+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:37.907573+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:37.907573+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:37.917706+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:37.917706+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:37.946243+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:39.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:37.946243+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:06:39.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:37.948839+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:39.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:37.948839+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:06:39.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:37.949695+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:39.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:37.949695+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:06:39.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:37.957079+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:37.957079+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:38.120698+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:38.120698+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: cluster 2024-05-09T04:06:38.129298+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-09T04:06:39.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: cluster 2024-05-09T04:06:38.129298+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-05-09T04:06:39.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:38.132514+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.274 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:38.132514+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:38.140003+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:38.140003+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:39.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: cluster 2024-05-09T04:06:38.611104+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:39.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: cluster 2024-05-09T04:06:38.611104+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:39.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:38.761844+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' 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-05-09T04:06:39.275 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:38 smithi188 bash[21926]: audit 2024-05-09T04:06:38.761844+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' 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-05-09T04:06:40.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:40 smithi037 bash[21462]: audit 2024-05-09T04:06:39.147342+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' 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-05-09T04:06:40.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:40 smithi037 bash[21462]: audit 2024-05-09T04:06:39.147342+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' 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-05-09T04:06:40.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:40 smithi037 bash[21462]: cluster 2024-05-09T04:06:39.152605+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-09T04:06:40.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:40 smithi037 bash[21462]: cluster 2024-05-09T04:06:39.152605+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-09T04:06:40.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:40 smithi037 bash[21462]: audit 2024-05-09T04:06:39.154454+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-09T04:06:40.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:40 smithi037 bash[21462]: audit 2024-05-09T04:06:39.154454+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-09T04:06:40.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:40 smithi037 bash[21462]: audit 2024-05-09T04:06:39.248416+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:40 smithi037 bash[21462]: audit 2024-05-09T04:06:39.248416+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:40 smithi037 bash[21462]: audit 2024-05-09T04:06:39.257749+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:40 smithi037 bash[21462]: audit 2024-05-09T04:06:39.257749+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:40 smithi037 bash[21462]: audit 2024-05-09T04:06:39.268380+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:40 smithi037 bash[21462]: audit 2024-05-09T04:06:39.268380+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:40 smithi188 bash[21926]: audit 2024-05-09T04:06:39.147342+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' 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-05-09T04:06:40.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:40 smithi188 bash[21926]: audit 2024-05-09T04:06:39.147342+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' 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-05-09T04:06:40.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:40 smithi188 bash[21926]: cluster 2024-05-09T04:06:39.152605+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-09T04:06:40.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:40 smithi188 bash[21926]: cluster 2024-05-09T04:06:39.152605+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-09T04:06:40.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:40 smithi188 bash[21926]: audit 2024-05-09T04:06:39.154454+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-09T04:06:40.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:40 smithi188 bash[21926]: audit 2024-05-09T04:06:39.154454+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-09T04:06:40.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:40 smithi188 bash[21926]: audit 2024-05-09T04:06:39.248416+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:40 smithi188 bash[21926]: audit 2024-05-09T04:06:39.248416+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:40 smithi188 bash[21926]: audit 2024-05-09T04:06:39.257749+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:40 smithi188 bash[21926]: audit 2024-05-09T04:06:39.257749+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:40 smithi188 bash[21926]: audit 2024-05-09T04:06:39.268380+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:40 smithi188 bash[21926]: audit 2024-05-09T04:06:39.268380+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:40 smithi160 bash[22291]: audit 2024-05-09T04:06:39.147342+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' 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-05-09T04:06:40.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:40 smithi160 bash[22291]: audit 2024-05-09T04:06:39.147342+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' 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-05-09T04:06:40.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:40 smithi160 bash[22291]: cluster 2024-05-09T04:06:39.152605+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-09T04:06:40.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:40 smithi160 bash[22291]: cluster 2024-05-09T04:06:39.152605+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-05-09T04:06:40.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:40 smithi160 bash[22291]: audit 2024-05-09T04:06:39.154454+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-09T04:06:40.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:40 smithi160 bash[22291]: audit 2024-05-09T04:06:39.154454+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-05-09T04:06:40.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:40 smithi160 bash[22291]: audit 2024-05-09T04:06:39.248416+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:40 smithi160 bash[22291]: audit 2024-05-09T04:06:39.248416+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:40 smithi160 bash[22291]: audit 2024-05-09T04:06:39.257749+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:40 smithi160 bash[22291]: audit 2024-05-09T04:06:39.257749+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:40 smithi160 bash[22291]: audit 2024-05-09T04:06:39.268380+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:40.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:40 smithi160 bash[22291]: audit 2024-05-09T04:06:39.268380+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.149736+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-09T04:06:41.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.149736+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-09T04:06:41.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: cluster 2024-05-09T04:06:40.155814+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-09T04:06:41.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: cluster 2024-05-09T04:06:40.155814+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-09T04:06:41.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.330409+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.330409+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.429146+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.429146+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.533810+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.533810+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.536091+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.536091+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.583508+0000 mon.a (mon.0) 592 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.583508+0000 mon.a (mon.0) 592 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.584519+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.584519+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.585046+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.585046+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.585541+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.585541+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.588592+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.588592+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.589232+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.589232+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.589775+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.589775+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.589983+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.589983+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: cluster 2024-05-09T04:06:40.611624+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v143: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:41.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: cluster 2024-05-09T04:06:40.611624+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v143: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:41.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.642469+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.642469+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.645126+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.645126+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.645469+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.645469+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.645608+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.645608+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.646150+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.646150+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.699007+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:41 smithi037 bash[21462]: audit 2024-05-09T04:06:40.699007+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.149736+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-09T04:06:41.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.149736+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-09T04:06:41.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: cluster 2024-05-09T04:06:40.155814+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-09T04:06:41.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: cluster 2024-05-09T04:06:40.155814+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-09T04:06:41.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.330409+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.330409+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.429146+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.429146+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.533810+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.533810+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.536091+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.536091+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.583508+0000 mon.a (mon.0) 592 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.583508+0000 mon.a (mon.0) 592 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.584519+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.584519+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.585046+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.585046+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.585541+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.585541+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.588592+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.588592+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.589232+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.589232+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.589775+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.589775+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.589983+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.589983+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: cluster 2024-05-09T04:06:40.611624+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v143: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:41.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: cluster 2024-05-09T04:06:40.611624+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v143: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:41.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.642469+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.642469+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.645126+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.645126+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.645469+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.645469+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.645608+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.645608+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.646150+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.526 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.646150+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.699007+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.527 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:41 smithi188 bash[21926]: audit 2024-05-09T04:06:40.699007+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.149736+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-09T04:06:41.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.149736+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-05-09T04:06:41.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: cluster 2024-05-09T04:06:40.155814+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-09T04:06:41.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: cluster 2024-05-09T04:06:40.155814+0000 mon.a (mon.0) 587 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-05-09T04:06:41.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.330409+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.330409+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.429146+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.429146+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.533810+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.533810+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:41.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.536091+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.536091+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.583508+0000 mon.a (mon.0) 592 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.583508+0000 mon.a (mon.0) 592 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.584519+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.584519+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.585046+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.585046+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.585541+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.585541+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.588592+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.588592+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.589232+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.589232+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.589775+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.589775+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.589983+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.589983+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: cluster 2024-05-09T04:06:40.611624+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v143: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:41.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: cluster 2024-05-09T04:06:40.611624+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v143: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:41.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.642469+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.642469+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.645126+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.608 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.645126+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:06:41.609 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.645469+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.609 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.645469+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-05-09T04:06:41.609 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.645608+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.609 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.645608+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:06:41.609 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.646150+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.609 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.646150+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:06:41.609 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.699007+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:41.609 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:41 smithi160 bash[22291]: audit 2024-05-09T04:06:40.699007+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-05-09T04:06:42.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:42 smithi037 bash[21462]: cluster 2024-05-09T04:06:41.180827+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-09T04:06:42.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:42 smithi037 bash[21462]: cluster 2024-05-09T04:06:41.180827+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-09T04:06:42.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:42 smithi037 bash[21462]: cluster 2024-05-09T04:06:41.554836+0000 mon.a (mon.0) 603 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-09T04:06:42.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:42 smithi037 bash[21462]: cluster 2024-05-09T04:06:41.554836+0000 mon.a (mon.0) 603 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-09T04:06:42.467 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:06:42.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:42 smithi188 bash[21926]: cluster 2024-05-09T04:06:41.180827+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-09T04:06:42.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:42 smithi188 bash[21926]: cluster 2024-05-09T04:06:41.180827+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-09T04:06:42.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:42 smithi188 bash[21926]: cluster 2024-05-09T04:06:41.554836+0000 mon.a (mon.0) 603 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-09T04:06:42.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:42 smithi188 bash[21926]: cluster 2024-05-09T04:06:41.554836+0000 mon.a (mon.0) 603 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-09T04:06:42.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:42 smithi160 bash[22291]: cluster 2024-05-09T04:06:41.180827+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-09T04:06:42.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:42 smithi160 bash[22291]: cluster 2024-05-09T04:06:41.180827+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-05-09T04:06:42.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:42 smithi160 bash[22291]: cluster 2024-05-09T04:06:41.554836+0000 mon.a (mon.0) 603 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-09T04:06:42.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:42 smithi160 bash[22291]: cluster 2024-05-09T04:06:41.554836+0000 mon.a (mon.0) 603 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-05-09T04:06:43.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:43 smithi037 bash[21462]: cluster 2024-05-09T04:06:42.612136+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v145: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:43.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:43 smithi037 bash[21462]: cluster 2024-05-09T04:06:42.612136+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v145: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:43.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:43 smithi188 bash[21926]: cluster 2024-05-09T04:06:42.612136+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v145: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:43.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:43 smithi188 bash[21926]: cluster 2024-05-09T04:06:42.612136+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v145: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:43.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:43 smithi160 bash[22291]: cluster 2024-05-09T04:06:42.612136+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v145: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:43.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:43 smithi160 bash[22291]: cluster 2024-05-09T04:06:42.612136+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v145: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:43.757 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:06:44.398 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1715227596,"num_in_osds":3,"osd_in_since":1715227569,"num_remapped_pgs":0} 2024-05-09T04:06:44.399 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-09T04:06:44.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:44 smithi037 bash[21462]: audit 2024-05-09T04:06:43.757842+0000 mon.a (mon.0) 604 : audit [DBG] from='client.? 172.21.15.37:0/3629632186' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-09T04:06:44.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:44 smithi037 bash[21462]: audit 2024-05-09T04:06:43.757842+0000 mon.a (mon.0) 604 : audit [DBG] from='client.? 172.21.15.37:0/3629632186' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-09T04:06:44.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:44 smithi188 bash[21926]: audit 2024-05-09T04:06:43.757842+0000 mon.a (mon.0) 604 : audit [DBG] from='client.? 172.21.15.37:0/3629632186' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-09T04:06:44.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:44 smithi188 bash[21926]: audit 2024-05-09T04:06:43.757842+0000 mon.a (mon.0) 604 : audit [DBG] from='client.? 172.21.15.37:0/3629632186' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-09T04:06:44.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:44 smithi160 bash[22291]: audit 2024-05-09T04:06:43.757842+0000 mon.a (mon.0) 604 : audit [DBG] from='client.? 172.21.15.37:0/3629632186' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-09T04:06:44.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:44 smithi160 bash[22291]: audit 2024-05-09T04:06:43.757842+0000 mon.a (mon.0) 604 : audit [DBG] from='client.? 172.21.15.37:0/3629632186' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-05-09T04:06:45.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:45 smithi188 bash[21926]: cluster 2024-05-09T04:06:44.612508+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:45.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:45 smithi188 bash[21926]: cluster 2024-05-09T04:06:44.612508+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:45.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:45 smithi160 bash[22291]: cluster 2024-05-09T04:06:44.612508+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:45.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:45 smithi160 bash[22291]: cluster 2024-05-09T04:06:44.612508+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:45.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:45 smithi037 bash[21462]: cluster 2024-05-09T04:06:44.612508+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:45.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:45 smithi037 bash[21462]: cluster 2024-05-09T04:06:44.612508+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:47.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:47 smithi037 bash[21462]: cluster 2024-05-09T04:06:46.612868+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:47.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:47 smithi037 bash[21462]: cluster 2024-05-09T04:06:46.612868+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:47.982 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:47 smithi188 bash[21926]: cluster 2024-05-09T04:06:46.612868+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:47.982 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:47 smithi188 bash[21926]: cluster 2024-05-09T04:06:46.612868+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:48.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:47 smithi160 bash[22291]: cluster 2024-05-09T04:06:46.612868+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:48.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:47 smithi160 bash[22291]: cluster 2024-05-09T04:06:46.612868+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:49.125 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:06:49.953 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:49 smithi188 bash[21926]: cluster 2024-05-09T04:06:48.613451+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:49.953 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:49 smithi188 bash[21926]: cluster 2024-05-09T04:06:48.613451+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:49.988 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:49 smithi037 bash[21462]: cluster 2024-05-09T04:06:48.613451+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:49.988 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:49 smithi037 bash[21462]: cluster 2024-05-09T04:06:48.613451+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:50.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:49 smithi160 bash[22291]: cluster 2024-05-09T04:06:48.613451+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:50.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:49 smithi160 bash[22291]: cluster 2024-05-09T04:06:48.613451+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:50.738 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:06:50.738 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":22,"fsid":"8cd65cde-0db8-11ef-bc97-c7b262605968","created":"2024-05-09T04:01:08.081969+0000","modified":"2024-05-09T04:06:41.160676+0000","last_up_change":"2024-05-09T04:06:36.845061+0000","last_in_change":"2024-05-09T04:06:09.858092+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-05-09T04:06:38.769091+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":"bfb43f37-a5d5-40be-b057-360dd0b20cf1","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.37:6802","nonce":2908554758},{"type":"v1","addr":"172.21.15.37:6803","nonce":2908554758}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":2908554758},{"type":"v1","addr":"172.21.15.37:6805","nonce":2908554758}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":2908554758},{"type":"v1","addr":"172.21.15.37:6809","nonce":2908554758}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":2908554758},{"type":"v1","addr":"172.21.15.37:6807","nonce":2908554758}]},"public_addr":"172.21.15.37:6803/2908554758","cluster_addr":"172.21.15.37:6805/2908554758","heartbeat_back_addr":"172.21.15.37:6809/2908554758","heartbeat_front_addr":"172.21.15.37:6807/2908554758","state":["exists","up"]},{"osd":1,"uuid":"67a96321-b483-40ab-bbe5-102a725b229d","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.160:6800","nonce":843205783},{"type":"v1","addr":"172.21.15.160:6801","nonce":843205783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":843205783},{"type":"v1","addr":"172.21.15.160:6803","nonce":843205783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":843205783},{"type":"v1","addr":"172.21.15.160:6807","nonce":843205783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":843205783},{"type":"v1","addr":"172.21.15.160:6805","nonce":843205783}]},"public_addr":"172.21.15.160:6801/843205783","cluster_addr":"172.21.15.160:6803/843205783","heartbeat_back_addr":"172.21.15.160:6807/843205783","heartbeat_front_addr":"172.21.15.160:6805/843205783","state":["exists","up"]},{"osd":2,"uuid":"8de7c3d8-e4fe-49c8-a95a-1106401068fa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6800","nonce":4069080340},{"type":"v1","addr":"172.21.15.188:6801","nonce":4069080340}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":4069080340},{"type":"v1","addr":"172.21.15.188:6803","nonce":4069080340}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":4069080340},{"type":"v1","addr":"172.21.15.188:6807","nonce":4069080340}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":4069080340},{"type":"v1","addr":"172.21.15.188:6805","nonce":4069080340}]},"public_addr":"172.21.15.188:6801/4069080340","cluster_addr":"172.21.15.188:6803/4069080340","heartbeat_back_addr":"172.21.15.188:6807/4069080340","heartbeat_front_addr":"172.21.15.188:6805/4069080340","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-05-09T04:04:56.575249+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-05-09T04:05:45.603522+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-05-09T04:06:35.754004+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:0/4087785120":"2024-05-10T04:02:16.543408+0000","172.21.15.37:0/219897192":"2024-05-10T04:02:16.543408+0000","172.21.15.37:6801/565140164":"2024-05-10T04:02:16.543408+0000","172.21.15.37:0/1583463260":"2024-05-10T04:01:40.438426+0000","172.21.15.37:6800/565140164":"2024-05-10T04:02:16.543408+0000","172.21.15.37:6801/3009021618":"2024-05-10T04:01:40.438426+0000","172.21.15.37:6800/3009021618":"2024-05-10T04:01:40.438426+0000","172.21.15.37:0/1515345174":"2024-05-10T04:01:40.438426+0000","172.21.15.37:0/3143994109":"2024-05-10T04:01:40.438426+0000","172.21.15.37:0/400238869":"2024-05-10T04:02:16.543408+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-05-09T04:06:51.809 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-05-09T04:06:38.769091+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-05-09T04:06:51.809 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-05-09T04:06:51.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:51 smithi037 bash[21462]: cluster 2024-05-09T04:06:50.613838+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:51.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:51 smithi037 bash[21462]: cluster 2024-05-09T04:06:50.613838+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:51.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:51 smithi037 bash[21462]: audit 2024-05-09T04:06:50.738185+0000 mon.a (mon.0) 605 : audit [DBG] from='client.? 172.21.15.37:0/539777121' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:06:51.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:51 smithi037 bash[21462]: audit 2024-05-09T04:06:50.738185+0000 mon.a (mon.0) 605 : audit [DBG] from='client.? 172.21.15.37:0/539777121' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:06:51.953 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:51 smithi160 bash[22291]: cluster 2024-05-09T04:06:50.613838+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:51.953 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:51 smithi160 bash[22291]: cluster 2024-05-09T04:06:50.613838+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:51.953 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:51 smithi160 bash[22291]: audit 2024-05-09T04:06:50.738185+0000 mon.a (mon.0) 605 : audit [DBG] from='client.? 172.21.15.37:0/539777121' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:06:51.953 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:51 smithi160 bash[22291]: audit 2024-05-09T04:06:50.738185+0000 mon.a (mon.0) 605 : audit [DBG] from='client.? 172.21.15.37:0/539777121' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:06:52.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:51 smithi188 bash[21926]: cluster 2024-05-09T04:06:50.613838+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:52.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:51 smithi188 bash[21926]: cluster 2024-05-09T04:06:50.613838+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:52.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:51 smithi188 bash[21926]: audit 2024-05-09T04:06:50.738185+0000 mon.a (mon.0) 605 : audit [DBG] from='client.? 172.21.15.37:0/539777121' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:06:52.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:51 smithi188 bash[21926]: audit 2024-05-09T04:06:50.738185+0000 mon.a (mon.0) 605 : audit [DBG] from='client.? 172.21.15.37:0/539777121' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:06:53.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:53 smithi037 bash[21462]: cluster 2024-05-09T04:06:52.614290+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:53.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:53 smithi037 bash[21462]: cluster 2024-05-09T04:06:52.614290+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:53.971 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:53 smithi160 bash[22291]: cluster 2024-05-09T04:06:52.614290+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:53.971 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:53 smithi160 bash[22291]: cluster 2024-05-09T04:06:52.614290+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:54.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:53 smithi188 bash[21926]: cluster 2024-05-09T04:06:52.614290+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:54.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:53 smithi188 bash[21926]: cluster 2024-05-09T04:06:52.614290+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:55.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:55 smithi037 bash[21462]: cluster 2024-05-09T04:06:54.614740+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:55.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:55 smithi037 bash[21462]: cluster 2024-05-09T04:06:54.614740+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:56.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:55 smithi188 bash[21926]: cluster 2024-05-09T04:06:54.614740+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:56.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:55 smithi188 bash[21926]: cluster 2024-05-09T04:06:54.614740+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:56.027 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:55 smithi160 bash[22291]: cluster 2024-05-09T04:06:54.614740+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:56.027 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:55 smithi160 bash[22291]: cluster 2024-05-09T04:06:54.614740+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:56.584 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:06:57.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:57 smithi037 bash[21462]: audit 2024-05-09T04:06:56.503996+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:57 smithi037 bash[21462]: audit 2024-05-09T04:06:56.503996+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:57 smithi037 bash[21462]: audit 2024-05-09T04:06:56.512924+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:57 smithi037 bash[21462]: audit 2024-05-09T04:06:56.512924+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:57 smithi037 bash[21462]: audit 2024-05-09T04:06:56.523285+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:57 smithi037 bash[21462]: audit 2024-05-09T04:06:56.523285+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:57 smithi037 bash[21462]: cluster 2024-05-09T04:06:56.615199+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:57.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:57 smithi037 bash[21462]: cluster 2024-05-09T04:06:56.615199+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:57.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:57 smithi188 bash[21926]: audit 2024-05-09T04:06:56.503996+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:57 smithi188 bash[21926]: audit 2024-05-09T04:06:56.503996+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:57 smithi188 bash[21926]: audit 2024-05-09T04:06:56.512924+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:57 smithi188 bash[21926]: audit 2024-05-09T04:06:56.512924+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:57 smithi188 bash[21926]: audit 2024-05-09T04:06:56.523285+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:57 smithi188 bash[21926]: audit 2024-05-09T04:06:56.523285+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:57 smithi188 bash[21926]: cluster 2024-05-09T04:06:56.615199+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:57.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:57 smithi188 bash[21926]: cluster 2024-05-09T04:06:56.615199+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:57.773 INFO:teuthology.orchestra.run.smithi037.stdout:pg_num: 1 2024-05-09T04:06:57.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:57 smithi160 bash[22291]: audit 2024-05-09T04:06:56.503996+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:57 smithi160 bash[22291]: audit 2024-05-09T04:06:56.503996+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:57 smithi160 bash[22291]: audit 2024-05-09T04:06:56.512924+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:57 smithi160 bash[22291]: audit 2024-05-09T04:06:56.512924+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:57 smithi160 bash[22291]: audit 2024-05-09T04:06:56.523285+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:57 smithi160 bash[22291]: audit 2024-05-09T04:06:56.523285+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:57.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:57 smithi160 bash[22291]: cluster 2024-05-09T04:06:56.615199+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:57.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:57 smithi160 bash[22291]: cluster 2024-05-09T04:06:56.615199+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:58.457 INFO:tasks.cephadm:Setting up client nodes... 2024-05-09T04:06:58.457 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-05-09T04:06:58.457 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-05-09T04:06:58.457 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph mgr dump --format=json 2024-05-09T04:06:58.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:58 smithi037 bash[21462]: audit 2024-05-09T04:06:57.773580+0000 mon.a (mon.0) 609 : audit [DBG] from='client.? 172.21.15.37:0/4102451619' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-09T04:06:58.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:58 smithi037 bash[21462]: audit 2024-05-09T04:06:57.773580+0000 mon.a (mon.0) 609 : audit [DBG] from='client.? 172.21.15.37:0/4102451619' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-09T04:06:58.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:58 smithi037 bash[21462]: audit 2024-05-09T04:06:58.314680+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:58.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:58 smithi037 bash[21462]: audit 2024-05-09T04:06:58.314680+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:58.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:58 smithi037 bash[21462]: audit 2024-05-09T04:06:58.321576+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:58.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:58 smithi037 bash[21462]: audit 2024-05-09T04:06:58.321576+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:58.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:58 smithi037 bash[21462]: audit 2024-05-09T04:06:58.330497+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:58.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:58 smithi037 bash[21462]: audit 2024-05-09T04:06:58.330497+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:58.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:58 smithi160 bash[22291]: audit 2024-05-09T04:06:57.773580+0000 mon.a (mon.0) 609 : audit [DBG] from='client.? 172.21.15.37:0/4102451619' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-09T04:06:58.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:58 smithi160 bash[22291]: audit 2024-05-09T04:06:57.773580+0000 mon.a (mon.0) 609 : audit [DBG] from='client.? 172.21.15.37:0/4102451619' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-09T04:06:58.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:58 smithi160 bash[22291]: audit 2024-05-09T04:06:58.314680+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:58.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:58 smithi160 bash[22291]: audit 2024-05-09T04:06:58.314680+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:58.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:58 smithi160 bash[22291]: audit 2024-05-09T04:06:58.321576+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:58.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:58 smithi160 bash[22291]: audit 2024-05-09T04:06:58.321576+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:58.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:58 smithi160 bash[22291]: audit 2024-05-09T04:06:58.330497+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:58.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:58 smithi160 bash[22291]: audit 2024-05-09T04:06:58.330497+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:58 smithi188 bash[21926]: audit 2024-05-09T04:06:57.773580+0000 mon.a (mon.0) 609 : audit [DBG] from='client.? 172.21.15.37:0/4102451619' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-09T04:06:59.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:58 smithi188 bash[21926]: audit 2024-05-09T04:06:57.773580+0000 mon.a (mon.0) 609 : audit [DBG] from='client.? 172.21.15.37:0/4102451619' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-05-09T04:06:59.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:58 smithi188 bash[21926]: audit 2024-05-09T04:06:58.314680+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:58 smithi188 bash[21926]: audit 2024-05-09T04:06:58.314680+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:58 smithi188 bash[21926]: audit 2024-05-09T04:06:58.321576+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:58 smithi188 bash[21926]: audit 2024-05-09T04:06:58.321576+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:58 smithi188 bash[21926]: audit 2024-05-09T04:06:58.330497+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:58 smithi188 bash[21926]: audit 2024-05-09T04:06:58.330497+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:59 smithi160 bash[22291]: cluster 2024-05-09T04:06:58.615760+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:59.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:59 smithi160 bash[22291]: cluster 2024-05-09T04:06:58.615760+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:59.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:59 smithi160 bash[22291]: audit 2024-05-09T04:06:59.479547+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:59 smithi160 bash[22291]: audit 2024-05-09T04:06:59.479547+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:59 smithi160 bash[22291]: audit 2024-05-09T04:06:59.490086+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:59 smithi160 bash[22291]: audit 2024-05-09T04:06:59.490086+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:59 smithi160 bash[22291]: audit 2024-05-09T04:06:59.501910+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:06:59 smithi160 bash[22291]: audit 2024-05-09T04:06:59.501910+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:59 smithi037 bash[21462]: cluster 2024-05-09T04:06:58.615760+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:59.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:59 smithi037 bash[21462]: cluster 2024-05-09T04:06:58.615760+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:06:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:59 smithi037 bash[21462]: audit 2024-05-09T04:06:59.479547+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:59 smithi037 bash[21462]: audit 2024-05-09T04:06:59.479547+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:59 smithi037 bash[21462]: audit 2024-05-09T04:06:59.490086+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:59 smithi037 bash[21462]: audit 2024-05-09T04:06:59.490086+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:59 smithi037 bash[21462]: audit 2024-05-09T04:06:59.501910+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:06:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:06:59 smithi037 bash[21462]: audit 2024-05-09T04:06:59.501910+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:00.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:59 smithi188 bash[21926]: cluster 2024-05-09T04:06:58.615760+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:00.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:59 smithi188 bash[21926]: cluster 2024-05-09T04:06:58.615760+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:00.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:59 smithi188 bash[21926]: audit 2024-05-09T04:06:59.479547+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:00.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:59 smithi188 bash[21926]: audit 2024-05-09T04:06:59.479547+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:00.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:59 smithi188 bash[21926]: audit 2024-05-09T04:06:59.490086+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:00.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:59 smithi188 bash[21926]: audit 2024-05-09T04:06:59.490086+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:00.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:59 smithi188 bash[21926]: audit 2024-05-09T04:06:59.501910+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:00.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:06:59 smithi188 bash[21926]: audit 2024-05-09T04:06:59.501910+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:01.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:01 smithi037 bash[21462]: cluster 2024-05-09T04:07:00.616304+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:01.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:01 smithi037 bash[21462]: cluster 2024-05-09T04:07:00.616304+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:02.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:01 smithi188 bash[21926]: cluster 2024-05-09T04:07:00.616304+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:02.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:01 smithi188 bash[21926]: cluster 2024-05-09T04:07:00.616304+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:02.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:01 smithi160 bash[22291]: cluster 2024-05-09T04:07:00.616304+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:02.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:01 smithi160 bash[22291]: cluster 2024-05-09T04:07:00.616304+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:03.189 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:07:03.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:03 smithi037 bash[21462]: cluster 2024-05-09T04:07:02.616838+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:03.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:03 smithi037 bash[21462]: cluster 2024-05-09T04:07:02.616838+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:04.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:03 smithi188 bash[21926]: cluster 2024-05-09T04:07:02.616838+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:04.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:03 smithi188 bash[21926]: cluster 2024-05-09T04:07:02.616838+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:04.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:03 smithi160 bash[22291]: cluster 2024-05-09T04:07:02.616838+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:03 smithi160 bash[22291]: cluster 2024-05-09T04:07:02.616838+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:04.472 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:07:04.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:04 smithi037 bash[21462]: audit 2024-05-09T04:07:04.464824+0000 mon.a (mon.0) 616 : audit [DBG] from='client.? 172.21.15.37:0/3454945140' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-09T04:07:04.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:04 smithi037 bash[21462]: audit 2024-05-09T04:07:04.464824+0000 mon.a (mon.0) 616 : audit [DBG] from='client.? 172.21.15.37:0/3454945140' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-09T04:07:05.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:04 smithi188 bash[21926]: audit 2024-05-09T04:07:04.464824+0000 mon.a (mon.0) 616 : audit [DBG] from='client.? 172.21.15.37:0/3454945140' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-09T04:07:05.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:04 smithi188 bash[21926]: audit 2024-05-09T04:07:04.464824+0000 mon.a (mon.0) 616 : audit [DBG] from='client.? 172.21.15.37:0/3454945140' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-09T04:07:05.095 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6800","nonce":449958761},{"type":"v1","addr":"172.21.15.37:6801","nonce":449958761}]},"active_addr":"172.21.15.37:6801/449958761","active_change":"2024-05-09T04:02:16.543790+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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.2.5","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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.2.5","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","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":"smb","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","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":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","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.37: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.37:0","nonce":730514402}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":2084769582}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":1501940345}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":2838580396}]}]} 2024-05-09T04:07:05.102 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-05-09T04:07:05.102 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-05-09T04:07:05.102 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-09T04:07:05.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:04 smithi160 bash[22291]: audit 2024-05-09T04:07:04.464824+0000 mon.a (mon.0) 616 : audit [DBG] from='client.? 172.21.15.37:0/3454945140' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-09T04:07:05.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:04 smithi160 bash[22291]: audit 2024-05-09T04:07:04.464824+0000 mon.a (mon.0) 616 : audit [DBG] from='client.? 172.21.15.37:0/3454945140' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-05-09T04:07:05.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:05 smithi037 bash[21462]: cluster 2024-05-09T04:07:04.617421+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:05.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:05 smithi037 bash[21462]: cluster 2024-05-09T04:07:04.617421+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:06.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:05 smithi188 bash[21926]: cluster 2024-05-09T04:07:04.617421+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:06.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:05 smithi188 bash[21926]: cluster 2024-05-09T04:07:04.617421+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:06.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:05 smithi160 bash[22291]: cluster 2024-05-09T04:07:04.617421+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:06.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:05 smithi160 bash[22291]: cluster 2024-05-09T04:07:04.617421+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:07.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:07 smithi037 bash[21462]: cluster 2024-05-09T04:07:06.617920+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:07.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:07 smithi037 bash[21462]: cluster 2024-05-09T04:07:06.617920+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:08.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:07 smithi188 bash[21926]: cluster 2024-05-09T04:07:06.617920+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:08.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:07 smithi188 bash[21926]: cluster 2024-05-09T04:07:06.617920+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:08.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:07 smithi160 bash[22291]: cluster 2024-05-09T04:07:06.617920+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:08.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:07 smithi160 bash[22291]: cluster 2024-05-09T04:07:06.617920+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:09.831 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:07:09.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:09 smithi037 bash[21462]: cluster 2024-05-09T04:07:08.618545+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:09.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:09 smithi037 bash[21462]: cluster 2024-05-09T04:07:08.618545+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:10.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:09 smithi188 bash[21926]: cluster 2024-05-09T04:07:08.618545+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:10.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:09 smithi188 bash[21926]: cluster 2024-05-09T04:07:08.618545+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:10.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:09 smithi160 bash[22291]: cluster 2024-05-09T04:07:08.618545+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:10.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:09 smithi160 bash[22291]: cluster 2024-05-09T04:07:08.618545+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:11.042 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:07:11.042 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":22,"fsid":"8cd65cde-0db8-11ef-bc97-c7b262605968","created":"2024-05-09T04:01:08.081969+0000","modified":"2024-05-09T04:06:41.160676+0000","last_up_change":"2024-05-09T04:06:36.845061+0000","last_in_change":"2024-05-09T04:06:09.858092+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-05-09T04:06:38.769091+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":"bfb43f37-a5d5-40be-b057-360dd0b20cf1","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.37:6802","nonce":2908554758},{"type":"v1","addr":"172.21.15.37:6803","nonce":2908554758}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":2908554758},{"type":"v1","addr":"172.21.15.37:6805","nonce":2908554758}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":2908554758},{"type":"v1","addr":"172.21.15.37:6809","nonce":2908554758}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":2908554758},{"type":"v1","addr":"172.21.15.37:6807","nonce":2908554758}]},"public_addr":"172.21.15.37:6803/2908554758","cluster_addr":"172.21.15.37:6805/2908554758","heartbeat_back_addr":"172.21.15.37:6809/2908554758","heartbeat_front_addr":"172.21.15.37:6807/2908554758","state":["exists","up"]},{"osd":1,"uuid":"67a96321-b483-40ab-bbe5-102a725b229d","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.160:6800","nonce":843205783},{"type":"v1","addr":"172.21.15.160:6801","nonce":843205783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":843205783},{"type":"v1","addr":"172.21.15.160:6803","nonce":843205783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":843205783},{"type":"v1","addr":"172.21.15.160:6807","nonce":843205783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":843205783},{"type":"v1","addr":"172.21.15.160:6805","nonce":843205783}]},"public_addr":"172.21.15.160:6801/843205783","cluster_addr":"172.21.15.160:6803/843205783","heartbeat_back_addr":"172.21.15.160:6807/843205783","heartbeat_front_addr":"172.21.15.160:6805/843205783","state":["exists","up"]},{"osd":2,"uuid":"8de7c3d8-e4fe-49c8-a95a-1106401068fa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6800","nonce":4069080340},{"type":"v1","addr":"172.21.15.188:6801","nonce":4069080340}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":4069080340},{"type":"v1","addr":"172.21.15.188:6803","nonce":4069080340}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":4069080340},{"type":"v1","addr":"172.21.15.188:6807","nonce":4069080340}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":4069080340},{"type":"v1","addr":"172.21.15.188:6805","nonce":4069080340}]},"public_addr":"172.21.15.188:6801/4069080340","cluster_addr":"172.21.15.188:6803/4069080340","heartbeat_back_addr":"172.21.15.188:6807/4069080340","heartbeat_front_addr":"172.21.15.188:6805/4069080340","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-05-09T04:04:56.575249+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-05-09T04:05:45.603522+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-05-09T04:06:35.754004+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:0/4087785120":"2024-05-10T04:02:16.543408+0000","172.21.15.37:0/219897192":"2024-05-10T04:02:16.543408+0000","172.21.15.37:6801/565140164":"2024-05-10T04:02:16.543408+0000","172.21.15.37:0/1583463260":"2024-05-10T04:01:40.438426+0000","172.21.15.37:6800/565140164":"2024-05-10T04:02:16.543408+0000","172.21.15.37:6801/3009021618":"2024-05-10T04:01:40.438426+0000","172.21.15.37:6800/3009021618":"2024-05-10T04:01:40.438426+0000","172.21.15.37:0/1515345174":"2024-05-10T04:01:40.438426+0000","172.21.15.37:0/3143994109":"2024-05-10T04:01:40.438426+0000","172.21.15.37:0/400238869":"2024-05-10T04:02:16.543408+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-05-09T04:07:11.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:11 smithi160 bash[22291]: cluster 2024-05-09T04:07:10.619198+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:11.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:11 smithi160 bash[22291]: cluster 2024-05-09T04:07:10.619198+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:11.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:11 smithi160 bash[22291]: audit 2024-05-09T04:07:11.041351+0000 mon.a (mon.0) 617 : audit [DBG] from='client.? 172.21.15.37:0/1074964809' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:07:11.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:11 smithi160 bash[22291]: audit 2024-05-09T04:07:11.041351+0000 mon.a (mon.0) 617 : audit [DBG] from='client.? 172.21.15.37:0/1074964809' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:07:12.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:11 smithi037 bash[21462]: cluster 2024-05-09T04:07:10.619198+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:12.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:11 smithi037 bash[21462]: cluster 2024-05-09T04:07:10.619198+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:12.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:11 smithi037 bash[21462]: audit 2024-05-09T04:07:11.041351+0000 mon.a (mon.0) 617 : audit [DBG] from='client.? 172.21.15.37:0/1074964809' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:07:12.013 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:11 smithi037 bash[21462]: audit 2024-05-09T04:07:11.041351+0000 mon.a (mon.0) 617 : audit [DBG] from='client.? 172.21.15.37:0/1074964809' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:07:12.014 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-05-09T04:07:12.014 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph osd dump --format=json 2024-05-09T04:07:12.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:11 smithi188 bash[21926]: cluster 2024-05-09T04:07:10.619198+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:12.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:11 smithi188 bash[21926]: cluster 2024-05-09T04:07:10.619198+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:12.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:11 smithi188 bash[21926]: audit 2024-05-09T04:07:11.041351+0000 mon.a (mon.0) 617 : audit [DBG] from='client.? 172.21.15.37:0/1074964809' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:07:12.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:11 smithi188 bash[21926]: audit 2024-05-09T04:07:11.041351+0000 mon.a (mon.0) 617 : audit [DBG] from='client.? 172.21.15.37:0/1074964809' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:07:13.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:13 smithi037 bash[21462]: cluster 2024-05-09T04:07:12.619743+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:13.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:13 smithi037 bash[21462]: cluster 2024-05-09T04:07:12.619743+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:14.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:13 smithi188 bash[21926]: cluster 2024-05-09T04:07:12.619743+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:14.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:13 smithi188 bash[21926]: cluster 2024-05-09T04:07:12.619743+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:14.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:13 smithi160 bash[22291]: cluster 2024-05-09T04:07:12.619743+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:14.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:13 smithi160 bash[22291]: cluster 2024-05-09T04:07:12.619743+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:16.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:15 smithi188 bash[21926]: cluster 2024-05-09T04:07:14.620129+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:16.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:15 smithi188 bash[21926]: cluster 2024-05-09T04:07:14.620129+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:16.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:15 smithi160 bash[22291]: cluster 2024-05-09T04:07:14.620129+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:16.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:15 smithi160 bash[22291]: cluster 2024-05-09T04:07:14.620129+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:16.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:15 smithi037 bash[21462]: cluster 2024-05-09T04:07:14.620129+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:16.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:15 smithi037 bash[21462]: cluster 2024-05-09T04:07:14.620129+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:17.750 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:07:18.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:17 smithi188 bash[21926]: cluster 2024-05-09T04:07:16.620605+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:18.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:17 smithi188 bash[21926]: cluster 2024-05-09T04:07:16.620605+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:18.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:17 smithi188 bash[21926]: audit 2024-05-09T04:07:16.733848+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:17 smithi188 bash[21926]: audit 2024-05-09T04:07:16.733848+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:17 smithi188 bash[21926]: audit 2024-05-09T04:07:16.742760+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:17 smithi188 bash[21926]: audit 2024-05-09T04:07:16.742760+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:17 smithi188 bash[21926]: audit 2024-05-09T04:07:16.753488+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:17 smithi188 bash[21926]: audit 2024-05-09T04:07:16.753488+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:17 smithi160 bash[22291]: cluster 2024-05-09T04:07:16.620605+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:18.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:17 smithi160 bash[22291]: cluster 2024-05-09T04:07:16.620605+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:18.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:17 smithi160 bash[22291]: audit 2024-05-09T04:07:16.733848+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:17 smithi160 bash[22291]: audit 2024-05-09T04:07:16.733848+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:17 smithi160 bash[22291]: audit 2024-05-09T04:07:16.742760+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:17 smithi160 bash[22291]: audit 2024-05-09T04:07:16.742760+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:17 smithi160 bash[22291]: audit 2024-05-09T04:07:16.753488+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:17 smithi160 bash[22291]: audit 2024-05-09T04:07:16.753488+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:17 smithi037 bash[21462]: cluster 2024-05-09T04:07:16.620605+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:18.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:17 smithi037 bash[21462]: cluster 2024-05-09T04:07:16.620605+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:18.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:17 smithi037 bash[21462]: audit 2024-05-09T04:07:16.733848+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:17 smithi037 bash[21462]: audit 2024-05-09T04:07:16.733848+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:17 smithi037 bash[21462]: audit 2024-05-09T04:07:16.742760+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:17 smithi037 bash[21462]: audit 2024-05-09T04:07:16.742760+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:17 smithi037 bash[21462]: audit 2024-05-09T04:07:16.753488+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:17 smithi037 bash[21462]: audit 2024-05-09T04:07:16.753488+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:18.936 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:07:18.936 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":22,"fsid":"8cd65cde-0db8-11ef-bc97-c7b262605968","created":"2024-05-09T04:01:08.081969+0000","modified":"2024-05-09T04:06:41.160676+0000","last_up_change":"2024-05-09T04:06:36.845061+0000","last_in_change":"2024-05-09T04:06:09.858092+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-05-09T04:06:38.769091+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":"bfb43f37-a5d5-40be-b057-360dd0b20cf1","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.37:6802","nonce":2908554758},{"type":"v1","addr":"172.21.15.37:6803","nonce":2908554758}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":2908554758},{"type":"v1","addr":"172.21.15.37:6805","nonce":2908554758}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":2908554758},{"type":"v1","addr":"172.21.15.37:6809","nonce":2908554758}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":2908554758},{"type":"v1","addr":"172.21.15.37:6807","nonce":2908554758}]},"public_addr":"172.21.15.37:6803/2908554758","cluster_addr":"172.21.15.37:6805/2908554758","heartbeat_back_addr":"172.21.15.37:6809/2908554758","heartbeat_front_addr":"172.21.15.37:6807/2908554758","state":["exists","up"]},{"osd":1,"uuid":"67a96321-b483-40ab-bbe5-102a725b229d","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.160:6800","nonce":843205783},{"type":"v1","addr":"172.21.15.160:6801","nonce":843205783}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":843205783},{"type":"v1","addr":"172.21.15.160:6803","nonce":843205783}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":843205783},{"type":"v1","addr":"172.21.15.160:6807","nonce":843205783}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":843205783},{"type":"v1","addr":"172.21.15.160:6805","nonce":843205783}]},"public_addr":"172.21.15.160:6801/843205783","cluster_addr":"172.21.15.160:6803/843205783","heartbeat_back_addr":"172.21.15.160:6807/843205783","heartbeat_front_addr":"172.21.15.160:6805/843205783","state":["exists","up"]},{"osd":2,"uuid":"8de7c3d8-e4fe-49c8-a95a-1106401068fa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6800","nonce":4069080340},{"type":"v1","addr":"172.21.15.188:6801","nonce":4069080340}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6802","nonce":4069080340},{"type":"v1","addr":"172.21.15.188:6803","nonce":4069080340}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6806","nonce":4069080340},{"type":"v1","addr":"172.21.15.188:6807","nonce":4069080340}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.188:6804","nonce":4069080340},{"type":"v1","addr":"172.21.15.188:6805","nonce":4069080340}]},"public_addr":"172.21.15.188:6801/4069080340","cluster_addr":"172.21.15.188:6803/4069080340","heartbeat_back_addr":"172.21.15.188:6807/4069080340","heartbeat_front_addr":"172.21.15.188:6805/4069080340","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-05-09T04:04:56.575249+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-05-09T04:05:45.603522+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-05-09T04:06:35.754004+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.37:0/4087785120":"2024-05-10T04:02:16.543408+0000","172.21.15.37:0/219897192":"2024-05-10T04:02:16.543408+0000","172.21.15.37:6801/565140164":"2024-05-10T04:02:16.543408+0000","172.21.15.37:0/1583463260":"2024-05-10T04:01:40.438426+0000","172.21.15.37:6800/565140164":"2024-05-10T04:02:16.543408+0000","172.21.15.37:6801/3009021618":"2024-05-10T04:01:40.438426+0000","172.21.15.37:6800/3009021618":"2024-05-10T04:01:40.438426+0000","172.21.15.37:0/1515345174":"2024-05-10T04:01:40.438426+0000","172.21.15.37:0/3143994109":"2024-05-10T04:01:40.438426+0000","172.21.15.37:0/400238869":"2024-05-10T04:02:16.543408+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-05-09T04:07:19.611 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-05-09T04:07:19.612 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-05-09T04:07:19.613 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-05-09T04:07:19.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:19 smithi160 bash[22291]: audit 2024-05-09T04:07:18.522513+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:19.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:19 smithi160 bash[22291]: audit 2024-05-09T04:07:18.522513+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:19.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:19 smithi160 bash[22291]: audit 2024-05-09T04:07:18.532858+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:19.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:19 smithi160 bash[22291]: audit 2024-05-09T04:07:18.532858+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:19.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:19 smithi160 bash[22291]: audit 2024-05-09T04:07:18.542309+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:19.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:19 smithi160 bash[22291]: audit 2024-05-09T04:07:18.542309+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:19.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:19 smithi160 bash[22291]: cluster 2024-05-09T04:07:18.621149+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:19.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:19 smithi160 bash[22291]: cluster 2024-05-09T04:07:18.621149+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:19.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:19 smithi160 bash[22291]: audit 2024-05-09T04:07:18.936138+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.37:0/1508959016' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:07:19.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:19 smithi160 bash[22291]: audit 2024-05-09T04:07:18.936138+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.37:0/1508959016' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:07:19.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:19 smithi037 bash[21462]: audit 2024-05-09T04:07:18.522513+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:19.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:19 smithi037 bash[21462]: audit 2024-05-09T04:07:18.522513+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:19.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:19 smithi037 bash[21462]: audit 2024-05-09T04:07:18.532858+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:19.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:19 smithi037 bash[21462]: audit 2024-05-09T04:07:18.532858+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:19.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:19 smithi037 bash[21462]: audit 2024-05-09T04:07:18.542309+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:19.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:19 smithi037 bash[21462]: audit 2024-05-09T04:07:18.542309+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:19.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:19 smithi037 bash[21462]: cluster 2024-05-09T04:07:18.621149+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:19.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:19 smithi037 bash[21462]: cluster 2024-05-09T04:07:18.621149+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:19.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:19 smithi037 bash[21462]: audit 2024-05-09T04:07:18.936138+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.37:0/1508959016' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:07:19.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:19 smithi037 bash[21462]: audit 2024-05-09T04:07:18.936138+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.37:0/1508959016' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:07:20.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:19 smithi188 bash[21926]: audit 2024-05-09T04:07:18.522513+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:20.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:19 smithi188 bash[21926]: audit 2024-05-09T04:07:18.522513+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:20.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:19 smithi188 bash[21926]: audit 2024-05-09T04:07:18.532858+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:20.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:19 smithi188 bash[21926]: audit 2024-05-09T04:07:18.532858+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:20.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:19 smithi188 bash[21926]: audit 2024-05-09T04:07:18.542309+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:20.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:19 smithi188 bash[21926]: audit 2024-05-09T04:07:18.542309+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:20.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:19 smithi188 bash[21926]: cluster 2024-05-09T04:07:18.621149+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:20.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:19 smithi188 bash[21926]: cluster 2024-05-09T04:07:18.621149+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:20.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:19 smithi188 bash[21926]: audit 2024-05-09T04:07:18.936138+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.37:0/1508959016' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:07:20.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:19 smithi188 bash[21926]: audit 2024-05-09T04:07:18.936138+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.37:0/1508959016' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-05-09T04:07:21.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:20 smithi188 bash[21926]: audit 2024-05-09T04:07:19.703184+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:20 smithi188 bash[21926]: audit 2024-05-09T04:07:19.703184+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:20 smithi188 bash[21926]: audit 2024-05-09T04:07:19.709882+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:20 smithi188 bash[21926]: audit 2024-05-09T04:07:19.709882+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:20 smithi188 bash[21926]: audit 2024-05-09T04:07:19.716904+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:20 smithi188 bash[21926]: audit 2024-05-09T04:07:19.716904+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:20 smithi160 bash[22291]: audit 2024-05-09T04:07:19.703184+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:20 smithi160 bash[22291]: audit 2024-05-09T04:07:19.703184+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:20 smithi160 bash[22291]: audit 2024-05-09T04:07:19.709882+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:20 smithi160 bash[22291]: audit 2024-05-09T04:07:19.709882+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:20 smithi160 bash[22291]: audit 2024-05-09T04:07:19.716904+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:20 smithi160 bash[22291]: audit 2024-05-09T04:07:19.716904+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:20 smithi037 bash[21462]: audit 2024-05-09T04:07:19.703184+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:20 smithi037 bash[21462]: audit 2024-05-09T04:07:19.703184+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:20 smithi037 bash[21462]: audit 2024-05-09T04:07:19.709882+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:20 smithi037 bash[21462]: audit 2024-05-09T04:07:19.709882+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:20 smithi037 bash[21462]: audit 2024-05-09T04:07:19.716904+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:21.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:20 smithi037 bash[21462]: audit 2024-05-09T04:07:19.716904+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:22.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:21 smithi188 bash[21926]: cluster 2024-05-09T04:07:20.621696+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:22.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:21 smithi188 bash[21926]: cluster 2024-05-09T04:07:20.621696+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:22.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:21 smithi160 bash[22291]: cluster 2024-05-09T04:07:20.621696+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:22.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:21 smithi160 bash[22291]: cluster 2024-05-09T04:07:20.621696+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:22.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:21 smithi037 bash[21462]: cluster 2024-05-09T04:07:20.621696+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:22.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:21 smithi037 bash[21462]: cluster 2024-05-09T04:07:20.621696+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:24.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:23 smithi188 bash[21926]: cluster 2024-05-09T04:07:22.622285+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:24.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:23 smithi188 bash[21926]: cluster 2024-05-09T04:07:22.622285+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:24.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:23 smithi160 bash[22291]: cluster 2024-05-09T04:07:22.622285+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:24.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:23 smithi160 bash[22291]: cluster 2024-05-09T04:07:22.622285+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:23 smithi037 bash[21462]: cluster 2024-05-09T04:07:22.622285+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:23 smithi037 bash[21462]: cluster 2024-05-09T04:07:22.622285+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:24.352 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:07:24.353 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:07:24.353 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:07:26.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:25 smithi037 bash[21462]: cluster 2024-05-09T04:07:24.622818+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:26.012 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:25 smithi037 bash[21462]: cluster 2024-05-09T04:07:24.622818+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:26.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:25 smithi188 bash[21926]: cluster 2024-05-09T04:07:24.622818+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:26.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:25 smithi188 bash[21926]: cluster 2024-05-09T04:07:24.622818+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:26.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:25 smithi160 bash[22291]: cluster 2024-05-09T04:07:24.622818+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:26.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:25 smithi160 bash[22291]: cluster 2024-05-09T04:07:24.622818+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:27.184 INFO:teuthology.orchestra.run.smithi037.stdout:55834574871 2024-05-09T04:07:27.185 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-05-09T04:07:27.745 INFO:teuthology.orchestra.run.smithi037.stdout:34359738401 2024-05-09T04:07:27.746 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-05-09T04:07:27.797 INFO:teuthology.orchestra.run.smithi037.stdout:77309411341 2024-05-09T04:07:27.798 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-05-09T04:07:28.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:27 smithi188 bash[21926]: cluster 2024-05-09T04:07:26.623393+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:28.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:27 smithi188 bash[21926]: cluster 2024-05-09T04:07:26.623393+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:28.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:27 smithi160 bash[22291]: cluster 2024-05-09T04:07:26.623393+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:28.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:27 smithi160 bash[22291]: cluster 2024-05-09T04:07:26.623393+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:28.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:27 smithi037 bash[21462]: cluster 2024-05-09T04:07:26.623393+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:28.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:27 smithi037 bash[21462]: cluster 2024-05-09T04:07:26.623393+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:30.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:29 smithi188 bash[21926]: cluster 2024-05-09T04:07:28.623967+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:30.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:29 smithi188 bash[21926]: cluster 2024-05-09T04:07:28.623967+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:30.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:29 smithi160 bash[22291]: cluster 2024-05-09T04:07:28.623967+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:30.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:29 smithi160 bash[22291]: cluster 2024-05-09T04:07:28.623967+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:30.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:29 smithi037 bash[21462]: cluster 2024-05-09T04:07:28.623967+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:30.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:29 smithi037 bash[21462]: cluster 2024-05-09T04:07:28.623967+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:31.917 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:07:31.918 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:07:31.918 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:07:32.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:31 smithi188 bash[21926]: cluster 2024-05-09T04:07:30.624511+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:32.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:31 smithi188 bash[21926]: cluster 2024-05-09T04:07:30.624511+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:32.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:31 smithi160 bash[22291]: cluster 2024-05-09T04:07:30.624511+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:32.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:31 smithi160 bash[22291]: cluster 2024-05-09T04:07:30.624511+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:32.300 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:31 smithi037 bash[21462]: cluster 2024-05-09T04:07:30.624511+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:32.300 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:31 smithi037 bash[21462]: cluster 2024-05-09T04:07:30.624511+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:33.759 INFO:teuthology.orchestra.run.smithi037.stdout:34359738402 2024-05-09T04:07:33.896 INFO:teuthology.orchestra.run.smithi037.stdout:55834574872 2024-05-09T04:07:34.007 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:33 smithi037 bash[21462]: cluster 2024-05-09T04:07:32.624895+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:34.007 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:33 smithi037 bash[21462]: cluster 2024-05-09T04:07:32.624895+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:34.014 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:33 smithi160 bash[22291]: cluster 2024-05-09T04:07:32.624895+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:34.014 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:33 smithi160 bash[22291]: cluster 2024-05-09T04:07:32.624895+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:34.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:33 smithi188 bash[21926]: cluster 2024-05-09T04:07:32.624895+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:34.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:33 smithi188 bash[21926]: cluster 2024-05-09T04:07:32.624895+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:34.408 INFO:teuthology.orchestra.run.smithi037.stdout:77309411342 2024-05-09T04:07:35.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:34 smithi188 bash[21926]: audit 2024-05-09T04:07:33.759823+0000 mon.a (mon.0) 628 : audit [DBG] from='client.? 172.21.15.37:0/1474233345' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-09T04:07:35.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:34 smithi188 bash[21926]: audit 2024-05-09T04:07:33.759823+0000 mon.a (mon.0) 628 : audit [DBG] from='client.? 172.21.15.37:0/1474233345' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-09T04:07:35.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:34 smithi188 bash[21926]: audit 2024-05-09T04:07:33.897307+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.37:0/1353306682' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-09T04:07:35.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:34 smithi188 bash[21926]: audit 2024-05-09T04:07:33.897307+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.37:0/1353306682' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-09T04:07:35.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:34 smithi188 bash[21926]: audit 2024-05-09T04:07:34.408644+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.37:0/2642934400' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-09T04:07:35.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:34 smithi188 bash[21926]: audit 2024-05-09T04:07:34.408644+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.37:0/2642934400' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-09T04:07:35.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:34 smithi037 bash[21462]: audit 2024-05-09T04:07:33.759823+0000 mon.a (mon.0) 628 : audit [DBG] from='client.? 172.21.15.37:0/1474233345' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-09T04:07:35.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:34 smithi037 bash[21462]: audit 2024-05-09T04:07:33.759823+0000 mon.a (mon.0) 628 : audit [DBG] from='client.? 172.21.15.37:0/1474233345' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-09T04:07:35.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:34 smithi037 bash[21462]: audit 2024-05-09T04:07:33.897307+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.37:0/1353306682' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-09T04:07:35.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:34 smithi037 bash[21462]: audit 2024-05-09T04:07:33.897307+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.37:0/1353306682' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-09T04:07:35.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:34 smithi037 bash[21462]: audit 2024-05-09T04:07:34.408644+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.37:0/2642934400' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-09T04:07:35.029 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:34 smithi037 bash[21462]: audit 2024-05-09T04:07:34.408644+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.37:0/2642934400' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-09T04:07:35.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:34 smithi160 bash[22291]: audit 2024-05-09T04:07:33.759823+0000 mon.a (mon.0) 628 : audit [DBG] from='client.? 172.21.15.37:0/1474233345' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-09T04:07:35.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:34 smithi160 bash[22291]: audit 2024-05-09T04:07:33.759823+0000 mon.a (mon.0) 628 : audit [DBG] from='client.? 172.21.15.37:0/1474233345' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-05-09T04:07:35.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:34 smithi160 bash[22291]: audit 2024-05-09T04:07:33.897307+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.37:0/1353306682' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-09T04:07:35.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:34 smithi160 bash[22291]: audit 2024-05-09T04:07:33.897307+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.37:0/1353306682' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-05-09T04:07:35.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:34 smithi160 bash[22291]: audit 2024-05-09T04:07:34.408644+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.37:0/2642934400' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-09T04:07:35.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:34 smithi160 bash[22291]: audit 2024-05-09T04:07:34.408644+0000 mon.a (mon.0) 630 : audit [DBG] from='client.? 172.21.15.37:0/2642934400' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-05-09T04:07:35.681 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738401 got 34359738402 for osd.0 2024-05-09T04:07:35.681 DEBUG:teuthology.parallel:result is None 2024-05-09T04:07:35.916 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:35 smithi037 bash[21462]: cluster 2024-05-09T04:07:34.625336+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:35.916 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:35 smithi037 bash[21462]: cluster 2024-05-09T04:07:34.625336+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:35.917 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574871 got 55834574872 for osd.1 2024-05-09T04:07:35.917 DEBUG:teuthology.parallel:result is None 2024-05-09T04:07:35.969 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411341 got 77309411342 for osd.2 2024-05-09T04:07:35.980 DEBUG:teuthology.parallel:result is None 2024-05-09T04:07:35.980 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-05-09T04:07:35.980 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-09T04:07:36.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:35 smithi188 bash[21926]: cluster 2024-05-09T04:07:34.625336+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:36.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:35 smithi188 bash[21926]: cluster 2024-05-09T04:07:34.625336+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:36.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:35 smithi160 bash[22291]: cluster 2024-05-09T04:07:34.625336+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:36.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:35 smithi160 bash[22291]: cluster 2024-05-09T04:07:34.625336+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:38.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:37 smithi188 bash[21926]: cluster 2024-05-09T04:07:36.625838+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:38.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:37 smithi188 bash[21926]: cluster 2024-05-09T04:07:36.625838+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:38.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:37 smithi188 bash[21926]: audit 2024-05-09T04:07:36.964371+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:37 smithi188 bash[21926]: audit 2024-05-09T04:07:36.964371+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:37 smithi188 bash[21926]: audit 2024-05-09T04:07:36.970404+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:37 smithi188 bash[21926]: audit 2024-05-09T04:07:36.970404+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:37 smithi188 bash[21926]: audit 2024-05-09T04:07:36.978598+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:37 smithi188 bash[21926]: audit 2024-05-09T04:07:36.978598+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:37 smithi160 bash[22291]: cluster 2024-05-09T04:07:36.625838+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:38.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:37 smithi160 bash[22291]: cluster 2024-05-09T04:07:36.625838+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:38.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:37 smithi160 bash[22291]: audit 2024-05-09T04:07:36.964371+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:37 smithi160 bash[22291]: audit 2024-05-09T04:07:36.964371+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:37 smithi160 bash[22291]: audit 2024-05-09T04:07:36.970404+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:37 smithi160 bash[22291]: audit 2024-05-09T04:07:36.970404+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:37 smithi160 bash[22291]: audit 2024-05-09T04:07:36.978598+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:37 smithi160 bash[22291]: audit 2024-05-09T04:07:36.978598+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:37 smithi037 bash[21462]: cluster 2024-05-09T04:07:36.625838+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:38.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:37 smithi037 bash[21462]: cluster 2024-05-09T04:07:36.625838+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:38.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:37 smithi037 bash[21462]: audit 2024-05-09T04:07:36.964371+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:37 smithi037 bash[21462]: audit 2024-05-09T04:07:36.964371+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:37 smithi037 bash[21462]: audit 2024-05-09T04:07:36.970404+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:37 smithi037 bash[21462]: audit 2024-05-09T04:07:36.970404+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:37 smithi037 bash[21462]: audit 2024-05-09T04:07:36.978598+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:38.131 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:37 smithi037 bash[21462]: audit 2024-05-09T04:07:36.978598+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:38 smithi188 bash[21926]: audit 2024-05-09T04:07:38.040906+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:07:39.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:38 smithi188 bash[21926]: audit 2024-05-09T04:07:38.040906+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:07:39.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:38 smithi188 bash[21926]: audit 2024-05-09T04:07:38.047077+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:07:39.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:38 smithi188 bash[21926]: audit 2024-05-09T04:07:38.047077+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:07:39.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:38 smithi188 bash[21926]: audit 2024-05-09T04:07:38.048939+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:07:39.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:38 smithi188 bash[21926]: audit 2024-05-09T04:07:38.048939+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:07:39.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:38 smithi188 bash[21926]: audit 2024-05-09T04:07:38.059658+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:38 smithi188 bash[21926]: audit 2024-05-09T04:07:38.059658+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:38 smithi188 bash[21926]: audit 2024-05-09T04:07:38.714181+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:38 smithi188 bash[21926]: audit 2024-05-09T04:07:38.714181+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:38 smithi188 bash[21926]: audit 2024-05-09T04:07:38.723356+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:38 smithi188 bash[21926]: audit 2024-05-09T04:07:38.723356+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:38 smithi188 bash[21926]: audit 2024-05-09T04:07:38.733486+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:38 smithi188 bash[21926]: audit 2024-05-09T04:07:38.733486+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:38 smithi160 bash[22291]: audit 2024-05-09T04:07:38.040906+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:07:39.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:38 smithi160 bash[22291]: audit 2024-05-09T04:07:38.040906+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:07:39.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:38 smithi160 bash[22291]: audit 2024-05-09T04:07:38.047077+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:07:39.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:38 smithi160 bash[22291]: audit 2024-05-09T04:07:38.047077+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:07:39.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:38 smithi160 bash[22291]: audit 2024-05-09T04:07:38.048939+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:07:39.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:38 smithi160 bash[22291]: audit 2024-05-09T04:07:38.048939+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:07:39.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:38 smithi160 bash[22291]: audit 2024-05-09T04:07:38.059658+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:38 smithi160 bash[22291]: audit 2024-05-09T04:07:38.059658+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:38 smithi160 bash[22291]: audit 2024-05-09T04:07:38.714181+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:38 smithi160 bash[22291]: audit 2024-05-09T04:07:38.714181+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:38 smithi160 bash[22291]: audit 2024-05-09T04:07:38.723356+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:38 smithi160 bash[22291]: audit 2024-05-09T04:07:38.723356+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:38 smithi160 bash[22291]: audit 2024-05-09T04:07:38.733486+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:38 smithi160 bash[22291]: audit 2024-05-09T04:07:38.733486+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:38 smithi037 bash[21462]: audit 2024-05-09T04:07:38.040906+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:07:39.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:38 smithi037 bash[21462]: audit 2024-05-09T04:07:38.040906+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:07:39.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:38 smithi037 bash[21462]: audit 2024-05-09T04:07:38.047077+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:07:39.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:38 smithi037 bash[21462]: audit 2024-05-09T04:07:38.047077+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:07:39.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:38 smithi037 bash[21462]: audit 2024-05-09T04:07:38.048939+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:07:39.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:38 smithi037 bash[21462]: audit 2024-05-09T04:07:38.048939+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:07:39.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:38 smithi037 bash[21462]: audit 2024-05-09T04:07:38.059658+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:38 smithi037 bash[21462]: audit 2024-05-09T04:07:38.059658+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:38 smithi037 bash[21462]: audit 2024-05-09T04:07:38.714181+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:38 smithi037 bash[21462]: audit 2024-05-09T04:07:38.714181+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:38 smithi037 bash[21462]: audit 2024-05-09T04:07:38.723356+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:38 smithi037 bash[21462]: audit 2024-05-09T04:07:38.723356+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:38 smithi037 bash[21462]: audit 2024-05-09T04:07:38.733486+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:39.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:38 smithi037 bash[21462]: audit 2024-05-09T04:07:38.733486+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:40.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:39 smithi188 bash[21926]: cluster 2024-05-09T04:07:38.626253+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:40.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:39 smithi188 bash[21926]: cluster 2024-05-09T04:07:38.626253+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:40.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:39 smithi160 bash[22291]: cluster 2024-05-09T04:07:38.626253+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:40.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:39 smithi160 bash[22291]: cluster 2024-05-09T04:07:38.626253+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:40.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:39 smithi037 bash[21462]: cluster 2024-05-09T04:07:38.626253+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:40.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:39 smithi037 bash[21462]: cluster 2024-05-09T04:07:38.626253+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:40.473 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:07:41.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:40 smithi037 bash[21462]: audit 2024-05-09T04:07:39.923419+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:40 smithi037 bash[21462]: audit 2024-05-09T04:07:39.923419+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:40 smithi037 bash[21462]: audit 2024-05-09T04:07:39.932705+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:40 smithi037 bash[21462]: audit 2024-05-09T04:07:39.932705+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:40 smithi037 bash[21462]: audit 2024-05-09T04:07:39.943219+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:40 smithi037 bash[21462]: audit 2024-05-09T04:07:39.943219+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:40 smithi037 bash[21462]: cluster 2024-05-09T04:07:40.626889+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:41.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:40 smithi037 bash[21462]: cluster 2024-05-09T04:07:40.626889+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:41.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:40 smithi188 bash[21926]: audit 2024-05-09T04:07:39.923419+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:40 smithi188 bash[21926]: audit 2024-05-09T04:07:39.923419+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:40 smithi188 bash[21926]: audit 2024-05-09T04:07:39.932705+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:40 smithi188 bash[21926]: audit 2024-05-09T04:07:39.932705+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:40 smithi188 bash[21926]: audit 2024-05-09T04:07:39.943219+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:40 smithi188 bash[21926]: audit 2024-05-09T04:07:39.943219+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:40 smithi188 bash[21926]: cluster 2024-05-09T04:07:40.626889+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:41.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:40 smithi188 bash[21926]: cluster 2024-05-09T04:07:40.626889+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:41.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:40 smithi160 bash[22291]: audit 2024-05-09T04:07:39.923419+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:40 smithi160 bash[22291]: audit 2024-05-09T04:07:39.923419+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:40 smithi160 bash[22291]: audit 2024-05-09T04:07:39.932705+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:40 smithi160 bash[22291]: audit 2024-05-09T04:07:39.932705+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:40 smithi160 bash[22291]: audit 2024-05-09T04:07:39.943219+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:40 smithi160 bash[22291]: audit 2024-05-09T04:07:39.943219+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:41.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:40 smithi160 bash[22291]: cluster 2024-05-09T04:07:40.626889+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:41.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:40 smithi160 bash[22291]: cluster 2024-05-09T04:07:40.626889+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:41.699 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:07:41.703 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2024-05-09T04:07:42.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:41 smithi037 bash[21462]: audit 2024-05-09T04:07:41.698746+0000 mgr.a (mgr.14152) 228 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:07:42.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:41 smithi037 bash[21462]: audit 2024-05-09T04:07:41.698746+0000 mgr.a (mgr.14152) 228 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:07:42.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:41 smithi188 bash[21926]: audit 2024-05-09T04:07:41.698746+0000 mgr.a (mgr.14152) 228 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:07:42.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:41 smithi188 bash[21926]: audit 2024-05-09T04:07:41.698746+0000 mgr.a (mgr.14152) 228 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:07:42.341 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":174,"stamp":"2024-05-09T04:07:40.626540+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"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":88136,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147320,"statfs":{"total":287985106944,"available":287894855680,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002865"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":126,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-05-09T04:06:41.179397+0000","last_change":"2024-05-09T04:06:40.160470+0000","last_active":"2024-05-09T04:06:41.179397+0000","last_peered":"2024-05-09T04:06:41.179397+0000","last_clean":"2024-05-09T04:06:41.179397+0000","last_became_active":"2024-05-09T04:06:40.159522+0000","last_became_peered":"2024-05-09T04:06:40.159522+0000","last_unstale":"2024-05-09T04:06:41.179397+0000","last_undegraded":"2024-05-09T04:06:41.179397+0000","last_fullsized":"2024-05-09T04:06:41.179397+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-05-09T04:06:39.139002+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-09T04:06:39.139002+0000","last_clean_scrub_stamp":"2024-05-09T04:06:39.139002+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"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-05-10T04:55:58.573082+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411344,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28032,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717120,"statfs":{"total":95995035648,"available":95966330880,"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":34359738404,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32132,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713020,"statfs":{"total":95995035648,"available":95962132480,"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":55834574874,"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,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-05-09T04:07:42.342 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph pg dump --format=json 2024-05-09T04:07:42.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:41 smithi160 bash[22291]: audit 2024-05-09T04:07:41.698746+0000 mgr.a (mgr.14152) 228 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:07:42.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:41 smithi160 bash[22291]: audit 2024-05-09T04:07:41.698746+0000 mgr.a (mgr.14152) 228 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:07:43.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:42 smithi188 bash[21926]: cluster 2024-05-09T04:07:42.627450+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:43.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:42 smithi188 bash[21926]: cluster 2024-05-09T04:07:42.627450+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:43.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:42 smithi160 bash[22291]: cluster 2024-05-09T04:07:42.627450+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:43.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:42 smithi160 bash[22291]: cluster 2024-05-09T04:07:42.627450+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:43.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:42 smithi037 bash[21462]: cluster 2024-05-09T04:07:42.627450+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:43.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:42 smithi037 bash[21462]: cluster 2024-05-09T04:07:42.627450+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:45.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:45 smithi037 bash[21462]: cluster 2024-05-09T04:07:44.627996+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:45.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:45 smithi037 bash[21462]: cluster 2024-05-09T04:07:44.627996+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:46.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:45 smithi188 bash[21926]: cluster 2024-05-09T04:07:44.627996+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:46.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:45 smithi188 bash[21926]: cluster 2024-05-09T04:07:44.627996+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:46.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:45 smithi160 bash[22291]: cluster 2024-05-09T04:07:44.627996+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:46.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:45 smithi160 bash[22291]: cluster 2024-05-09T04:07:44.627996+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:47.070 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:07:47.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:47 smithi037 bash[21462]: cluster 2024-05-09T04:07:46.628536+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:47.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:47 smithi037 bash[21462]: cluster 2024-05-09T04:07:46.628536+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:48.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:47 smithi188 bash[21926]: cluster 2024-05-09T04:07:46.628536+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:48.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:47 smithi188 bash[21926]: cluster 2024-05-09T04:07:46.628536+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:48.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:47 smithi160 bash[22291]: cluster 2024-05-09T04:07:46.628536+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:48.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:47 smithi160 bash[22291]: cluster 2024-05-09T04:07:46.628536+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:48.319 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:07:48.322 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2024-05-09T04:07:48.971 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":177,"stamp":"2024-05-09T04:07:46.628301+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"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":88136,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281147320,"statfs":{"total":287985106944,"available":287894855680,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003215"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":126,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-05-09T04:06:41.179397+0000","last_change":"2024-05-09T04:06:40.160470+0000","last_active":"2024-05-09T04:06:41.179397+0000","last_peered":"2024-05-09T04:06:41.179397+0000","last_clean":"2024-05-09T04:06:41.179397+0000","last_became_active":"2024-05-09T04:06:40.159522+0000","last_became_peered":"2024-05-09T04:06:40.159522+0000","last_unstale":"2024-05-09T04:06:41.179397+0000","last_undegraded":"2024-05-09T04:06:41.179397+0000","last_fullsized":"2024-05-09T04:06:41.179397+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-05-09T04:06:39.139002+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-05-09T04:06:39.139002+0000","last_clean_scrub_stamp":"2024-05-09T04:06:39.139002+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"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-05-10T04:55:58.573082+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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"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":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411345,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28032,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717120,"statfs":{"total":95995035648,"available":95966330880,"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":34359738405,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32132,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713020,"statfs":{"total":95995035648,"available":95962132480,"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":55834574875,"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,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-05-09T04:07:48.972 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-05-09T04:07:48.972 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-05-09T04:07:48.972 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-05-09T04:07:48.972 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- ceph health --format=json 2024-05-09T04:07:49.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:49 smithi037 bash[21462]: audit 2024-05-09T04:07:48.318665+0000 mgr.a (mgr.14152) 232 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:07:49.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:49 smithi037 bash[21462]: audit 2024-05-09T04:07:48.318665+0000 mgr.a (mgr.14152) 232 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:07:49.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:49 smithi037 bash[21462]: cluster 2024-05-09T04:07:48.629103+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:49.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:49 smithi037 bash[21462]: cluster 2024-05-09T04:07:48.629103+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:50.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:49 smithi188 bash[21926]: audit 2024-05-09T04:07:48.318665+0000 mgr.a (mgr.14152) 232 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:07:50.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:49 smithi188 bash[21926]: audit 2024-05-09T04:07:48.318665+0000 mgr.a (mgr.14152) 232 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:07:50.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:49 smithi188 bash[21926]: cluster 2024-05-09T04:07:48.629103+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:50.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:49 smithi188 bash[21926]: cluster 2024-05-09T04:07:48.629103+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:50.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:49 smithi160 bash[22291]: audit 2024-05-09T04:07:48.318665+0000 mgr.a (mgr.14152) 232 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:07:50.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:49 smithi160 bash[22291]: audit 2024-05-09T04:07:48.318665+0000 mgr.a (mgr.14152) 232 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:07:50.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:49 smithi160 bash[22291]: cluster 2024-05-09T04:07:48.629103+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:50.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:49 smithi160 bash[22291]: cluster 2024-05-09T04:07:48.629103+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:52.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:51 smithi188 bash[21926]: cluster 2024-05-09T04:07:50.629603+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:52.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:51 smithi188 bash[21926]: cluster 2024-05-09T04:07:50.629603+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:52.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:51 smithi160 bash[22291]: cluster 2024-05-09T04:07:50.629603+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:52.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:51 smithi160 bash[22291]: cluster 2024-05-09T04:07:50.629603+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:52.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:51 smithi037 bash[21462]: cluster 2024-05-09T04:07:50.629603+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:52.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:51 smithi037 bash[21462]: cluster 2024-05-09T04:07:50.629603+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:53.697 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:07:53.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:53 smithi160 bash[22291]: cluster 2024-05-09T04:07:52.630129+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:53.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:53 smithi160 bash[22291]: cluster 2024-05-09T04:07:52.630129+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:53.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:53 smithi037 bash[21462]: cluster 2024-05-09T04:07:52.630129+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:53.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:53 smithi037 bash[21462]: cluster 2024-05-09T04:07:52.630129+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:54.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:53 smithi188 bash[21926]: cluster 2024-05-09T04:07:52.630129+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:54.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:53 smithi188 bash[21926]: cluster 2024-05-09T04:07:52.630129+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:55.525 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:07:55.526 INFO:teuthology.orchestra.run.smithi037.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-05-09T04:07:55.978 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:55 smithi037 bash[21462]: cluster 2024-05-09T04:07:54.630687+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:55.978 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:55 smithi037 bash[21462]: cluster 2024-05-09T04:07:54.630687+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:55.979 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:55 smithi037 bash[21462]: audit 2024-05-09T04:07:55.526245+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.37:0/3413043293' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-09T04:07:55.979 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:55 smithi037 bash[21462]: audit 2024-05-09T04:07:55.526245+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.37:0/3413043293' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-09T04:07:56.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:55 smithi188 bash[21926]: cluster 2024-05-09T04:07:54.630687+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:56.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:55 smithi188 bash[21926]: cluster 2024-05-09T04:07:54.630687+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:56.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:55 smithi188 bash[21926]: audit 2024-05-09T04:07:55.526245+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.37:0/3413043293' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-09T04:07:56.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:55 smithi188 bash[21926]: audit 2024-05-09T04:07:55.526245+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.37:0/3413043293' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-09T04:07:56.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:55 smithi160 bash[22291]: cluster 2024-05-09T04:07:54.630687+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:56.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:55 smithi160 bash[22291]: cluster 2024-05-09T04:07:54.630687+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:56.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:55 smithi160 bash[22291]: audit 2024-05-09T04:07:55.526245+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.37:0/3413043293' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-09T04:07:56.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:55 smithi160 bash[22291]: audit 2024-05-09T04:07:55.526245+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.37:0/3413043293' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-05-09T04:07:56.496 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-05-09T04:07:56.497 INFO:tasks.cephadm:Setup complete, yielding 2024-05-09T04:07:56.497 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-05-09T04:07:56.511 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi037.front.sepia.ceph.com 2024-05-09T04:07:56.512 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c66c553a84eb9faa0029f5f0bb8284e3a826ac85 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 -- bash -c 'set -e 2024-05-09T04:07:56.512 DEBUG:teuthology.orchestra.run.smithi037:> set -x 2024-05-09T04:07:56.512 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch apply node-exporter 2024-05-09T04:07:56.512 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch apply grafana 2024-05-09T04:07:56.512 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch apply alertmanager 2024-05-09T04:07:56.513 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch apply prometheus 2024-05-09T04:07:56.513 DEBUG:teuthology.orchestra.run.smithi037:> sleep 240 2024-05-09T04:07:56.513 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch ls 2024-05-09T04:07:56.513 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch ps 2024-05-09T04:07:56.513 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch host ls 2024-05-09T04:07:56.513 DEBUG:teuthology.orchestra.run.smithi037:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-05-09T04:07:56.513 DEBUG:teuthology.orchestra.run.smithi037:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-05-09T04:07:56.514 DEBUG:teuthology.orchestra.run.smithi037:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-05-09T04:07:56.514 DEBUG:teuthology.orchestra.run.smithi037:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-05-09T04:07:56.514 DEBUG:teuthology.orchestra.run.smithi037:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-05-09T04:07:56.514 DEBUG:teuthology.orchestra.run.smithi037:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-05-09T04:07:56.514 DEBUG:teuthology.orchestra.run.smithi037:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-05-09T04:07:56.514 DEBUG:teuthology.orchestra.run.smithi037:> # check each host node-exporter metrics endpoint is responsive 2024-05-09T04:07:56.514 DEBUG:teuthology.orchestra.run.smithi037:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-05-09T04:07:56.514 DEBUG:teuthology.orchestra.run.smithi037:> for ip in $ALL_HOST_IPS; do 2024-05-09T04:07:56.515 DEBUG:teuthology.orchestra.run.smithi037:> curl -s http://${ip}:9100/metric 2024-05-09T04:07:56.515 DEBUG:teuthology.orchestra.run.smithi037:> done 2024-05-09T04:07:56.515 DEBUG:teuthology.orchestra.run.smithi037:> # check grafana endpoints are responsive and database health is okay 2024-05-09T04:07:56.515 DEBUG:teuthology.orchestra.run.smithi037:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-05-09T04:07:56.515 DEBUG:teuthology.orchestra.run.smithi037:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-05-09T04:07:56.515 DEBUG:teuthology.orchestra.run.smithi037:> # stop mon daemon in order to trigger an alert 2024-05-09T04:07:56.515 DEBUG:teuthology.orchestra.run.smithi037:> ceph orch daemon stop $MON_DAEMON 2024-05-09T04:07:56.515 DEBUG:teuthology.orchestra.run.smithi037:> sleep 120 2024-05-09T04:07:56.516 DEBUG:teuthology.orchestra.run.smithi037:> # check prometheus endpoints are responsive and mon down alert is firing 2024-05-09T04:07:56.516 DEBUG:teuthology.orchestra.run.smithi037:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-05-09T04:07:56.516 DEBUG:teuthology.orchestra.run.smithi037:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-05-09T04:07:56.516 DEBUG:teuthology.orchestra.run.smithi037:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-05-09T04:07:56.516 DEBUG:teuthology.orchestra.run.smithi037:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-05-09T04:07:56.516 DEBUG:teuthology.orchestra.run.smithi037:> # check alertmanager endpoints are responsive and mon down alert is active 2024-05-09T04:07:56.516 DEBUG:teuthology.orchestra.run.smithi037:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-05-09T04:07:56.516 DEBUG:teuthology.orchestra.run.smithi037:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-05-09T04:07:56.517 DEBUG:teuthology.orchestra.run.smithi037:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-05-09T04:07:56.517 DEBUG:teuthology.orchestra.run.smithi037:> ' 2024-05-09T04:07:57.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:57 smithi037 bash[21462]: cluster 2024-05-09T04:07:56.631199+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:57.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:57 smithi037 bash[21462]: cluster 2024-05-09T04:07:56.631199+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:57.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:57 smithi037 bash[21462]: audit 2024-05-09T04:07:57.168153+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:57.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:57 smithi037 bash[21462]: audit 2024-05-09T04:07:57.168153+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:57.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:57 smithi037 bash[21462]: audit 2024-05-09T04:07:57.174582+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:57.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:57 smithi037 bash[21462]: audit 2024-05-09T04:07:57.174582+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:57.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:57 smithi037 bash[21462]: audit 2024-05-09T04:07:57.181567+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:57.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:57 smithi037 bash[21462]: audit 2024-05-09T04:07:57.181567+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:58.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:57 smithi188 bash[21926]: cluster 2024-05-09T04:07:56.631199+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:58.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:57 smithi188 bash[21926]: cluster 2024-05-09T04:07:56.631199+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:58.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:57 smithi188 bash[21926]: audit 2024-05-09T04:07:57.168153+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:58.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:57 smithi188 bash[21926]: audit 2024-05-09T04:07:57.168153+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:58.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:57 smithi188 bash[21926]: audit 2024-05-09T04:07:57.174582+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:58.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:57 smithi188 bash[21926]: audit 2024-05-09T04:07:57.174582+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:58.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:57 smithi188 bash[21926]: audit 2024-05-09T04:07:57.181567+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:58.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:57 smithi188 bash[21926]: audit 2024-05-09T04:07:57.181567+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:58.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:57 smithi160 bash[22291]: cluster 2024-05-09T04:07:56.631199+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:58.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:57 smithi160 bash[22291]: cluster 2024-05-09T04:07:56.631199+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:07:58.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:57 smithi160 bash[22291]: audit 2024-05-09T04:07:57.168153+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:58.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:57 smithi160 bash[22291]: audit 2024-05-09T04:07:57.168153+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:58.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:57 smithi160 bash[22291]: audit 2024-05-09T04:07:57.174582+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:58.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:57 smithi160 bash[22291]: audit 2024-05-09T04:07:57.174582+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:58.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:57 smithi160 bash[22291]: audit 2024-05-09T04:07:57.181567+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:07:58.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:57 smithi160 bash[22291]: audit 2024-05-09T04:07:57.181567+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:59 smithi188 bash[21926]: cluster 2024-05-09T04:07:58.631749+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:00.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:59 smithi188 bash[21926]: cluster 2024-05-09T04:07:58.631749+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:00.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:59 smithi188 bash[21926]: audit 2024-05-09T04:07:58.882032+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:59 smithi188 bash[21926]: audit 2024-05-09T04:07:58.882032+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:59 smithi188 bash[21926]: audit 2024-05-09T04:07:58.886636+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:59 smithi188 bash[21926]: audit 2024-05-09T04:07:58.886636+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:59 smithi188 bash[21926]: audit 2024-05-09T04:07:58.901064+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:07:59 smithi188 bash[21926]: audit 2024-05-09T04:07:58.901064+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:59 smithi160 bash[22291]: cluster 2024-05-09T04:07:58.631749+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:59 smithi160 bash[22291]: cluster 2024-05-09T04:07:58.631749+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:59 smithi160 bash[22291]: audit 2024-05-09T04:07:58.882032+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:59 smithi160 bash[22291]: audit 2024-05-09T04:07:58.882032+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:59 smithi160 bash[22291]: audit 2024-05-09T04:07:58.886636+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:59 smithi160 bash[22291]: audit 2024-05-09T04:07:58.886636+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:59 smithi160 bash[22291]: audit 2024-05-09T04:07:58.901064+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:07:59 smithi160 bash[22291]: audit 2024-05-09T04:07:58.901064+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:59 smithi037 bash[21462]: cluster 2024-05-09T04:07:58.631749+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:00.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:59 smithi037 bash[21462]: cluster 2024-05-09T04:07:58.631749+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:00.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:59 smithi037 bash[21462]: audit 2024-05-09T04:07:58.882032+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:59 smithi037 bash[21462]: audit 2024-05-09T04:07:58.882032+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:59 smithi037 bash[21462]: audit 2024-05-09T04:07:58.886636+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:59 smithi037 bash[21462]: audit 2024-05-09T04:07:58.886636+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:59 smithi037 bash[21462]: audit 2024-05-09T04:07:58.901064+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:07:59 smithi037 bash[21462]: audit 2024-05-09T04:07:58.901064+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:00.853 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/mon.a/config 2024-05-09T04:08:01.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:01 smithi037 bash[21462]: audit 2024-05-09T04:08:00.148281+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:01 smithi037 bash[21462]: audit 2024-05-09T04:08:00.148281+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:01 smithi037 bash[21462]: audit 2024-05-09T04:08:00.157663+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:01 smithi037 bash[21462]: audit 2024-05-09T04:08:00.157663+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:01 smithi037 bash[21462]: audit 2024-05-09T04:08:00.168824+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:01 smithi037 bash[21462]: audit 2024-05-09T04:08:00.168824+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:01 smithi037 bash[21462]: cluster 2024-05-09T04:08:00.632289+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:01.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:01 smithi037 bash[21462]: cluster 2024-05-09T04:08:00.632289+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:01.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:01 smithi188 bash[21926]: audit 2024-05-09T04:08:00.148281+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:01 smithi188 bash[21926]: audit 2024-05-09T04:08:00.148281+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:01 smithi188 bash[21926]: audit 2024-05-09T04:08:00.157663+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:01 smithi188 bash[21926]: audit 2024-05-09T04:08:00.157663+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:01 smithi188 bash[21926]: audit 2024-05-09T04:08:00.168824+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:01 smithi188 bash[21926]: audit 2024-05-09T04:08:00.168824+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:01 smithi188 bash[21926]: cluster 2024-05-09T04:08:00.632289+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:01.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:01 smithi188 bash[21926]: cluster 2024-05-09T04:08:00.632289+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:01.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:01 smithi160 bash[22291]: audit 2024-05-09T04:08:00.148281+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:01 smithi160 bash[22291]: audit 2024-05-09T04:08:00.148281+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:01 smithi160 bash[22291]: audit 2024-05-09T04:08:00.157663+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:01 smithi160 bash[22291]: audit 2024-05-09T04:08:00.157663+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:01 smithi160 bash[22291]: audit 2024-05-09T04:08:00.168824+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:01 smithi160 bash[22291]: audit 2024-05-09T04:08:00.168824+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:01.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:01 smithi160 bash[22291]: cluster 2024-05-09T04:08:00.632289+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:01.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:01 smithi160 bash[22291]: cluster 2024-05-09T04:08:00.632289+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:01.688 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch apply node-exporter 2024-05-09T04:08:02.061 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled node-exporter update... 2024-05-09T04:08:02.074 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch apply grafana 2024-05-09T04:08:02.457 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled grafana update... 2024-05-09T04:08:02.471 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch apply alertmanager 2024-05-09T04:08:02.828 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled alertmanager update... 2024-05-09T04:08:02.836 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:02 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:02.837 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:08:02 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:02.837 INFO:journalctl@ceph.osd.0.smithi037.stdout:May 09 04:08:02 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:02.843 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch apply prometheus 2024-05-09T04:08:03.092 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:08:02 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:03.093 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:02 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:03.093 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.053193+0000 mgr.a (mgr.14152) 240 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.093 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.053193+0000 mgr.a (mgr.14152) 240 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.093 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: cephadm 2024-05-09T04:08:02.054280+0000 mgr.a (mgr.14152) 241 : cephadm [INF] Saving service node-exporter spec with placement * 2024-05-09T04:08:03.093 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: cephadm 2024-05-09T04:08:02.054280+0000 mgr.a (mgr.14152) 241 : cephadm [INF] Saving service node-exporter spec with placement * 2024-05-09T04:08:03.093 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.061217+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.093 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.061217+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.093 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.089270+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:03.093 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.089270+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:03.093 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.092408+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:03.094 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.092408+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:03.094 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.093390+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:03.094 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.093390+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:03.094 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.099073+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.094 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.099073+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.094 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: cephadm 2024-05-09T04:08:02.101089+0000 mgr.a (mgr.14152) 242 : cephadm [INF] Deploying daemon node-exporter.smithi037 on smithi037 2024-05-09T04:08:03.094 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: cephadm 2024-05-09T04:08:02.101089+0000 mgr.a (mgr.14152) 242 : cephadm [INF] Deploying daemon node-exporter.smithi037 on smithi037 2024-05-09T04:08:03.094 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.451284+0000 mgr.a (mgr.14152) 243 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.094 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.451284+0000 mgr.a (mgr.14152) 243 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.094 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: cephadm 2024-05-09T04:08:02.453457+0000 mgr.a (mgr.14152) 244 : cephadm [INF] Saving service grafana spec with placement count:1 2024-05-09T04:08:03.094 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: cephadm 2024-05-09T04:08:02.453457+0000 mgr.a (mgr.14152) 244 : cephadm [INF] Saving service grafana spec with placement count:1 2024-05-09T04:08:03.094 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.457661+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.095 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.457661+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.095 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: cluster 2024-05-09T04:08:02.632888+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:03.095 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: cluster 2024-05-09T04:08:02.632888+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:03.095 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.822514+0000 mgr.a (mgr.14152) 246 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.095 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.822514+0000 mgr.a (mgr.14152) 246 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.095 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: cephadm 2024-05-09T04:08:02.824048+0000 mgr.a (mgr.14152) 247 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-05-09T04:08:03.095 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: cephadm 2024-05-09T04:08:02.824048+0000 mgr.a (mgr.14152) 247 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-05-09T04:08:03.095 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.829233+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.095 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:03 smithi037 bash[21462]: audit 2024-05-09T04:08:02.829233+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.095 INFO:journalctl@ceph.osd.0.smithi037.stdout:May 09 04:08:02 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:03.217 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled prometheus update... 2024-05-09T04:08:03.231 INFO:teuthology.orchestra.run.smithi037.stderr:+ sleep 240 2024-05-09T04:08:03.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.053193+0000 mgr.a (mgr.14152) 240 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.053193+0000 mgr.a (mgr.14152) 240 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: cephadm 2024-05-09T04:08:02.054280+0000 mgr.a (mgr.14152) 241 : cephadm [INF] Saving service node-exporter spec with placement * 2024-05-09T04:08:03.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: cephadm 2024-05-09T04:08:02.054280+0000 mgr.a (mgr.14152) 241 : cephadm [INF] Saving service node-exporter spec with placement * 2024-05-09T04:08:03.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.061217+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.061217+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.089270+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:03.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.089270+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:03.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.092408+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:03.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.092408+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:03.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.093390+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:03.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.093390+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:03.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.099073+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.099073+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: cephadm 2024-05-09T04:08:02.101089+0000 mgr.a (mgr.14152) 242 : cephadm [INF] Deploying daemon node-exporter.smithi037 on smithi037 2024-05-09T04:08:03.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: cephadm 2024-05-09T04:08:02.101089+0000 mgr.a (mgr.14152) 242 : cephadm [INF] Deploying daemon node-exporter.smithi037 on smithi037 2024-05-09T04:08:03.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.451284+0000 mgr.a (mgr.14152) 243 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.451284+0000 mgr.a (mgr.14152) 243 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: cephadm 2024-05-09T04:08:02.453457+0000 mgr.a (mgr.14152) 244 : cephadm [INF] Saving service grafana spec with placement count:1 2024-05-09T04:08:03.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: cephadm 2024-05-09T04:08:02.453457+0000 mgr.a (mgr.14152) 244 : cephadm [INF] Saving service grafana spec with placement count:1 2024-05-09T04:08:03.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.457661+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.457661+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.356 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: cluster 2024-05-09T04:08:02.632888+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:03.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: cluster 2024-05-09T04:08:02.632888+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:03.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.822514+0000 mgr.a (mgr.14152) 246 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.822514+0000 mgr.a (mgr.14152) 246 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: cephadm 2024-05-09T04:08:02.824048+0000 mgr.a (mgr.14152) 247 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-05-09T04:08:03.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: cephadm 2024-05-09T04:08:02.824048+0000 mgr.a (mgr.14152) 247 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-05-09T04:08:03.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.829233+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.357 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 bash[22291]: audit 2024-05-09T04:08:02.829233+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.053193+0000 mgr.a (mgr.14152) 240 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.053193+0000 mgr.a (mgr.14152) 240 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: cephadm 2024-05-09T04:08:02.054280+0000 mgr.a (mgr.14152) 241 : cephadm [INF] Saving service node-exporter spec with placement * 2024-05-09T04:08:03.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: cephadm 2024-05-09T04:08:02.054280+0000 mgr.a (mgr.14152) 241 : cephadm [INF] Saving service node-exporter spec with placement * 2024-05-09T04:08:03.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.061217+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.061217+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.089270+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:03.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.089270+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:03.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.092408+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:03.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.092408+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:03.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.093390+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:03.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.093390+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:03.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.099073+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.099073+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: cephadm 2024-05-09T04:08:02.101089+0000 mgr.a (mgr.14152) 242 : cephadm [INF] Deploying daemon node-exporter.smithi037 on smithi037 2024-05-09T04:08:03.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: cephadm 2024-05-09T04:08:02.101089+0000 mgr.a (mgr.14152) 242 : cephadm [INF] Deploying daemon node-exporter.smithi037 on smithi037 2024-05-09T04:08:03.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.451284+0000 mgr.a (mgr.14152) 243 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.451284+0000 mgr.a (mgr.14152) 243 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: cephadm 2024-05-09T04:08:02.453457+0000 mgr.a (mgr.14152) 244 : cephadm [INF] Saving service grafana spec with placement count:1 2024-05-09T04:08:03.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: cephadm 2024-05-09T04:08:02.453457+0000 mgr.a (mgr.14152) 244 : cephadm [INF] Saving service grafana spec with placement count:1 2024-05-09T04:08:03.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.457661+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.457661+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: cluster 2024-05-09T04:08:02.632888+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:03.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: cluster 2024-05-09T04:08:02.632888+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:03.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.822514+0000 mgr.a (mgr.14152) 246 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.822514+0000 mgr.a (mgr.14152) 246 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:03.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: cephadm 2024-05-09T04:08:02.824048+0000 mgr.a (mgr.14152) 247 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-05-09T04:08:03.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: cephadm 2024-05-09T04:08:02.824048+0000 mgr.a (mgr.14152) 247 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-05-09T04:08:03.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.829233+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:03.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:03 smithi188 bash[21926]: audit 2024-05-09T04:08:02.829233+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.194 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:08:03 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:04.194 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:08:04 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:04.194 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 09 04:08:03 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:04.195 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 09 04:08:04 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:04.195 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:03 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:04.195 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:04 smithi160 bash[22291]: audit 2024-05-09T04:08:03.095800+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.195 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:04 smithi160 bash[22291]: audit 2024-05-09T04:08:03.095800+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.195 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:04 smithi160 bash[22291]: audit 2024-05-09T04:08:03.100403+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.195 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:04 smithi160 bash[22291]: audit 2024-05-09T04:08:03.100403+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.195 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:04 smithi160 bash[22291]: audit 2024-05-09T04:08:03.119325+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.195 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:04 smithi160 bash[22291]: audit 2024-05-09T04:08:03.119325+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.195 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:04 smithi160 bash[22291]: cephadm 2024-05-09T04:08:03.120040+0000 mgr.a (mgr.14152) 248 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-05-09T04:08:04.195 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:04 smithi160 bash[22291]: cephadm 2024-05-09T04:08:03.120040+0000 mgr.a (mgr.14152) 248 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-05-09T04:08:04.195 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:04 smithi160 bash[22291]: audit 2024-05-09T04:08:03.210837+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:04.196 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:04 smithi160 bash[22291]: audit 2024-05-09T04:08:03.210837+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:04.196 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:04 smithi160 bash[22291]: cephadm 2024-05-09T04:08:03.212267+0000 mgr.a (mgr.14152) 250 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-05-09T04:08:04.196 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:04 smithi160 bash[22291]: cephadm 2024-05-09T04:08:03.212267+0000 mgr.a (mgr.14152) 250 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-05-09T04:08:04.196 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:04 smithi160 bash[22291]: audit 2024-05-09T04:08:03.217312+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.196 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:04 smithi160 bash[22291]: audit 2024-05-09T04:08:03.217312+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.196 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:04 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:04.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:04 smithi037 bash[21462]: audit 2024-05-09T04:08:03.095800+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:04 smithi037 bash[21462]: audit 2024-05-09T04:08:03.095800+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:04 smithi037 bash[21462]: audit 2024-05-09T04:08:03.100403+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:04 smithi037 bash[21462]: audit 2024-05-09T04:08:03.100403+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:04 smithi037 bash[21462]: audit 2024-05-09T04:08:03.119325+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:04 smithi037 bash[21462]: audit 2024-05-09T04:08:03.119325+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:04 smithi037 bash[21462]: cephadm 2024-05-09T04:08:03.120040+0000 mgr.a (mgr.14152) 248 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-05-09T04:08:04.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:04 smithi037 bash[21462]: cephadm 2024-05-09T04:08:03.120040+0000 mgr.a (mgr.14152) 248 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-05-09T04:08:04.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:04 smithi037 bash[21462]: audit 2024-05-09T04:08:03.210837+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:04.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:04 smithi037 bash[21462]: audit 2024-05-09T04:08:03.210837+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:04.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:04 smithi037 bash[21462]: cephadm 2024-05-09T04:08:03.212267+0000 mgr.a (mgr.14152) 250 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-05-09T04:08:04.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:04 smithi037 bash[21462]: cephadm 2024-05-09T04:08:03.212267+0000 mgr.a (mgr.14152) 250 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-05-09T04:08:04.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:04 smithi037 bash[21462]: audit 2024-05-09T04:08:03.217312+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:04 smithi037 bash[21462]: audit 2024-05-09T04:08:03.217312+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:04 smithi188 bash[21926]: audit 2024-05-09T04:08:03.095800+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:04 smithi188 bash[21926]: audit 2024-05-09T04:08:03.095800+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:04 smithi188 bash[21926]: audit 2024-05-09T04:08:03.100403+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:04 smithi188 bash[21926]: audit 2024-05-09T04:08:03.100403+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:04 smithi188 bash[21926]: audit 2024-05-09T04:08:03.119325+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:04 smithi188 bash[21926]: audit 2024-05-09T04:08:03.119325+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:04 smithi188 bash[21926]: cephadm 2024-05-09T04:08:03.120040+0000 mgr.a (mgr.14152) 248 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-05-09T04:08:04.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:04 smithi188 bash[21926]: cephadm 2024-05-09T04:08:03.120040+0000 mgr.a (mgr.14152) 248 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-05-09T04:08:04.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:04 smithi188 bash[21926]: audit 2024-05-09T04:08:03.210837+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:04.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:04 smithi188 bash[21926]: audit 2024-05-09T04:08:03.210837+0000 mgr.a (mgr.14152) 249 : audit [DBG] from='client.14385 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:08:04.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:04 smithi188 bash[21926]: cephadm 2024-05-09T04:08:03.212267+0000 mgr.a (mgr.14152) 250 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-05-09T04:08:04.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:04 smithi188 bash[21926]: cephadm 2024-05-09T04:08:03.212267+0000 mgr.a (mgr.14152) 250 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-05-09T04:08:04.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:04 smithi188 bash[21926]: audit 2024-05-09T04:08:03.217312+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:04.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:04 smithi188 bash[21926]: audit 2024-05-09T04:08:03.217312+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.368 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:05 smithi188 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:05.368 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:05 smithi188 bash[21926]: audit 2024-05-09T04:08:04.240114+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.368 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:05 smithi188 bash[21926]: audit 2024-05-09T04:08:04.240114+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.368 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:05 smithi188 bash[21926]: audit 2024-05-09T04:08:04.250791+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.368 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:05 smithi188 bash[21926]: audit 2024-05-09T04:08:04.250791+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.369 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:05 smithi188 bash[21926]: audit 2024-05-09T04:08:04.293326+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.369 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:05 smithi188 bash[21926]: audit 2024-05-09T04:08:04.293326+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.369 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:05 smithi188 bash[21926]: cephadm 2024-05-09T04:08:04.295118+0000 mgr.a (mgr.14152) 251 : cephadm [INF] Deploying daemon node-exporter.smithi188 on smithi188 2024-05-09T04:08:05.369 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:05 smithi188 bash[21926]: cephadm 2024-05-09T04:08:04.295118+0000 mgr.a (mgr.14152) 251 : cephadm [INF] Deploying daemon node-exporter.smithi188 on smithi188 2024-05-09T04:08:05.369 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:05 smithi188 bash[21926]: cluster 2024-05-09T04:08:04.633412+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:05.369 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:05 smithi188 bash[21926]: cluster 2024-05-09T04:08:04.633412+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:05.369 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:05 smithi188 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:05.369 INFO:journalctl@ceph.osd.2.smithi188.stdout:May 09 04:08:05 smithi188 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:05.369 INFO:journalctl@ceph.osd.2.smithi188.stdout:May 09 04:08:05 smithi188 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:05.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:05 smithi037 bash[21462]: audit 2024-05-09T04:08:04.240114+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:05 smithi037 bash[21462]: audit 2024-05-09T04:08:04.240114+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:05 smithi037 bash[21462]: audit 2024-05-09T04:08:04.250791+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:05 smithi037 bash[21462]: audit 2024-05-09T04:08:04.250791+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:05 smithi037 bash[21462]: audit 2024-05-09T04:08:04.293326+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:05 smithi037 bash[21462]: audit 2024-05-09T04:08:04.293326+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:05 smithi037 bash[21462]: cephadm 2024-05-09T04:08:04.295118+0000 mgr.a (mgr.14152) 251 : cephadm [INF] Deploying daemon node-exporter.smithi188 on smithi188 2024-05-09T04:08:05.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:05 smithi037 bash[21462]: cephadm 2024-05-09T04:08:04.295118+0000 mgr.a (mgr.14152) 251 : cephadm [INF] Deploying daemon node-exporter.smithi188 on smithi188 2024-05-09T04:08:05.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:05 smithi037 bash[21462]: cluster 2024-05-09T04:08:04.633412+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:05.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:05 smithi037 bash[21462]: cluster 2024-05-09T04:08:04.633412+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:05.584 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:05 smithi160 bash[22291]: audit 2024-05-09T04:08:04.240114+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.584 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:05 smithi160 bash[22291]: audit 2024-05-09T04:08:04.240114+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.584 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:05 smithi160 bash[22291]: audit 2024-05-09T04:08:04.250791+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.584 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:05 smithi160 bash[22291]: audit 2024-05-09T04:08:04.250791+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.584 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:05 smithi160 bash[22291]: audit 2024-05-09T04:08:04.293326+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.584 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:05 smithi160 bash[22291]: audit 2024-05-09T04:08:04.293326+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:05.584 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:05 smithi160 bash[22291]: cephadm 2024-05-09T04:08:04.295118+0000 mgr.a (mgr.14152) 251 : cephadm [INF] Deploying daemon node-exporter.smithi188 on smithi188 2024-05-09T04:08:05.584 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:05 smithi160 bash[22291]: cephadm 2024-05-09T04:08:04.295118+0000 mgr.a (mgr.14152) 251 : cephadm [INF] Deploying daemon node-exporter.smithi188 on smithi188 2024-05-09T04:08:05.584 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:05 smithi160 bash[22291]: cluster 2024-05-09T04:08:04.633412+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:05.585 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:05 smithi160 bash[22291]: cluster 2024-05-09T04:08:04.633412+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:06.585 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.414984+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.585 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.414984+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.585 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.424563+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.585 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.424563+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.585 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.468201+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.585 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.468201+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.585 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.475237+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.586 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.475237+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.586 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.575127+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:06.586 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.575127+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:06.586 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.578405+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:06.586 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.578405+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:06.586 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.579340+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:06.586 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.579340+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:06.586 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.585892+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.586 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.585892+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.586 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: cephadm 2024-05-09T04:08:05.586522+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:08:06.586 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: cephadm 2024-05-09T04:08:05.586522+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:08:06.586 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.685829+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:06.586 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.685829+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:06.586 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.688592+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:06.587 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.688592+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:06.587 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.689321+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:06.587 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.689321+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:06.587 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.695792+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.587 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: audit 2024-05-09T04:08:05.695792+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.587 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: cephadm 2024-05-09T04:08:05.696268+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:08:06.587 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:06 smithi160 bash[22291]: cephadm 2024-05-09T04:08:05.696268+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:08:06.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.414984+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.414984+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.424563+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.424563+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.468201+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.468201+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.475237+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.475237+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.575127+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:06.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.575127+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:06.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.578405+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:06.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.578405+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:06.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.579340+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:06.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.579340+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:06.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.585892+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.585892+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: cephadm 2024-05-09T04:08:05.586522+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:08:06.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: cephadm 2024-05-09T04:08:05.586522+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:08:06.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.685829+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:06.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.685829+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:06.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.688592+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:06.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.688592+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:06.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.689321+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:06.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.689321+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:06.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.695792+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: audit 2024-05-09T04:08:05.695792+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: cephadm 2024-05-09T04:08:05.696268+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:08:06.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:06 smithi037 bash[21462]: cephadm 2024-05-09T04:08:05.696268+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:08:06.708 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.414984+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.708 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.414984+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.708 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.424563+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.708 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.424563+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.708 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.468201+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.708 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.468201+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.708 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.475237+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.708 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.475237+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.708 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.575127+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:06.708 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.575127+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:06.708 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.578405+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:06.708 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.578405+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:06.708 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.579340+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:06.709 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.579340+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:06.709 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.585892+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.709 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.585892+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.709 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: cephadm 2024-05-09T04:08:05.586522+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:08:06.709 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: cephadm 2024-05-09T04:08:05.586522+0000 mgr.a (mgr.14152) 253 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:08:06.709 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.685829+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:06.709 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.685829+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:06.709 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.688592+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:06.709 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.688592+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:06.709 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.689321+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:06.709 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.689321+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:06.709 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.695792+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.709 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: audit 2024-05-09T04:08:05.695792+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:06.709 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: cephadm 2024-05-09T04:08:05.696268+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:08:06.709 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:06 smithi188 bash[21926]: cephadm 2024-05-09T04:08:05.696268+0000 mgr.a (mgr.14152) 254 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:08:07.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:07 smithi037 bash[21462]: cluster 2024-05-09T04:08:06.633975+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:07.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:07 smithi037 bash[21462]: cluster 2024-05-09T04:08:06.633975+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:07.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:07 smithi160 bash[22291]: cluster 2024-05-09T04:08:06.633975+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:07.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:07 smithi160 bash[22291]: cluster 2024-05-09T04:08:06.633975+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:07.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:07 smithi188 bash[21926]: cluster 2024-05-09T04:08:06.633975+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:07.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:07 smithi188 bash[21926]: cluster 2024-05-09T04:08:06.633975+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:09.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:09 smithi037 bash[21462]: cluster 2024-05-09T04:08:08.634570+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:09.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:09 smithi037 bash[21462]: cluster 2024-05-09T04:08:08.634570+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:10.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:09 smithi188 bash[21926]: cluster 2024-05-09T04:08:08.634570+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:10.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:09 smithi188 bash[21926]: cluster 2024-05-09T04:08:08.634570+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:10.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:09 smithi160 bash[22291]: cluster 2024-05-09T04:08:08.634570+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:10.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:09 smithi160 bash[22291]: cluster 2024-05-09T04:08:08.634570+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:10.908 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:10 smithi188 bash[21926]: audit 2024-05-09T04:08:09.727877+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:10.908 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:10 smithi188 bash[21926]: audit 2024-05-09T04:08:09.727877+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:10.998 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:10 smithi037 bash[21462]: audit 2024-05-09T04:08:09.727877+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:10.998 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:10 smithi037 bash[21462]: audit 2024-05-09T04:08:09.727877+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:11.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:10 smithi160 bash[22291]: audit 2024-05-09T04:08:09.727877+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:11.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:10 smithi160 bash[22291]: audit 2024-05-09T04:08:09.727877+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:12.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:11 smithi188 bash[21926]: cluster 2024-05-09T04:08:10.635224+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:12.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:11 smithi188 bash[21926]: cluster 2024-05-09T04:08:10.635224+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:12.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:11 smithi188 bash[21926]: audit 2024-05-09T04:08:10.996906+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:12.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:11 smithi188 bash[21926]: audit 2024-05-09T04:08:10.996906+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:12.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:11 smithi188 bash[21926]: audit 2024-05-09T04:08:11.106333+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:12.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:11 smithi188 bash[21926]: audit 2024-05-09T04:08:11.106333+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:12.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:11 smithi160 bash[22291]: cluster 2024-05-09T04:08:10.635224+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:12.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:11 smithi160 bash[22291]: cluster 2024-05-09T04:08:10.635224+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:12.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:11 smithi160 bash[22291]: audit 2024-05-09T04:08:10.996906+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:12.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:11 smithi160 bash[22291]: audit 2024-05-09T04:08:10.996906+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:12.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:11 smithi160 bash[22291]: audit 2024-05-09T04:08:11.106333+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:12.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:11 smithi160 bash[22291]: audit 2024-05-09T04:08:11.106333+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:12.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:11 smithi037 bash[21462]: cluster 2024-05-09T04:08:10.635224+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:12.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:11 smithi037 bash[21462]: cluster 2024-05-09T04:08:10.635224+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:12.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:11 smithi037 bash[21462]: audit 2024-05-09T04:08:10.996906+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:12.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:11 smithi037 bash[21462]: audit 2024-05-09T04:08:10.996906+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:12.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:11 smithi037 bash[21462]: audit 2024-05-09T04:08:11.106333+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:12.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:11 smithi037 bash[21462]: audit 2024-05-09T04:08:11.106333+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:13.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:13 smithi160 bash[22291]: audit 2024-05-09T04:08:12.569959+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:13.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:13 smithi160 bash[22291]: audit 2024-05-09T04:08:12.569959+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:13.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:13 smithi160 bash[22291]: cluster 2024-05-09T04:08:12.635890+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:13.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:13 smithi160 bash[22291]: cluster 2024-05-09T04:08:12.635890+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:13.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:13 smithi037 bash[21462]: audit 2024-05-09T04:08:12.569959+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:13.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:13 smithi037 bash[21462]: audit 2024-05-09T04:08:12.569959+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:13.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:13 smithi037 bash[21462]: cluster 2024-05-09T04:08:12.635890+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:13.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:13 smithi037 bash[21462]: cluster 2024-05-09T04:08:12.635890+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:14.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:13 smithi188 bash[21926]: audit 2024-05-09T04:08:12.569959+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:14.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:13 smithi188 bash[21926]: audit 2024-05-09T04:08:12.569959+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:14.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:13 smithi188 bash[21926]: cluster 2024-05-09T04:08:12.635890+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:14.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:13 smithi188 bash[21926]: cluster 2024-05-09T04:08:12.635890+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:15.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:15 smithi188 bash[21926]: audit 2024-05-09T04:08:14.061808+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:15 smithi188 bash[21926]: audit 2024-05-09T04:08:14.061808+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:15 smithi188 bash[21926]: audit 2024-05-09T04:08:14.072032+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:15 smithi188 bash[21926]: audit 2024-05-09T04:08:14.072032+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:15 smithi188 bash[21926]: audit 2024-05-09T04:08:14.083275+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:15 smithi188 bash[21926]: audit 2024-05-09T04:08:14.083275+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:15 smithi188 bash[21926]: cluster 2024-05-09T04:08:14.636482+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:15.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:15 smithi188 bash[21926]: cluster 2024-05-09T04:08:14.636482+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:15.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:15 smithi160 bash[22291]: audit 2024-05-09T04:08:14.061808+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:15 smithi160 bash[22291]: audit 2024-05-09T04:08:14.061808+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:15 smithi160 bash[22291]: audit 2024-05-09T04:08:14.072032+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:15 smithi160 bash[22291]: audit 2024-05-09T04:08:14.072032+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:15 smithi160 bash[22291]: audit 2024-05-09T04:08:14.083275+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:15 smithi160 bash[22291]: audit 2024-05-09T04:08:14.083275+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:15 smithi160 bash[22291]: cluster 2024-05-09T04:08:14.636482+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:15.355 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:15 smithi160 bash[22291]: cluster 2024-05-09T04:08:14.636482+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:15.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:15 smithi037 bash[21462]: audit 2024-05-09T04:08:14.061808+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:15 smithi037 bash[21462]: audit 2024-05-09T04:08:14.061808+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:15 smithi037 bash[21462]: audit 2024-05-09T04:08:14.072032+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:15 smithi037 bash[21462]: audit 2024-05-09T04:08:14.072032+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:15 smithi037 bash[21462]: audit 2024-05-09T04:08:14.083275+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:15 smithi037 bash[21462]: audit 2024-05-09T04:08:14.083275+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:15.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:15 smithi037 bash[21462]: cluster 2024-05-09T04:08:14.636482+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:15.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:15 smithi037 bash[21462]: cluster 2024-05-09T04:08:14.636482+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:16.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.394483+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.394483+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.401962+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.401962+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.408873+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.408873+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.876314+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.876314+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.881260+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.881260+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.886273+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.886273+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.914985+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:16.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.914985+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:16.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.918863+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:16.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.918863+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:16.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.920259+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:16.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.920259+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:16.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.929497+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:15.929497+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:16.024437+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:16.024437+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:16.030956+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:16.030956+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:16.035601+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-09T04:08:16.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:16.035601+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-09T04:08:16.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:16.040936+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:16 smithi037 bash[21462]: audit 2024-05-09T04:08:16.040936+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.394483+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.394483+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.401962+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.401962+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.408873+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.408873+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.876314+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.876314+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.881260+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.881260+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.886273+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.886273+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.914985+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:16.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.914985+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:16.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.918863+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:16.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.918863+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:16.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.920259+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:16.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.920259+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:16.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.929497+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:15.929497+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:16.024437+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:16.024437+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:16.030956+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:16.030956+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:16.035601+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-09T04:08:16.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:16.035601+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-09T04:08:16.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:16.040936+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:16 smithi188 bash[21926]: audit 2024-05-09T04:08:16.040936+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.394483+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.394483+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.401962+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.401962+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.408873+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.408873+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.876314+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.876314+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.881260+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.881260+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.886273+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.886273+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.914985+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:16.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.914985+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:08:16.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.918863+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:16.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.918863+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:08:16.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.920259+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:16.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.920259+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:08:16.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.929497+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:15.929497+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:16.024437+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:16.024437+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:16.030956+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:16.030956+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:16.035601+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-09T04:08:16.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:16.035601+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-09T04:08:16.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:16.040936+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:16.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:16 smithi160 bash[22291]: audit 2024-05-09T04:08:16.040936+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:17.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:17 smithi037 bash[21462]: cephadm 2024-05-09T04:08:15.949865+0000 mgr.a (mgr.14152) 260 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-05-09T04:08:17.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:17 smithi037 bash[21462]: cephadm 2024-05-09T04:08:15.949865+0000 mgr.a (mgr.14152) 260 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-05-09T04:08:17.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:17 smithi037 bash[21462]: audit 2024-05-09T04:08:16.036123+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-09T04:08:17.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:17 smithi037 bash[21462]: audit 2024-05-09T04:08:16.036123+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-09T04:08:17.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:17 smithi037 bash[21462]: cephadm 2024-05-09T04:08:16.070825+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Deploying daemon grafana.smithi037 on smithi037 2024-05-09T04:08:17.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:17 smithi037 bash[21462]: cephadm 2024-05-09T04:08:16.070825+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Deploying daemon grafana.smithi037 on smithi037 2024-05-09T04:08:17.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:17 smithi037 bash[21462]: cluster 2024-05-09T04:08:16.636789+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:17.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:17 smithi037 bash[21462]: cluster 2024-05-09T04:08:16.636789+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:17.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:17 smithi188 bash[21926]: cephadm 2024-05-09T04:08:15.949865+0000 mgr.a (mgr.14152) 260 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-05-09T04:08:17.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:17 smithi188 bash[21926]: cephadm 2024-05-09T04:08:15.949865+0000 mgr.a (mgr.14152) 260 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-05-09T04:08:17.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:17 smithi188 bash[21926]: audit 2024-05-09T04:08:16.036123+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-09T04:08:17.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:17 smithi188 bash[21926]: audit 2024-05-09T04:08:16.036123+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-09T04:08:17.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:17 smithi188 bash[21926]: cephadm 2024-05-09T04:08:16.070825+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Deploying daemon grafana.smithi037 on smithi037 2024-05-09T04:08:17.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:17 smithi188 bash[21926]: cephadm 2024-05-09T04:08:16.070825+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Deploying daemon grafana.smithi037 on smithi037 2024-05-09T04:08:17.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:17 smithi188 bash[21926]: cluster 2024-05-09T04:08:16.636789+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:17.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:17 smithi188 bash[21926]: cluster 2024-05-09T04:08:16.636789+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:17.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:17 smithi160 bash[22291]: cephadm 2024-05-09T04:08:15.949865+0000 mgr.a (mgr.14152) 260 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-05-09T04:08:17.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:17 smithi160 bash[22291]: cephadm 2024-05-09T04:08:15.949865+0000 mgr.a (mgr.14152) 260 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-05-09T04:08:17.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:17 smithi160 bash[22291]: audit 2024-05-09T04:08:16.036123+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-09T04:08:17.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:17 smithi160 bash[22291]: audit 2024-05-09T04:08:16.036123+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-05-09T04:08:17.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:17 smithi160 bash[22291]: cephadm 2024-05-09T04:08:16.070825+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Deploying daemon grafana.smithi037 on smithi037 2024-05-09T04:08:17.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:17 smithi160 bash[22291]: cephadm 2024-05-09T04:08:16.070825+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Deploying daemon grafana.smithi037 on smithi037 2024-05-09T04:08:17.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:17 smithi160 bash[22291]: cluster 2024-05-09T04:08:16.636789+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:17.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:17 smithi160 bash[22291]: cluster 2024-05-09T04:08:16.636789+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:19.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:19 smithi037 bash[21462]: cluster 2024-05-09T04:08:18.637107+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:19.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:19 smithi037 bash[21462]: cluster 2024-05-09T04:08:18.637107+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:20.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:19 smithi188 bash[21926]: cluster 2024-05-09T04:08:18.637107+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:20.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:19 smithi188 bash[21926]: cluster 2024-05-09T04:08:18.637107+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:20.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:19 smithi160 bash[22291]: cluster 2024-05-09T04:08:18.637107+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:20.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:19 smithi160 bash[22291]: cluster 2024-05-09T04:08:18.637107+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:22.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:21 smithi188 bash[21926]: cluster 2024-05-09T04:08:20.637399+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:22.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:21 smithi188 bash[21926]: cluster 2024-05-09T04:08:20.637399+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:22.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:21 smithi160 bash[22291]: cluster 2024-05-09T04:08:20.637399+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:22.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:21 smithi160 bash[22291]: cluster 2024-05-09T04:08:20.637399+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:22.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:21 smithi037 bash[21462]: cluster 2024-05-09T04:08:20.637399+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:22.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:21 smithi037 bash[21462]: cluster 2024-05-09T04:08:20.637399+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:24.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:23 smithi188 bash[21926]: cluster 2024-05-09T04:08:22.637932+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:24.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:23 smithi188 bash[21926]: cluster 2024-05-09T04:08:22.637932+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:24.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:23 smithi160 bash[22291]: cluster 2024-05-09T04:08:22.637932+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:24.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:23 smithi160 bash[22291]: cluster 2024-05-09T04:08:22.637932+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:23 smithi037 bash[21462]: cluster 2024-05-09T04:08:22.637932+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:23 smithi037 bash[21462]: cluster 2024-05-09T04:08:22.637932+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:26.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:25 smithi188 bash[21926]: cluster 2024-05-09T04:08:24.638518+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:26.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:25 smithi188 bash[21926]: cluster 2024-05-09T04:08:24.638518+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:26.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:25 smithi160 bash[22291]: cluster 2024-05-09T04:08:24.638518+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:26.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:25 smithi160 bash[22291]: cluster 2024-05-09T04:08:24.638518+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:26.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:25 smithi037 bash[21462]: cluster 2024-05-09T04:08:24.638518+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:26.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:25 smithi037 bash[21462]: cluster 2024-05-09T04:08:24.638518+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:27.958 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:27 smithi160 bash[22291]: cluster 2024-05-09T04:08:26.639073+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:27.958 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:27 smithi160 bash[22291]: cluster 2024-05-09T04:08:26.639073+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:28.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:27 smithi188 bash[21926]: cluster 2024-05-09T04:08:26.639073+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:28.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:27 smithi188 bash[21926]: cluster 2024-05-09T04:08:26.639073+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:28.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:27 smithi037 bash[21462]: cluster 2024-05-09T04:08:26.639073+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:28.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:27 smithi037 bash[21462]: cluster 2024-05-09T04:08:26.639073+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:29.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:29 smithi160 bash[22291]: cluster 2024-05-09T04:08:28.639617+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:29.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:29 smithi160 bash[22291]: cluster 2024-05-09T04:08:28.639617+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:29.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:29 smithi037 bash[21462]: cluster 2024-05-09T04:08:28.639617+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:29.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:29 smithi037 bash[21462]: cluster 2024-05-09T04:08:28.639617+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:30.004 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:29 smithi188 bash[21926]: cluster 2024-05-09T04:08:28.639617+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:30.004 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:29 smithi188 bash[21926]: cluster 2024-05-09T04:08:28.639617+0000 mgr.a (mgr.14152) 269 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:31.873 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:31 smithi037 bash[21462]: cluster 2024-05-09T04:08:30.640177+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:31.873 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:31 smithi037 bash[21462]: cluster 2024-05-09T04:08:30.640177+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:32.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:31 smithi188 bash[21926]: cluster 2024-05-09T04:08:30.640177+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:32.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:31 smithi188 bash[21926]: cluster 2024-05-09T04:08:30.640177+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:32.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:31 smithi160 bash[22291]: cluster 2024-05-09T04:08:30.640177+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:32.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:31 smithi160 bash[22291]: cluster 2024-05-09T04:08:30.640177+0000 mgr.a (mgr.14152) 270 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:32.597 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:08:32 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:32.598 INFO:journalctl@ceph.osd.0.smithi037.stdout:May 09 04:08:32 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:32.598 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:32 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:32.921 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:32 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:32.922 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:08:32 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:32.922 INFO:journalctl@ceph.osd.0.smithi037.stdout:May 09 04:08:32 smithi037 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:34.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:33 smithi160 bash[22291]: cluster 2024-05-09T04:08:32.640657+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:34.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:33 smithi160 bash[22291]: cluster 2024-05-09T04:08:32.640657+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:34.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:33 smithi160 bash[22291]: audit 2024-05-09T04:08:32.846379+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:33 smithi160 bash[22291]: audit 2024-05-09T04:08:32.846379+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:33 smithi160 bash[22291]: audit 2024-05-09T04:08:32.851440+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:33 smithi160 bash[22291]: audit 2024-05-09T04:08:32.851440+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:33 smithi160 bash[22291]: audit 2024-05-09T04:08:32.891458+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:33 smithi160 bash[22291]: audit 2024-05-09T04:08:32.891458+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:33 smithi160 bash[22291]: audit 2024-05-09T04:08:32.897984+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:33 smithi160 bash[22291]: audit 2024-05-09T04:08:32.897984+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:33 smithi160 bash[22291]: audit 2024-05-09T04:08:33.098306+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:33 smithi160 bash[22291]: audit 2024-05-09T04:08:33.098306+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:33 smithi160 bash[22291]: audit 2024-05-09T04:08:33.107255+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:33 smithi160 bash[22291]: audit 2024-05-09T04:08:33.107255+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:33 smithi160 bash[22291]: audit 2024-05-09T04:08:33.116484+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:33 smithi160 bash[22291]: audit 2024-05-09T04:08:33.116484+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:33 smithi037 bash[21462]: cluster 2024-05-09T04:08:32.640657+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:34.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:33 smithi037 bash[21462]: cluster 2024-05-09T04:08:32.640657+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:34.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:33 smithi037 bash[21462]: audit 2024-05-09T04:08:32.846379+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:33 smithi037 bash[21462]: audit 2024-05-09T04:08:32.846379+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:33 smithi037 bash[21462]: audit 2024-05-09T04:08:32.851440+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:33 smithi037 bash[21462]: audit 2024-05-09T04:08:32.851440+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:33 smithi037 bash[21462]: audit 2024-05-09T04:08:32.891458+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:33 smithi037 bash[21462]: audit 2024-05-09T04:08:32.891458+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:33 smithi037 bash[21462]: audit 2024-05-09T04:08:32.897984+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:33 smithi037 bash[21462]: audit 2024-05-09T04:08:32.897984+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:33 smithi037 bash[21462]: audit 2024-05-09T04:08:33.098306+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:33 smithi037 bash[21462]: audit 2024-05-09T04:08:33.098306+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:33 smithi037 bash[21462]: audit 2024-05-09T04:08:33.107255+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:33 smithi037 bash[21462]: audit 2024-05-09T04:08:33.107255+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:33 smithi037 bash[21462]: audit 2024-05-09T04:08:33.116484+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:33 smithi037 bash[21462]: audit 2024-05-09T04:08:33.116484+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:33 smithi188 bash[21926]: cluster 2024-05-09T04:08:32.640657+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:34.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:33 smithi188 bash[21926]: cluster 2024-05-09T04:08:32.640657+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:34.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:33 smithi188 bash[21926]: audit 2024-05-09T04:08:32.846379+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:33 smithi188 bash[21926]: audit 2024-05-09T04:08:32.846379+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:33 smithi188 bash[21926]: audit 2024-05-09T04:08:32.851440+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:33 smithi188 bash[21926]: audit 2024-05-09T04:08:32.851440+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:33 smithi188 bash[21926]: audit 2024-05-09T04:08:32.891458+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:33 smithi188 bash[21926]: audit 2024-05-09T04:08:32.891458+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:33 smithi188 bash[21926]: audit 2024-05-09T04:08:32.897984+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:33 smithi188 bash[21926]: audit 2024-05-09T04:08:32.897984+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:33 smithi188 bash[21926]: audit 2024-05-09T04:08:33.098306+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:33 smithi188 bash[21926]: audit 2024-05-09T04:08:33.098306+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:33 smithi188 bash[21926]: audit 2024-05-09T04:08:33.107255+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:33 smithi188 bash[21926]: audit 2024-05-09T04:08:33.107255+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:33 smithi188 bash[21926]: audit 2024-05-09T04:08:33.116484+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:34.273 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:33 smithi188 bash[21926]: audit 2024-05-09T04:08:33.116484+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:34 smithi160 bash[22291]: cephadm 2024-05-09T04:08:32.910261+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon alertmanager.smithi188 on smithi188 2024-05-09T04:08:35.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:34 smithi160 bash[22291]: cephadm 2024-05-09T04:08:32.910261+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon alertmanager.smithi188 on smithi188 2024-05-09T04:08:35.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:34 smithi160 bash[22291]: audit 2024-05-09T04:08:34.004855+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:34 smithi160 bash[22291]: audit 2024-05-09T04:08:34.004855+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:34 smithi160 bash[22291]: audit 2024-05-09T04:08:34.012452+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:34 smithi160 bash[22291]: audit 2024-05-09T04:08:34.012452+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:34 smithi160 bash[22291]: audit 2024-05-09T04:08:34.019893+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:34 smithi160 bash[22291]: audit 2024-05-09T04:08:34.019893+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:34 smithi160 bash[22291]: audit 2024-05-09T04:08:34.738178+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:34 smithi160 bash[22291]: audit 2024-05-09T04:08:34.738178+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.113 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:34 smithi037 bash[21462]: cephadm 2024-05-09T04:08:32.910261+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon alertmanager.smithi188 on smithi188 2024-05-09T04:08:35.113 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:34 smithi037 bash[21462]: cephadm 2024-05-09T04:08:32.910261+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon alertmanager.smithi188 on smithi188 2024-05-09T04:08:35.113 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:34 smithi037 bash[21462]: audit 2024-05-09T04:08:34.004855+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.113 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:34 smithi037 bash[21462]: audit 2024-05-09T04:08:34.004855+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:34 smithi037 bash[21462]: audit 2024-05-09T04:08:34.012452+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:34 smithi037 bash[21462]: audit 2024-05-09T04:08:34.012452+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:34 smithi037 bash[21462]: audit 2024-05-09T04:08:34.019893+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:34 smithi037 bash[21462]: audit 2024-05-09T04:08:34.019893+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:34 smithi037 bash[21462]: audit 2024-05-09T04:08:34.738178+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:34 smithi037 bash[21462]: audit 2024-05-09T04:08:34.738178+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:34 smithi188 bash[21926]: cephadm 2024-05-09T04:08:32.910261+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon alertmanager.smithi188 on smithi188 2024-05-09T04:08:35.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:34 smithi188 bash[21926]: cephadm 2024-05-09T04:08:32.910261+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon alertmanager.smithi188 on smithi188 2024-05-09T04:08:35.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:34 smithi188 bash[21926]: audit 2024-05-09T04:08:34.004855+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:34 smithi188 bash[21926]: audit 2024-05-09T04:08:34.004855+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:34 smithi188 bash[21926]: audit 2024-05-09T04:08:34.012452+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:34 smithi188 bash[21926]: audit 2024-05-09T04:08:34.012452+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:34 smithi188 bash[21926]: audit 2024-05-09T04:08:34.019893+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:34 smithi188 bash[21926]: audit 2024-05-09T04:08:34.019893+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:34 smithi188 bash[21926]: audit 2024-05-09T04:08:34.738178+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:34 smithi188 bash[21926]: audit 2024-05-09T04:08:34.738178+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:35.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:35 smithi037 bash[21462]: cluster 2024-05-09T04:08:34.641053+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:35.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:35 smithi037 bash[21462]: cluster 2024-05-09T04:08:34.641053+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:36.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:35 smithi160 bash[22291]: cluster 2024-05-09T04:08:34.641053+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:36.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:35 smithi160 bash[22291]: cluster 2024-05-09T04:08:34.641053+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:36.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:35 smithi188 bash[21926]: cluster 2024-05-09T04:08:34.641053+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:36.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:35 smithi188 bash[21926]: cluster 2024-05-09T04:08:34.641053+0000 mgr.a (mgr.14152) 273 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:37.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:37 smithi037 bash[21462]: audit 2024-05-09T04:08:36.101096+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:37.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:37 smithi037 bash[21462]: audit 2024-05-09T04:08:36.101096+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:37.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:37 smithi037 bash[21462]: cluster 2024-05-09T04:08:36.641501+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:37.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:37 smithi037 bash[21462]: cluster 2024-05-09T04:08:36.641501+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:37.482 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:37 smithi188 bash[21926]: audit 2024-05-09T04:08:36.101096+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:37.482 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:37 smithi188 bash[21926]: audit 2024-05-09T04:08:36.101096+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:37.482 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:37 smithi188 bash[21926]: cluster 2024-05-09T04:08:36.641501+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:37.482 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:37 smithi188 bash[21926]: cluster 2024-05-09T04:08:36.641501+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:37.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:37 smithi160 bash[22291]: audit 2024-05-09T04:08:36.101096+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:37.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:37 smithi160 bash[22291]: audit 2024-05-09T04:08:36.101096+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:37.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:37 smithi160 bash[22291]: cluster 2024-05-09T04:08:36.641501+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:37.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:37 smithi160 bash[22291]: cluster 2024-05-09T04:08:36.641501+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:39.836 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:39 smithi037 bash[21462]: cluster 2024-05-09T04:08:38.642068+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:39.836 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:39 smithi037 bash[21462]: cluster 2024-05-09T04:08:38.642068+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:39.836 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:39 smithi037 bash[21462]: audit 2024-05-09T04:08:39.594793+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:39.836 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:39 smithi037 bash[21462]: audit 2024-05-09T04:08:39.594793+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:39.948 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:39 smithi188 bash[21926]: cluster 2024-05-09T04:08:38.642068+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:39.948 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:39 smithi188 bash[21926]: cluster 2024-05-09T04:08:38.642068+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:39.948 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:39 smithi188 bash[21926]: audit 2024-05-09T04:08:39.594793+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:39.948 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:39 smithi188 bash[21926]: audit 2024-05-09T04:08:39.594793+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:40.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:39 smithi160 bash[22291]: cluster 2024-05-09T04:08:38.642068+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:40.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:39 smithi160 bash[22291]: cluster 2024-05-09T04:08:38.642068+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:40.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:39 smithi160 bash[22291]: audit 2024-05-09T04:08:39.594793+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:40.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:39 smithi160 bash[22291]: audit 2024-05-09T04:08:39.594793+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:40.738 INFO:journalctl@ceph.osd.2.smithi188.stdout:May 09 04:08:40 smithi188 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:40.738 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:40 smithi188 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:41.002 INFO:journalctl@ceph.osd.2.smithi188.stdout:May 09 04:08:40 smithi188 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:41.002 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:40 smithi188 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:41.379 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:08:41 smithi037 bash[21717]: debug 2024-05-09T04:08:41.057+0000 7f199d2b8700 -1 log_channel(cephadm) log [ERR] : Invalid JSON format for multi-cluster config: Expecting value: line 1 column 1 (char 0) 2024-05-09T04:08:41.919 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:41 smithi037 bash[21462]: cluster 2024-05-09T04:08:40.642635+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:41.919 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:41 smithi037 bash[21462]: cluster 2024-05-09T04:08:40.642635+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:41.919 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:41 smithi037 bash[21462]: audit 2024-05-09T04:08:41.013106+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:41.919 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:41 smithi037 bash[21462]: audit 2024-05-09T04:08:41.013106+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:41.919 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:41 smithi037 bash[21462]: audit 2024-05-09T04:08:41.022568+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:41.919 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:41 smithi037 bash[21462]: audit 2024-05-09T04:08:41.022568+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:41.919 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:41 smithi037 bash[21462]: audit 2024-05-09T04:08:41.050936+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:41.920 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:41 smithi037 bash[21462]: audit 2024-05-09T04:08:41.050936+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:41.920 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:41 smithi037 bash[21462]: audit 2024-05-09T04:08:41.058667+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:41.920 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:41 smithi037 bash[21462]: audit 2024-05-09T04:08:41.058667+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:41.920 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:41 smithi037 bash[21462]: audit 2024-05-09T04:08:41.563615+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:41.920 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:41 smithi037 bash[21462]: audit 2024-05-09T04:08:41.563615+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.004 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:41 smithi188 bash[21926]: cluster 2024-05-09T04:08:40.642635+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:42.005 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:41 smithi188 bash[21926]: cluster 2024-05-09T04:08:40.642635+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:42.005 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:41 smithi188 bash[21926]: audit 2024-05-09T04:08:41.013106+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.005 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:41 smithi188 bash[21926]: audit 2024-05-09T04:08:41.013106+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.005 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:41 smithi188 bash[21926]: audit 2024-05-09T04:08:41.022568+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.005 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:41 smithi188 bash[21926]: audit 2024-05-09T04:08:41.022568+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.005 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:41 smithi188 bash[21926]: audit 2024-05-09T04:08:41.050936+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.005 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:41 smithi188 bash[21926]: audit 2024-05-09T04:08:41.050936+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.005 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:41 smithi188 bash[21926]: audit 2024-05-09T04:08:41.058667+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.005 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:41 smithi188 bash[21926]: audit 2024-05-09T04:08:41.058667+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.005 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:41 smithi188 bash[21926]: audit 2024-05-09T04:08:41.563615+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.005 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:41 smithi188 bash[21926]: audit 2024-05-09T04:08:41.563615+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:41 smithi160 bash[22291]: cluster 2024-05-09T04:08:40.642635+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:42.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:41 smithi160 bash[22291]: cluster 2024-05-09T04:08:40.642635+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:42.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:41 smithi160 bash[22291]: audit 2024-05-09T04:08:41.013106+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:41 smithi160 bash[22291]: audit 2024-05-09T04:08:41.013106+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:41 smithi160 bash[22291]: audit 2024-05-09T04:08:41.022568+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:41 smithi160 bash[22291]: audit 2024-05-09T04:08:41.022568+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:41 smithi160 bash[22291]: audit 2024-05-09T04:08:41.050936+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:41 smithi160 bash[22291]: audit 2024-05-09T04:08:41.050936+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:41 smithi160 bash[22291]: audit 2024-05-09T04:08:41.058667+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:41 smithi160 bash[22291]: audit 2024-05-09T04:08:41.058667+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:41 smithi160 bash[22291]: audit 2024-05-09T04:08:41.563615+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:41 smithi160 bash[22291]: audit 2024-05-09T04:08:41.563615+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:42.977 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:42 smithi037 bash[21462]: cephadm 2024-05-09T04:08:41.063052+0000 mgr.a (mgr.14152) 277 : cephadm [ERR] Invalid JSON format for multi-cluster config: Expecting value: line 1 column 1 (char 0) 2024-05-09T04:08:42.977 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:42 smithi037 bash[21462]: cephadm 2024-05-09T04:08:41.063052+0000 mgr.a (mgr.14152) 277 : cephadm [ERR] Invalid JSON format for multi-cluster config: Expecting value: line 1 column 1 (char 0) 2024-05-09T04:08:42.977 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:42 smithi037 bash[21462]: cephadm 2024-05-09T04:08:41.355353+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Deploying daemon prometheus.smithi160 on smithi160 2024-05-09T04:08:42.977 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:42 smithi037 bash[21462]: cephadm 2024-05-09T04:08:41.355353+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Deploying daemon prometheus.smithi160 on smithi160 2024-05-09T04:08:43.002 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:42 smithi188 bash[21926]: cephadm 2024-05-09T04:08:41.063052+0000 mgr.a (mgr.14152) 277 : cephadm [ERR] Invalid JSON format for multi-cluster config: Expecting value: line 1 column 1 (char 0) 2024-05-09T04:08:43.002 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:42 smithi188 bash[21926]: cephadm 2024-05-09T04:08:41.063052+0000 mgr.a (mgr.14152) 277 : cephadm [ERR] Invalid JSON format for multi-cluster config: Expecting value: line 1 column 1 (char 0) 2024-05-09T04:08:43.002 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:42 smithi188 bash[21926]: cephadm 2024-05-09T04:08:41.355353+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Deploying daemon prometheus.smithi160 on smithi160 2024-05-09T04:08:43.002 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:42 smithi188 bash[21926]: cephadm 2024-05-09T04:08:41.355353+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Deploying daemon prometheus.smithi160 on smithi160 2024-05-09T04:08:43.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:42 smithi160 bash[22291]: cephadm 2024-05-09T04:08:41.063052+0000 mgr.a (mgr.14152) 277 : cephadm [ERR] Invalid JSON format for multi-cluster config: Expecting value: line 1 column 1 (char 0) 2024-05-09T04:08:43.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:42 smithi160 bash[22291]: cephadm 2024-05-09T04:08:41.063052+0000 mgr.a (mgr.14152) 277 : cephadm [ERR] Invalid JSON format for multi-cluster config: Expecting value: line 1 column 1 (char 0) 2024-05-09T04:08:43.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:42 smithi160 bash[22291]: cephadm 2024-05-09T04:08:41.355353+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Deploying daemon prometheus.smithi160 on smithi160 2024-05-09T04:08:43.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:42 smithi160 bash[22291]: cephadm 2024-05-09T04:08:41.355353+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Deploying daemon prometheus.smithi160 on smithi160 2024-05-09T04:08:43.838 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:43 smithi037 bash[21462]: cluster 2024-05-09T04:08:42.643167+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:43.838 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:43 smithi037 bash[21462]: cluster 2024-05-09T04:08:42.643167+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:43.838 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:43 smithi037 bash[21462]: audit 2024-05-09T04:08:43.129428+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:43.838 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:43 smithi037 bash[21462]: audit 2024-05-09T04:08:43.129428+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:43.838 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:43 smithi037 bash[21462]: audit 2024-05-09T04:08:43.135016+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:43.838 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:43 smithi037 bash[21462]: audit 2024-05-09T04:08:43.135016+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:43.838 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:43 smithi037 bash[21462]: audit 2024-05-09T04:08:43.140150+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:43.838 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:43 smithi037 bash[21462]: audit 2024-05-09T04:08:43.140150+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:44.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:43 smithi188 bash[21926]: cluster 2024-05-09T04:08:42.643167+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:44.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:43 smithi188 bash[21926]: cluster 2024-05-09T04:08:42.643167+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:44.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:43 smithi188 bash[21926]: audit 2024-05-09T04:08:43.129428+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:44.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:43 smithi188 bash[21926]: audit 2024-05-09T04:08:43.129428+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:44.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:43 smithi188 bash[21926]: audit 2024-05-09T04:08:43.135016+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:44.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:43 smithi188 bash[21926]: audit 2024-05-09T04:08:43.135016+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:44.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:43 smithi188 bash[21926]: audit 2024-05-09T04:08:43.140150+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:44.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:43 smithi188 bash[21926]: audit 2024-05-09T04:08:43.140150+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:44.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:43 smithi160 bash[22291]: cluster 2024-05-09T04:08:42.643167+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:44.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:43 smithi160 bash[22291]: cluster 2024-05-09T04:08:42.643167+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:44.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:43 smithi160 bash[22291]: audit 2024-05-09T04:08:43.129428+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:44.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:43 smithi160 bash[22291]: audit 2024-05-09T04:08:43.129428+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:44.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:43 smithi160 bash[22291]: audit 2024-05-09T04:08:43.135016+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:44.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:43 smithi160 bash[22291]: audit 2024-05-09T04:08:43.135016+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:44.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:43 smithi160 bash[22291]: audit 2024-05-09T04:08:43.140150+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:44.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:43 smithi160 bash[22291]: audit 2024-05-09T04:08:43.140150+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:45.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:45 smithi188 bash[21926]: cluster 2024-05-09T04:08:44.643732+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:45.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:45 smithi188 bash[21926]: cluster 2024-05-09T04:08:44.643732+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:45.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:45 smithi188 bash[21926]: audit 2024-05-09T04:08:44.748615+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:45.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:45 smithi188 bash[21926]: audit 2024-05-09T04:08:44.748615+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:45.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:45 smithi188 bash[21926]: audit 2024-05-09T04:08:45.506080+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:45.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:45 smithi188 bash[21926]: audit 2024-05-09T04:08:45.506080+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:45.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:45 smithi037 bash[21462]: cluster 2024-05-09T04:08:44.643732+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:45.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:45 smithi037 bash[21462]: cluster 2024-05-09T04:08:44.643732+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:45.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:45 smithi037 bash[21462]: audit 2024-05-09T04:08:44.748615+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:45.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:45 smithi037 bash[21462]: audit 2024-05-09T04:08:44.748615+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:45.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:45 smithi037 bash[21462]: audit 2024-05-09T04:08:45.506080+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:45.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:45 smithi037 bash[21462]: audit 2024-05-09T04:08:45.506080+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:46.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:45 smithi160 bash[22291]: cluster 2024-05-09T04:08:44.643732+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:46.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:45 smithi160 bash[22291]: cluster 2024-05-09T04:08:44.643732+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:46.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:45 smithi160 bash[22291]: audit 2024-05-09T04:08:44.748615+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:46.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:45 smithi160 bash[22291]: audit 2024-05-09T04:08:44.748615+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:46.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:45 smithi160 bash[22291]: audit 2024-05-09T04:08:45.506080+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:46.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:45 smithi160 bash[22291]: audit 2024-05-09T04:08:45.506080+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:47.823 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:47 smithi037 bash[21462]: cluster 2024-05-09T04:08:46.644249+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:47.823 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:47 smithi037 bash[21462]: cluster 2024-05-09T04:08:46.644249+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:48.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:47 smithi188 bash[21926]: cluster 2024-05-09T04:08:46.644249+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:48.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:47 smithi188 bash[21926]: cluster 2024-05-09T04:08:46.644249+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:48.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:47 smithi160 bash[22291]: cluster 2024-05-09T04:08:46.644249+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:48.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:47 smithi160 bash[22291]: cluster 2024-05-09T04:08:46.644249+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:49.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:49 smithi160 bash[22291]: cluster 2024-05-09T04:08:48.644818+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:49.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:49 smithi160 bash[22291]: cluster 2024-05-09T04:08:48.644818+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:49.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:49 smithi037 bash[21462]: cluster 2024-05-09T04:08:48.644818+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:49.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:49 smithi037 bash[21462]: cluster 2024-05-09T04:08:48.644818+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:50.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:49 smithi188 bash[21926]: cluster 2024-05-09T04:08:48.644818+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:50.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:49 smithi188 bash[21926]: cluster 2024-05-09T04:08:48.644818+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:51.802 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:51 smithi037 bash[21462]: cluster 2024-05-09T04:08:50.645316+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:51.802 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:51 smithi037 bash[21462]: cluster 2024-05-09T04:08:50.645316+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:51.802 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:51 smithi037 bash[21462]: audit 2024-05-09T04:08:50.963074+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:51.802 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:51 smithi037 bash[21462]: audit 2024-05-09T04:08:50.963074+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:51.802 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:51 smithi037 bash[21462]: audit 2024-05-09T04:08:50.973647+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:51.803 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:51 smithi037 bash[21462]: audit 2024-05-09T04:08:50.973647+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:51.803 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:51 smithi037 bash[21462]: audit 2024-05-09T04:08:50.984951+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:51.803 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:51 smithi037 bash[21462]: audit 2024-05-09T04:08:50.984951+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:51.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:51 smithi160 bash[22291]: cluster 2024-05-09T04:08:50.645316+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:51.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:51 smithi160 bash[22291]: cluster 2024-05-09T04:08:50.645316+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:51.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:51 smithi160 bash[22291]: audit 2024-05-09T04:08:50.963074+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:51.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:51 smithi160 bash[22291]: audit 2024-05-09T04:08:50.963074+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:51.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:51 smithi160 bash[22291]: audit 2024-05-09T04:08:50.973647+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:51.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:51 smithi160 bash[22291]: audit 2024-05-09T04:08:50.973647+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:51.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:51 smithi160 bash[22291]: audit 2024-05-09T04:08:50.984951+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:51.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:51 smithi160 bash[22291]: audit 2024-05-09T04:08:50.984951+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:52.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:51 smithi188 bash[21926]: cluster 2024-05-09T04:08:50.645316+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:52.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:51 smithi188 bash[21926]: cluster 2024-05-09T04:08:50.645316+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:52.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:51 smithi188 bash[21926]: audit 2024-05-09T04:08:50.963074+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:52.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:51 smithi188 bash[21926]: audit 2024-05-09T04:08:50.963074+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:52.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:51 smithi188 bash[21926]: audit 2024-05-09T04:08:50.973647+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:52.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:51 smithi188 bash[21926]: audit 2024-05-09T04:08:50.973647+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:52.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:51 smithi188 bash[21926]: audit 2024-05-09T04:08:50.984951+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:52.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:51 smithi188 bash[21926]: audit 2024-05-09T04:08:50.984951+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:52.965 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 09 04:08:52 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:52.966 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:52 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:52.966 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:08:52 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:53.247 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:08:53 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:53.247 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:53 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:53.247 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 09 04:08:53 smithi160 systemd[1]: /etc/systemd/system/ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@.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-05-09T04:08:53.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:53 smithi037 bash[21462]: cluster 2024-05-09T04:08:52.645926+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:53.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:53 smithi037 bash[21462]: cluster 2024-05-09T04:08:52.645926+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:53.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:53 smithi037 bash[21462]: audit 2024-05-09T04:08:53.268071+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:53.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:53 smithi037 bash[21462]: audit 2024-05-09T04:08:53.268071+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:53.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:53 smithi037 bash[21462]: audit 2024-05-09T04:08:53.278433+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:53.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:53 smithi037 bash[21462]: audit 2024-05-09T04:08:53.278433+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:53.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:53 smithi037 bash[21462]: audit 2024-05-09T04:08:53.312552+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:53.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:53 smithi037 bash[21462]: audit 2024-05-09T04:08:53.312552+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:53.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:53 smithi037 bash[21462]: audit 2024-05-09T04:08:53.322053+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-05-09T04:08:53.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:53 smithi037 bash[21462]: audit 2024-05-09T04:08:53.322053+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-05-09T04:08:54.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:53 smithi188 bash[21926]: cluster 2024-05-09T04:08:52.645926+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:54.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:53 smithi188 bash[21926]: cluster 2024-05-09T04:08:52.645926+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:54.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:53 smithi188 bash[21926]: audit 2024-05-09T04:08:53.268071+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:54.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:53 smithi188 bash[21926]: audit 2024-05-09T04:08:53.268071+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:54.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:53 smithi188 bash[21926]: audit 2024-05-09T04:08:53.278433+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:54.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:53 smithi188 bash[21926]: audit 2024-05-09T04:08:53.278433+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:54.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:53 smithi188 bash[21926]: audit 2024-05-09T04:08:53.312552+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:54.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:53 smithi188 bash[21926]: audit 2024-05-09T04:08:53.312552+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:54.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:53 smithi188 bash[21926]: audit 2024-05-09T04:08:53.322053+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-05-09T04:08:54.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:53 smithi188 bash[21926]: audit 2024-05-09T04:08:53.322053+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-05-09T04:08:54.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:53 smithi160 bash[22291]: cluster 2024-05-09T04:08:52.645926+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:54.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:53 smithi160 bash[22291]: cluster 2024-05-09T04:08:52.645926+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:08:54.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:53 smithi160 bash[22291]: audit 2024-05-09T04:08:53.268071+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:54.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:53 smithi160 bash[22291]: audit 2024-05-09T04:08:53.268071+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:54.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:53 smithi160 bash[22291]: audit 2024-05-09T04:08:53.278433+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:54.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:53 smithi160 bash[22291]: audit 2024-05-09T04:08:53.278433+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:54.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:53 smithi160 bash[22291]: audit 2024-05-09T04:08:53.312552+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:54.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:53 smithi160 bash[22291]: audit 2024-05-09T04:08:53.312552+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' 2024-05-09T04:08:54.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:53 smithi160 bash[22291]: audit 2024-05-09T04:08:53.322053+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-05-09T04:08:54.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:53 smithi160 bash[22291]: audit 2024-05-09T04:08:53.322053+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-05-09T04:08:54.694 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:08:54 smithi037 bash[21717]: ignoring --setuser ceph since I am not root 2024-05-09T04:08:54.694 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:08:54 smithi037 bash[21717]: ignoring --setgroup ceph since I am not root 2024-05-09T04:08:54.764 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:08:54 smithi160 bash[23220]: ignoring --setuser ceph since I am not root 2024-05-09T04:08:54.764 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:08:54 smithi160 bash[23220]: ignoring --setgroup ceph since I am not root 2024-05-09T04:08:54.764 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:08:54 smithi160 bash[23220]: debug 2024-05-09T04:08:54.382+0000 7f084957b700 1 -- 172.21.15.160:0/2593236298 <== mon.2 v2:172.21.15.160:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55b0419245a0 con 0x55b0426a4c00 2024-05-09T04:08:55.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:54 smithi037 bash[21462]: cephadm 2024-05-09T04:08:53.257241+0000 mgr.a (mgr.14152) 285 : cephadm [WRN] Failed to update metadata with metadata from agent on host smithi160: dictionary changed size during iteration 2024-05-09T04:08:55.015 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:54 smithi037 bash[21462]: cephadm 2024-05-09T04:08:53.257241+0000 mgr.a (mgr.14152) 285 : cephadm [WRN] Failed to update metadata with metadata from agent on host smithi160: dictionary changed size during iteration 2024-05-09T04:08:55.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:54 smithi037 bash[21462]: audit 2024-05-09T04:08:54.314118+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-05-09T04:08:55.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:54 smithi037 bash[21462]: audit 2024-05-09T04:08:54.314118+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-05-09T04:08:55.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:54 smithi037 bash[21462]: cluster 2024-05-09T04:08:54.326438+0000 mon.a (mon.0) 732 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-05-09T04:08:55.016 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:08:54 smithi037 bash[21462]: cluster 2024-05-09T04:08:54.326438+0000 mon.a (mon.0) 732 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-05-09T04:08:55.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:54 smithi188 bash[21926]: cephadm 2024-05-09T04:08:53.257241+0000 mgr.a (mgr.14152) 285 : cephadm [WRN] Failed to update metadata with metadata from agent on host smithi160: dictionary changed size during iteration 2024-05-09T04:08:55.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:54 smithi188 bash[21926]: cephadm 2024-05-09T04:08:53.257241+0000 mgr.a (mgr.14152) 285 : cephadm [WRN] Failed to update metadata with metadata from agent on host smithi160: dictionary changed size during iteration 2024-05-09T04:08:55.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:54 smithi188 bash[21926]: audit 2024-05-09T04:08:54.314118+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-05-09T04:08:55.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:54 smithi188 bash[21926]: audit 2024-05-09T04:08:54.314118+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-05-09T04:08:55.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:54 smithi188 bash[21926]: cluster 2024-05-09T04:08:54.326438+0000 mon.a (mon.0) 732 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-05-09T04:08:55.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:08:54 smithi188 bash[21926]: cluster 2024-05-09T04:08:54.326438+0000 mon.a (mon.0) 732 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-05-09T04:08:55.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:54 smithi160 bash[22291]: cephadm 2024-05-09T04:08:53.257241+0000 mgr.a (mgr.14152) 285 : cephadm [WRN] Failed to update metadata with metadata from agent on host smithi160: dictionary changed size during iteration 2024-05-09T04:08:55.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:54 smithi160 bash[22291]: cephadm 2024-05-09T04:08:53.257241+0000 mgr.a (mgr.14152) 285 : cephadm [WRN] Failed to update metadata with metadata from agent on host smithi160: dictionary changed size during iteration 2024-05-09T04:08:55.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:54 smithi160 bash[22291]: audit 2024-05-09T04:08:54.314118+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-05-09T04:08:55.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:54 smithi160 bash[22291]: audit 2024-05-09T04:08:54.314118+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.37:0/1078534133' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-05-09T04:08:55.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:54 smithi160 bash[22291]: cluster 2024-05-09T04:08:54.326438+0000 mon.a (mon.0) 732 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-05-09T04:08:55.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:08:54 smithi160 bash[22291]: cluster 2024-05-09T04:08:54.326438+0000 mon.a (mon.0) 732 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-05-09T04:09:03.104 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[23220]: [09/May/2024:04:09:02] ENGINE Bus STARTING 2024-05-09T04:09:03.104 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[23220]: CherryPy Checker: 2024-05-09T04:09:03.104 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[23220]: The Application mounted at '' has an empty config. 2024-05-09T04:09:03.104 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[23220]: [09/May/2024:04:09:02] ENGINE Serving on http://:::9283 2024-05-09T04:09:03.104 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[23220]: [09/May/2024:04:09:02] ENGINE Bus STARTED 2024-05-09T04:09:03.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[22291]: cluster 2024-05-09T04:09:02.784785+0000 mon.a (mon.0) 733 : cluster [DBG] Standby manager daemon b restarted 2024-05-09T04:09:03.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[22291]: cluster 2024-05-09T04:09:02.784785+0000 mon.a (mon.0) 733 : cluster [DBG] Standby manager daemon b restarted 2024-05-09T04:09:03.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[22291]: cluster 2024-05-09T04:09:02.784973+0000 mon.a (mon.0) 734 : cluster [DBG] Standby manager daemon b started 2024-05-09T04:09:03.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[22291]: cluster 2024-05-09T04:09:02.784973+0000 mon.a (mon.0) 734 : cluster [DBG] Standby manager daemon b started 2024-05-09T04:09:03.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[22291]: audit 2024-05-09T04:09:02.789198+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-09T04:09:03.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[22291]: audit 2024-05-09T04:09:02.789198+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-09T04:09:03.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[22291]: audit 2024-05-09T04:09:02.790582+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-09T04:09:03.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[22291]: audit 2024-05-09T04:09:02.790582+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-09T04:09:03.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[22291]: audit 2024-05-09T04:09:02.793305+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-09T04:09:03.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[22291]: audit 2024-05-09T04:09:02.793305+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-09T04:09:03.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[22291]: audit 2024-05-09T04:09:02.793716+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-09T04:09:03.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:02 smithi160 bash[22291]: audit 2024-05-09T04:09:02.793716+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-09T04:09:03.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:02 smithi037 bash[21462]: cluster 2024-05-09T04:09:02.784785+0000 mon.a (mon.0) 733 : cluster [DBG] Standby manager daemon b restarted 2024-05-09T04:09:03.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:02 smithi037 bash[21462]: cluster 2024-05-09T04:09:02.784785+0000 mon.a (mon.0) 733 : cluster [DBG] Standby manager daemon b restarted 2024-05-09T04:09:03.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:02 smithi037 bash[21462]: cluster 2024-05-09T04:09:02.784973+0000 mon.a (mon.0) 734 : cluster [DBG] Standby manager daemon b started 2024-05-09T04:09:03.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:02 smithi037 bash[21462]: cluster 2024-05-09T04:09:02.784973+0000 mon.a (mon.0) 734 : cluster [DBG] Standby manager daemon b started 2024-05-09T04:09:03.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:02 smithi037 bash[21462]: audit 2024-05-09T04:09:02.789198+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-09T04:09:03.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:02 smithi037 bash[21462]: audit 2024-05-09T04:09:02.789198+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-09T04:09:03.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:02 smithi037 bash[21462]: audit 2024-05-09T04:09:02.790582+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-09T04:09:03.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:02 smithi037 bash[21462]: audit 2024-05-09T04:09:02.790582+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-09T04:09:03.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:02 smithi037 bash[21462]: audit 2024-05-09T04:09:02.793305+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-09T04:09:03.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:02 smithi037 bash[21462]: audit 2024-05-09T04:09:02.793305+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-09T04:09:03.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:02 smithi037 bash[21462]: audit 2024-05-09T04:09:02.793716+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-09T04:09:03.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:02 smithi037 bash[21462]: audit 2024-05-09T04:09:02.793716+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-09T04:09:03.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:02 smithi188 bash[21926]: cluster 2024-05-09T04:09:02.784785+0000 mon.a (mon.0) 733 : cluster [DBG] Standby manager daemon b restarted 2024-05-09T04:09:03.316 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:02 smithi188 bash[21926]: cluster 2024-05-09T04:09:02.784785+0000 mon.a (mon.0) 733 : cluster [DBG] Standby manager daemon b restarted 2024-05-09T04:09:03.317 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:02 smithi188 bash[21926]: cluster 2024-05-09T04:09:02.784973+0000 mon.a (mon.0) 734 : cluster [DBG] Standby manager daemon b started 2024-05-09T04:09:03.317 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:02 smithi188 bash[21926]: cluster 2024-05-09T04:09:02.784973+0000 mon.a (mon.0) 734 : cluster [DBG] Standby manager daemon b started 2024-05-09T04:09:03.317 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:02 smithi188 bash[21926]: audit 2024-05-09T04:09:02.789198+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-09T04:09:03.317 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:02 smithi188 bash[21926]: audit 2024-05-09T04:09:02.789198+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-05-09T04:09:03.317 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:02 smithi188 bash[21926]: audit 2024-05-09T04:09:02.790582+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-09T04:09:03.317 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:02 smithi188 bash[21926]: audit 2024-05-09T04:09:02.790582+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-05-09T04:09:03.317 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:02 smithi188 bash[21926]: audit 2024-05-09T04:09:02.793305+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-09T04:09:03.317 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:02 smithi188 bash[21926]: audit 2024-05-09T04:09:02.793305+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-05-09T04:09:03.317 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:02 smithi188 bash[21926]: audit 2024-05-09T04:09:02.793716+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-09T04:09:03.317 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:02 smithi188 bash[21926]: audit 2024-05-09T04:09:02.793716+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.160:0/2553160383' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-05-09T04:09:03.663 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21717]: [09/May/2024:04:09:03] ENGINE Bus STARTING 2024-05-09T04:09:03.944 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21717]: CherryPy Checker: 2024-05-09T04:09:03.944 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21717]: The Application mounted at '' has an empty config. 2024-05-09T04:09:03.944 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21717]: [09/May/2024:04:09:03] ENGINE Serving on http://:::9283 2024-05-09T04:09:03.944 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21717]: [09/May/2024:04:09:03] ENGINE Bus STARTED 2024-05-09T04:09:03.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cluster 2024-05-09T04:09:02.845461+0000 mon.a (mon.0) 735 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-05-09T04:09:03.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cluster 2024-05-09T04:09:02.845461+0000 mon.a (mon.0) 735 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-05-09T04:09:03.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cluster 2024-05-09T04:09:03.234312+0000 mon.a (mon.0) 736 : cluster [INF] Active manager daemon a restarted 2024-05-09T04:09:03.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cluster 2024-05-09T04:09:03.234312+0000 mon.a (mon.0) 736 : cluster [INF] Active manager daemon a restarted 2024-05-09T04:09:03.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cluster 2024-05-09T04:09:03.234956+0000 mon.a (mon.0) 737 : cluster [INF] Activating manager daemon a 2024-05-09T04:09:03.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cluster 2024-05-09T04:09:03.234956+0000 mon.a (mon.0) 737 : cluster [INF] Activating manager daemon a 2024-05-09T04:09:03.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cluster 2024-05-09T04:09:03.246697+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-09T04:09:03.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cluster 2024-05-09T04:09:03.246697+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-09T04:09:03.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cluster 2024-05-09T04:09:03.247200+0000 mon.a (mon.0) 739 : cluster [DBG] mgrmap e18: a(active, starting, since 0.012491s), standbys: b 2024-05-09T04:09:03.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cluster 2024-05-09T04:09:03.247200+0000 mon.a (mon.0) 739 : cluster [DBG] mgrmap e18: a(active, starting, since 0.012491s), standbys: b 2024-05-09T04:09:03.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.249094+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:09:03.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.249094+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:09:03.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.249358+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:09:03.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.249358+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:09:03.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.249581+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:09:03.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.249581+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:09:03.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.250972+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T04:09:03.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.250972+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T04:09:03.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.251256+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-09T04:09:03.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.251256+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-09T04:09:03.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.251526+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:09:03.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.251526+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:09:03.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.251871+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:09:03.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.251871+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:09:03.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.252183+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:09:03.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.252183+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:09:03.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.252543+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T04:09:03.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.252543+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T04:09:03.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.252804+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T04:09:03.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.252804+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T04:09:03.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.253212+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T04:09:03.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.253212+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T04:09:03.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cluster 2024-05-09T04:09:03.279123+0000 mon.a (mon.0) 751 : cluster [INF] Manager daemon a is now available 2024-05-09T04:09:03.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cluster 2024-05-09T04:09:03.279123+0000 mon.a (mon.0) 751 : cluster [INF] Manager daemon a is now available 2024-05-09T04:09:03.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.311740+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:03.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.311740+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:03.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.314992+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:03.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.314992+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:03.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.323937+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:03.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.323937+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:03.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.324472+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:03.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.324472+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:03.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.324675+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:03.948 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.324675+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:03.949 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.327431+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]': finished 2024-05-09T04:09:03.949 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.327431+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]': finished 2024-05-09T04:09:03.949 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.334730+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:03.949 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.334730+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:03.949 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.335065+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:03.949 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.335065+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:03.949 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.336598+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:03.949 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.336598+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:03.949 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.337846+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:03.949 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.337846+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:03.949 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cephadm 2024-05-09T04:09:03.342509+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:09:03.949 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cephadm 2024-05-09T04:09:03.342509+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:09:03.949 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cephadm 2024-05-09T04:09:03.344612+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:09:03.949 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cephadm 2024-05-09T04:09:03.344612+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:09:03.950 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cephadm 2024-05-09T04:09:03.344788+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:09:03.950 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: cephadm 2024-05-09T04:09:03.344788+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:09:03.950 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.346504+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T04:09:03.950 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.346504+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T04:09:03.950 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.361474+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T04:09:03.950 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:03 smithi037 bash[21462]: audit 2024-05-09T04:09:03.361474+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T04:09:04.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cluster 2024-05-09T04:09:02.845461+0000 mon.a (mon.0) 735 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-05-09T04:09:04.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cluster 2024-05-09T04:09:02.845461+0000 mon.a (mon.0) 735 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-05-09T04:09:04.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cluster 2024-05-09T04:09:03.234312+0000 mon.a (mon.0) 736 : cluster [INF] Active manager daemon a restarted 2024-05-09T04:09:04.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cluster 2024-05-09T04:09:03.234312+0000 mon.a (mon.0) 736 : cluster [INF] Active manager daemon a restarted 2024-05-09T04:09:04.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cluster 2024-05-09T04:09:03.234956+0000 mon.a (mon.0) 737 : cluster [INF] Activating manager daemon a 2024-05-09T04:09:04.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cluster 2024-05-09T04:09:03.234956+0000 mon.a (mon.0) 737 : cluster [INF] Activating manager daemon a 2024-05-09T04:09:04.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cluster 2024-05-09T04:09:03.246697+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-09T04:09:04.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cluster 2024-05-09T04:09:03.246697+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-09T04:09:04.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cluster 2024-05-09T04:09:03.247200+0000 mon.a (mon.0) 739 : cluster [DBG] mgrmap e18: a(active, starting, since 0.012491s), standbys: b 2024-05-09T04:09:04.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cluster 2024-05-09T04:09:03.247200+0000 mon.a (mon.0) 739 : cluster [DBG] mgrmap e18: a(active, starting, since 0.012491s), standbys: b 2024-05-09T04:09:04.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.249094+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:09:04.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.249094+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:09:04.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.249358+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:09:04.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.249358+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:09:04.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.249581+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:09:04.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.249581+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:09:04.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.250972+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T04:09:04.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.250972+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T04:09:04.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.251256+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-09T04:09:04.023 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.251256+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-09T04:09:04.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.251526+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:09:04.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.251526+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:09:04.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.251871+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:09:04.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.251871+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:09:04.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.252183+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:09:04.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.252183+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:09:04.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.252543+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T04:09:04.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.252543+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T04:09:04.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.252804+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T04:09:04.024 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.252804+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T04:09:04.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.253212+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T04:09:04.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.253212+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T04:09:04.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cluster 2024-05-09T04:09:03.279123+0000 mon.a (mon.0) 751 : cluster [INF] Manager daemon a is now available 2024-05-09T04:09:04.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cluster 2024-05-09T04:09:03.279123+0000 mon.a (mon.0) 751 : cluster [INF] Manager daemon a is now available 2024-05-09T04:09:04.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.311740+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:04.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.311740+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:04.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.314992+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:04.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.314992+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:04.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.323937+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:04.025 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.323937+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:04.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.324472+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:04.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.324472+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:04.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.324675+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:04.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.324675+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:04.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.327431+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]': finished 2024-05-09T04:09:04.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.327431+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]': finished 2024-05-09T04:09:04.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.334730+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:04.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.334730+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:04.026 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.335065+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:04.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.335065+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:04.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.336598+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:04.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.336598+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:04.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.337846+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:04.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.337846+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:04.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cephadm 2024-05-09T04:09:03.342509+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:09:04.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cephadm 2024-05-09T04:09:03.342509+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:09:04.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cephadm 2024-05-09T04:09:03.344612+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:09:04.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cephadm 2024-05-09T04:09:03.344612+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:09:04.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cephadm 2024-05-09T04:09:03.344788+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:09:04.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: cephadm 2024-05-09T04:09:03.344788+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:09:04.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.346504+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T04:09:04.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.346504+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T04:09:04.027 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.361474+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T04:09:04.028 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:03 smithi188 bash[21926]: audit 2024-05-09T04:09:03.361474+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T04:09:04.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cluster 2024-05-09T04:09:02.845461+0000 mon.a (mon.0) 735 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-05-09T04:09:04.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cluster 2024-05-09T04:09:02.845461+0000 mon.a (mon.0) 735 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-05-09T04:09:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cluster 2024-05-09T04:09:03.234312+0000 mon.a (mon.0) 736 : cluster [INF] Active manager daemon a restarted 2024-05-09T04:09:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cluster 2024-05-09T04:09:03.234312+0000 mon.a (mon.0) 736 : cluster [INF] Active manager daemon a restarted 2024-05-09T04:09:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cluster 2024-05-09T04:09:03.234956+0000 mon.a (mon.0) 737 : cluster [INF] Activating manager daemon a 2024-05-09T04:09:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cluster 2024-05-09T04:09:03.234956+0000 mon.a (mon.0) 737 : cluster [INF] Activating manager daemon a 2024-05-09T04:09:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cluster 2024-05-09T04:09:03.246697+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-09T04:09:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cluster 2024-05-09T04:09:03.246697+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-09T04:09:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cluster 2024-05-09T04:09:03.247200+0000 mon.a (mon.0) 739 : cluster [DBG] mgrmap e18: a(active, starting, since 0.012491s), standbys: b 2024-05-09T04:09:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cluster 2024-05-09T04:09:03.247200+0000 mon.a (mon.0) 739 : cluster [DBG] mgrmap e18: a(active, starting, since 0.012491s), standbys: b 2024-05-09T04:09:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.249094+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:09:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.249094+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-05-09T04:09:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.249358+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:09:04.105 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.249358+0000 mon.a (mon.0) 741 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-05-09T04:09:04.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.249581+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:09:04.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.249581+0000 mon.a (mon.0) 742 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-05-09T04:09:04.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.250972+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T04:09:04.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.250972+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-05-09T04:09:04.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.251256+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-09T04:09:04.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.251256+0000 mon.a (mon.0) 744 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-05-09T04:09:04.106 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.251526+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:09:04.110 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.251526+0000 mon.a (mon.0) 745 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-05-09T04:09:04.110 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.251871+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:09:04.110 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.251871+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-05-09T04:09:04.110 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.252183+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:09:04.110 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.252183+0000 mon.a (mon.0) 747 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-05-09T04:09:04.110 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.252543+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T04:09:04.110 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.252543+0000 mon.a (mon.0) 748 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-05-09T04:09:04.110 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.252804+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T04:09:04.110 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.252804+0000 mon.a (mon.0) 749 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-05-09T04:09:04.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.253212+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T04:09:04.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.253212+0000 mon.a (mon.0) 750 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-05-09T04:09:04.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cluster 2024-05-09T04:09:03.279123+0000 mon.a (mon.0) 751 : cluster [INF] Manager daemon a is now available 2024-05-09T04:09:04.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cluster 2024-05-09T04:09:03.279123+0000 mon.a (mon.0) 751 : cluster [INF] Manager daemon a is now available 2024-05-09T04:09:04.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.311740+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:04.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.311740+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:04.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.314992+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:04.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.314992+0000 mon.a (mon.0) 753 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:04.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.323937+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:04.111 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.323937+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:04.112 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.324472+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:04.112 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.324472+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi188", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:04.112 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.324675+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:04.112 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.324675+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"}]: dispatch 2024-05-09T04:09:04.112 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.327431+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]': finished 2024-05-09T04:09:04.112 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.327431+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]': finished 2024-05-09T04:09:04.112 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.334730+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:04.112 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.334730+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:04.112 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.335065+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:04.112 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.335065+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:04.112 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.336598+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:04.112 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.336598+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:04.112 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.337846+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:04.113 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.337846+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:04.113 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cephadm 2024-05-09T04:09:03.342509+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:09:04.113 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cephadm 2024-05-09T04:09:03.342509+0000 mgr.a (mgr.14397) 1 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-05-09T04:09:04.113 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cephadm 2024-05-09T04:09:03.344612+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:09:04.113 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cephadm 2024-05-09T04:09:03.344612+0000 mgr.a (mgr.14397) 2 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-05-09T04:09:04.113 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cephadm 2024-05-09T04:09:03.344788+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:09:04.113 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: cephadm 2024-05-09T04:09:03.344788+0000 mgr.a (mgr.14397) 3 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.conf 2024-05-09T04:09:04.113 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.346504+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T04:09:04.113 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.346504+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-05-09T04:09:04.113 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.361474+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T04:09:04.113 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:03 smithi160 bash[22291]: audit 2024-05-09T04:09:03.361474+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-05-09T04:09:05.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cephadm 2024-05-09T04:09:03.782795+0000 mgr.a (mgr.14397) 4 : cephadm [INF] [09/May/2024:04:09:03] ENGINE Bus STARTING 2024-05-09T04:09:05.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cephadm 2024-05-09T04:09:03.782795+0000 mgr.a (mgr.14397) 4 : cephadm [INF] [09/May/2024:04:09:03] ENGINE Bus STARTING 2024-05-09T04:09:05.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cephadm 2024-05-09T04:09:03.922592+0000 mgr.a (mgr.14397) 5 : cephadm [INF] [09/May/2024:04:09:03] ENGINE Serving on http://172.21.15.37:8765 2024-05-09T04:09:05.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cephadm 2024-05-09T04:09:03.922592+0000 mgr.a (mgr.14397) 5 : cephadm [INF] [09/May/2024:04:09:03] ENGINE Serving on http://172.21.15.37:8765 2024-05-09T04:09:05.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.153131+0000 mgr.a (mgr.14397) 6 : cephadm [INF] [09/May/2024:04:09:04] ENGINE Serving on https://172.21.15.37:7151 2024-05-09T04:09:05.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.153131+0000 mgr.a (mgr.14397) 6 : cephadm [INF] [09/May/2024:04:09:04] ENGINE Serving on https://172.21.15.37:7151 2024-05-09T04:09:05.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.153235+0000 mgr.a (mgr.14397) 7 : cephadm [INF] [09/May/2024:04:09:04] ENGINE Bus STARTED 2024-05-09T04:09:05.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.153235+0000 mgr.a (mgr.14397) 7 : cephadm [INF] [09/May/2024:04:09:04] ENGINE Bus STARTED 2024-05-09T04:09:05.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.234991+0000 mgr.a (mgr.14397) 8 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.234991+0000 mgr.a (mgr.14397) 8 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.242578+0000 mgr.a (mgr.14397) 9 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.242578+0000 mgr.a (mgr.14397) 9 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.243015+0000 mgr.a (mgr.14397) 10 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.243015+0000 mgr.a (mgr.14397) 10 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cluster 2024-05-09T04:09:04.250130+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e19: a(active, since 1.01543s), standbys: b 2024-05-09T04:09:05.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cluster 2024-05-09T04:09:04.250130+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e19: a(active, since 1.01543s), standbys: b 2024-05-09T04:09:05.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cluster 2024-05-09T04:09:04.255912+0000 mgr.a (mgr.14397) 11 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:05.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: cluster 2024-05-09T04:09:04.255912+0000 mgr.a (mgr.14397) 11 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:05.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:04.835481+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:04.835481+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:04.841021+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:04.841021+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:04.898066+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:04.898066+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:04.904251+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:04.904251+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:05.000321+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:05.000321+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:05.009356+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:05.009356+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:05.018351+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:05.018351+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.524 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:05.026499+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:05.026499+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:05.126033+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]: dispatch 2024-05-09T04:09:05.525 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:05 smithi188 bash[21926]: audit 2024-05-09T04:09:05.126033+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]: dispatch 2024-05-09T04:09:05.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cephadm 2024-05-09T04:09:03.782795+0000 mgr.a (mgr.14397) 4 : cephadm [INF] [09/May/2024:04:09:03] ENGINE Bus STARTING 2024-05-09T04:09:05.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cephadm 2024-05-09T04:09:03.782795+0000 mgr.a (mgr.14397) 4 : cephadm [INF] [09/May/2024:04:09:03] ENGINE Bus STARTING 2024-05-09T04:09:05.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cephadm 2024-05-09T04:09:03.922592+0000 mgr.a (mgr.14397) 5 : cephadm [INF] [09/May/2024:04:09:03] ENGINE Serving on http://172.21.15.37:8765 2024-05-09T04:09:05.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cephadm 2024-05-09T04:09:03.922592+0000 mgr.a (mgr.14397) 5 : cephadm [INF] [09/May/2024:04:09:03] ENGINE Serving on http://172.21.15.37:8765 2024-05-09T04:09:05.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.153131+0000 mgr.a (mgr.14397) 6 : cephadm [INF] [09/May/2024:04:09:04] ENGINE Serving on https://172.21.15.37:7151 2024-05-09T04:09:05.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.153131+0000 mgr.a (mgr.14397) 6 : cephadm [INF] [09/May/2024:04:09:04] ENGINE Serving on https://172.21.15.37:7151 2024-05-09T04:09:05.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.153235+0000 mgr.a (mgr.14397) 7 : cephadm [INF] [09/May/2024:04:09:04] ENGINE Bus STARTED 2024-05-09T04:09:05.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.153235+0000 mgr.a (mgr.14397) 7 : cephadm [INF] [09/May/2024:04:09:04] ENGINE Bus STARTED 2024-05-09T04:09:05.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.234991+0000 mgr.a (mgr.14397) 8 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.234991+0000 mgr.a (mgr.14397) 8 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.242578+0000 mgr.a (mgr.14397) 9 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.242578+0000 mgr.a (mgr.14397) 9 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.243015+0000 mgr.a (mgr.14397) 10 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.243015+0000 mgr.a (mgr.14397) 10 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cluster 2024-05-09T04:09:04.250130+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e19: a(active, since 1.01543s), standbys: b 2024-05-09T04:09:05.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cluster 2024-05-09T04:09:04.250130+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e19: a(active, since 1.01543s), standbys: b 2024-05-09T04:09:05.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cluster 2024-05-09T04:09:04.255912+0000 mgr.a (mgr.14397) 11 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:05.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: cluster 2024-05-09T04:09:04.255912+0000 mgr.a (mgr.14397) 11 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:05.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:04.835481+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:04.835481+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:04.841021+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:04.841021+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:04.898066+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:04.898066+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:04.904251+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:04.904251+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:05.000321+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:05.000321+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:05.009356+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:05.009356+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:05.018351+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:05.018351+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:05.026499+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:05.026499+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:05.126033+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]: dispatch 2024-05-09T04:09:05.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:05 smithi160 bash[22291]: audit 2024-05-09T04:09:05.126033+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]: dispatch 2024-05-09T04:09:05.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cephadm 2024-05-09T04:09:03.782795+0000 mgr.a (mgr.14397) 4 : cephadm [INF] [09/May/2024:04:09:03] ENGINE Bus STARTING 2024-05-09T04:09:05.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cephadm 2024-05-09T04:09:03.782795+0000 mgr.a (mgr.14397) 4 : cephadm [INF] [09/May/2024:04:09:03] ENGINE Bus STARTING 2024-05-09T04:09:05.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cephadm 2024-05-09T04:09:03.922592+0000 mgr.a (mgr.14397) 5 : cephadm [INF] [09/May/2024:04:09:03] ENGINE Serving on http://172.21.15.37:8765 2024-05-09T04:09:05.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cephadm 2024-05-09T04:09:03.922592+0000 mgr.a (mgr.14397) 5 : cephadm [INF] [09/May/2024:04:09:03] ENGINE Serving on http://172.21.15.37:8765 2024-05-09T04:09:05.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.153131+0000 mgr.a (mgr.14397) 6 : cephadm [INF] [09/May/2024:04:09:04] ENGINE Serving on https://172.21.15.37:7151 2024-05-09T04:09:05.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.153131+0000 mgr.a (mgr.14397) 6 : cephadm [INF] [09/May/2024:04:09:04] ENGINE Serving on https://172.21.15.37:7151 2024-05-09T04:09:05.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.153235+0000 mgr.a (mgr.14397) 7 : cephadm [INF] [09/May/2024:04:09:04] ENGINE Bus STARTED 2024-05-09T04:09:05.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.153235+0000 mgr.a (mgr.14397) 7 : cephadm [INF] [09/May/2024:04:09:04] ENGINE Bus STARTED 2024-05-09T04:09:05.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.234991+0000 mgr.a (mgr.14397) 8 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.234991+0000 mgr.a (mgr.14397) 8 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.242578+0000 mgr.a (mgr.14397) 9 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.242578+0000 mgr.a (mgr.14397) 9 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.243015+0000 mgr.a (mgr.14397) 10 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.243015+0000 mgr.a (mgr.14397) 10 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.conf 2024-05-09T04:09:05.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cluster 2024-05-09T04:09:04.250130+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e19: a(active, since 1.01543s), standbys: b 2024-05-09T04:09:05.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cluster 2024-05-09T04:09:04.250130+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e19: a(active, since 1.01543s), standbys: b 2024-05-09T04:09:05.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cluster 2024-05-09T04:09:04.255912+0000 mgr.a (mgr.14397) 11 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:05.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: cluster 2024-05-09T04:09:04.255912+0000 mgr.a (mgr.14397) 11 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:05.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:04.835481+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:04.835481+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:04.841021+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:04.841021+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:04.898066+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:04.898066+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:04.904251+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:04.904251+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:05.000321+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:05.000321+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:05.009356+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:05.009356+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:05.018351+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:05.018351+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:05.026499+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:05.026499+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:05.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:05.126033+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]: dispatch 2024-05-09T04:09:05.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:05 smithi037 bash[21462]: audit 2024-05-09T04:09:05.126033+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]: dispatch 2024-05-09T04:09:06.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:06 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.449655+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:06 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.449655+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:06 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.459335+0000 mgr.a (mgr.14397) 13 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:06 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.459335+0000 mgr.a (mgr.14397) 13 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:06 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.459679+0000 mgr.a (mgr.14397) 14 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:06 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.459679+0000 mgr.a (mgr.14397) 14 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:06 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.664824+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:06 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.664824+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:06 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.675833+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:06 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.675833+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:06 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.676179+0000 mgr.a (mgr.14397) 17 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:06 smithi188 bash[21926]: cephadm 2024-05-09T04:09:04.676179+0000 mgr.a (mgr.14397) 17 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:06 smithi188 bash[21926]: cephadm 2024-05-09T04:09:05.019286+0000 mgr.a (mgr.14397) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:06.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:06 smithi188 bash[21926]: cephadm 2024-05-09T04:09:05.019286+0000 mgr.a (mgr.14397) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:06.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:06 smithi188 bash[21926]: cluster 2024-05-09T04:09:05.252498+0000 mgr.a (mgr.14397) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:06.523 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:06 smithi188 bash[21926]: cluster 2024-05-09T04:09:05.252498+0000 mgr.a (mgr.14397) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:06.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:06 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.449655+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:06 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.449655+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:06 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.459335+0000 mgr.a (mgr.14397) 13 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:06 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.459335+0000 mgr.a (mgr.14397) 13 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:06 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.459679+0000 mgr.a (mgr.14397) 14 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:06 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.459679+0000 mgr.a (mgr.14397) 14 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:06 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.664824+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:06 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.664824+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:06 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.675833+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:06 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.675833+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:06 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.676179+0000 mgr.a (mgr.14397) 17 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:06 smithi160 bash[22291]: cephadm 2024-05-09T04:09:04.676179+0000 mgr.a (mgr.14397) 17 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:06 smithi160 bash[22291]: cephadm 2024-05-09T04:09:05.019286+0000 mgr.a (mgr.14397) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:06.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:06 smithi160 bash[22291]: cephadm 2024-05-09T04:09:05.019286+0000 mgr.a (mgr.14397) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:06.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:06 smithi160 bash[22291]: cluster 2024-05-09T04:09:05.252498+0000 mgr.a (mgr.14397) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:06.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:06 smithi160 bash[22291]: cluster 2024-05-09T04:09:05.252498+0000 mgr.a (mgr.14397) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:06.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:06 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.449655+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.687 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:06 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.449655+0000 mgr.a (mgr.14397) 12 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:06 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.459335+0000 mgr.a (mgr.14397) 13 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:06 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.459335+0000 mgr.a (mgr.14397) 13 : cephadm [INF] Updating smithi188:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:06 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.459679+0000 mgr.a (mgr.14397) 14 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:06 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.459679+0000 mgr.a (mgr.14397) 14 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-05-09T04:09:06.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:06 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.664824+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:06 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.664824+0000 mgr.a (mgr.14397) 15 : cephadm [INF] Updating smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:06 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.675833+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:06 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.675833+0000 mgr.a (mgr.14397) 16 : cephadm [INF] Updating smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:06 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.676179+0000 mgr.a (mgr.14397) 17 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:06 smithi037 bash[21462]: cephadm 2024-05-09T04:09:04.676179+0000 mgr.a (mgr.14397) 17 : cephadm [INF] Updating smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/config/ceph.client.admin.keyring 2024-05-09T04:09:06.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:06 smithi037 bash[21462]: cephadm 2024-05-09T04:09:05.019286+0000 mgr.a (mgr.14397) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:06.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:06 smithi037 bash[21462]: cephadm 2024-05-09T04:09:05.019286+0000 mgr.a (mgr.14397) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:06.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:06 smithi037 bash[21462]: cluster 2024-05-09T04:09:05.252498+0000 mgr.a (mgr.14397) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:06.688 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:06 smithi037 bash[21462]: cluster 2024-05-09T04:09:05.252498+0000 mgr.a (mgr.14397) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:07.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:07 smithi188 bash[21926]: cephadm 2024-05-09T04:09:06.182150+0000 mgr.a (mgr.14397) 20 : cephadm [INF] Reconfiguring grafana.smithi037 (dependencies changed)... 2024-05-09T04:09:07.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:07 smithi188 bash[21926]: cephadm 2024-05-09T04:09:06.182150+0000 mgr.a (mgr.14397) 20 : cephadm [INF] Reconfiguring grafana.smithi037 (dependencies changed)... 2024-05-09T04:09:07.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:07 smithi188 bash[21926]: cephadm 2024-05-09T04:09:06.203442+0000 mgr.a (mgr.14397) 21 : cephadm [INF] Reconfiguring daemon grafana.smithi037 on smithi037 2024-05-09T04:09:07.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:07 smithi188 bash[21926]: cephadm 2024-05-09T04:09:06.203442+0000 mgr.a (mgr.14397) 21 : cephadm [INF] Reconfiguring daemon grafana.smithi037 on smithi037 2024-05-09T04:09:07.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:07 smithi188 bash[21926]: cluster 2024-05-09T04:09:06.268159+0000 mon.a (mon.0) 774 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-05-09T04:09:07.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:07 smithi188 bash[21926]: cluster 2024-05-09T04:09:06.268159+0000 mon.a (mon.0) 774 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-05-09T04:09:07.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:07 smithi188 bash[21926]: audit 2024-05-09T04:09:06.736807+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:07 smithi188 bash[21926]: audit 2024-05-09T04:09:06.736807+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:07 smithi188 bash[21926]: audit 2024-05-09T04:09:06.853861+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:07 smithi188 bash[21926]: audit 2024-05-09T04:09:06.853861+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:07 smithi188 bash[21926]: audit 2024-05-09T04:09:07.015038+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:07 smithi188 bash[21926]: audit 2024-05-09T04:09:07.015038+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:07 smithi160 bash[22291]: cephadm 2024-05-09T04:09:06.182150+0000 mgr.a (mgr.14397) 20 : cephadm [INF] Reconfiguring grafana.smithi037 (dependencies changed)... 2024-05-09T04:09:07.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:07 smithi160 bash[22291]: cephadm 2024-05-09T04:09:06.182150+0000 mgr.a (mgr.14397) 20 : cephadm [INF] Reconfiguring grafana.smithi037 (dependencies changed)... 2024-05-09T04:09:07.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:07 smithi160 bash[22291]: cephadm 2024-05-09T04:09:06.203442+0000 mgr.a (mgr.14397) 21 : cephadm [INF] Reconfiguring daemon grafana.smithi037 on smithi037 2024-05-09T04:09:07.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:07 smithi160 bash[22291]: cephadm 2024-05-09T04:09:06.203442+0000 mgr.a (mgr.14397) 21 : cephadm [INF] Reconfiguring daemon grafana.smithi037 on smithi037 2024-05-09T04:09:07.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:07 smithi160 bash[22291]: cluster 2024-05-09T04:09:06.268159+0000 mon.a (mon.0) 774 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-05-09T04:09:07.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:07 smithi160 bash[22291]: cluster 2024-05-09T04:09:06.268159+0000 mon.a (mon.0) 774 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-05-09T04:09:07.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:07 smithi160 bash[22291]: audit 2024-05-09T04:09:06.736807+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:07 smithi160 bash[22291]: audit 2024-05-09T04:09:06.736807+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:07 smithi160 bash[22291]: audit 2024-05-09T04:09:06.853861+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:07 smithi160 bash[22291]: audit 2024-05-09T04:09:06.853861+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:07 smithi160 bash[22291]: audit 2024-05-09T04:09:07.015038+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:07 smithi160 bash[22291]: audit 2024-05-09T04:09:07.015038+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:07 smithi037 bash[21462]: cephadm 2024-05-09T04:09:06.182150+0000 mgr.a (mgr.14397) 20 : cephadm [INF] Reconfiguring grafana.smithi037 (dependencies changed)... 2024-05-09T04:09:07.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:07 smithi037 bash[21462]: cephadm 2024-05-09T04:09:06.182150+0000 mgr.a (mgr.14397) 20 : cephadm [INF] Reconfiguring grafana.smithi037 (dependencies changed)... 2024-05-09T04:09:07.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:07 smithi037 bash[21462]: cephadm 2024-05-09T04:09:06.203442+0000 mgr.a (mgr.14397) 21 : cephadm [INF] Reconfiguring daemon grafana.smithi037 on smithi037 2024-05-09T04:09:07.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:07 smithi037 bash[21462]: cephadm 2024-05-09T04:09:06.203442+0000 mgr.a (mgr.14397) 21 : cephadm [INF] Reconfiguring daemon grafana.smithi037 on smithi037 2024-05-09T04:09:07.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:07 smithi037 bash[21462]: cluster 2024-05-09T04:09:06.268159+0000 mon.a (mon.0) 774 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-05-09T04:09:07.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:07 smithi037 bash[21462]: cluster 2024-05-09T04:09:06.268159+0000 mon.a (mon.0) 774 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-05-09T04:09:07.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:07 smithi037 bash[21462]: audit 2024-05-09T04:09:06.736807+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:07 smithi037 bash[21462]: audit 2024-05-09T04:09:06.736807+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:07 smithi037 bash[21462]: audit 2024-05-09T04:09:06.853861+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:07 smithi037 bash[21462]: audit 2024-05-09T04:09:06.853861+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:07 smithi037 bash[21462]: audit 2024-05-09T04:09:07.015038+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:07.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:07 smithi037 bash[21462]: audit 2024-05-09T04:09:07.015038+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:08.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:08 smithi188 bash[21926]: cluster 2024-05-09T04:09:07.253057+0000 mgr.a (mgr.14397) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:08.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:08 smithi188 bash[21926]: cluster 2024-05-09T04:09:07.253057+0000 mgr.a (mgr.14397) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:08.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:08 smithi188 bash[21926]: cluster 2024-05-09T04:09:08.034152+0000 mon.a (mon.0) 778 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-05-09T04:09:08.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:08 smithi188 bash[21926]: cluster 2024-05-09T04:09:08.034152+0000 mon.a (mon.0) 778 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-05-09T04:09:08.556 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:08 smithi037 bash[21462]: cluster 2024-05-09T04:09:07.253057+0000 mgr.a (mgr.14397) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:08.556 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:08 smithi037 bash[21462]: cluster 2024-05-09T04:09:07.253057+0000 mgr.a (mgr.14397) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:08.557 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:08 smithi037 bash[21462]: cluster 2024-05-09T04:09:08.034152+0000 mon.a (mon.0) 778 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-05-09T04:09:08.557 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:08 smithi037 bash[21462]: cluster 2024-05-09T04:09:08.034152+0000 mon.a (mon.0) 778 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-05-09T04:09:08.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:08 smithi160 bash[22291]: cluster 2024-05-09T04:09:07.253057+0000 mgr.a (mgr.14397) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:08.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:08 smithi160 bash[22291]: cluster 2024-05-09T04:09:07.253057+0000 mgr.a (mgr.14397) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:08.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:08 smithi160 bash[22291]: cluster 2024-05-09T04:09:08.034152+0000 mon.a (mon.0) 778 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-05-09T04:09:08.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:08 smithi160 bash[22291]: cluster 2024-05-09T04:09:08.034152+0000 mon.a (mon.0) 778 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-05-09T04:09:10.248 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:09 smithi037 bash[21462]: cluster 2024-05-09T04:09:09.253590+0000 mgr.a (mgr.14397) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:10.248 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:09 smithi037 bash[21462]: cluster 2024-05-09T04:09:09.253590+0000 mgr.a (mgr.14397) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:10.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:09 smithi188 bash[21926]: cluster 2024-05-09T04:09:09.253590+0000 mgr.a (mgr.14397) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:10.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:09 smithi188 bash[21926]: cluster 2024-05-09T04:09:09.253590+0000 mgr.a (mgr.14397) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:10.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:09 smithi160 bash[22291]: cluster 2024-05-09T04:09:09.253590+0000 mgr.a (mgr.14397) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:10.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:09 smithi160 bash[22291]: cluster 2024-05-09T04:09:09.253590+0000 mgr.a (mgr.14397) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:11.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:11 smithi037 bash[21462]: audit 2024-05-09T04:09:10.247982+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:11.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:11 smithi037 bash[21462]: audit 2024-05-09T04:09:10.247982+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:11.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:11 smithi160 bash[22291]: audit 2024-05-09T04:09:10.247982+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:11.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:11 smithi160 bash[22291]: audit 2024-05-09T04:09:10.247982+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:11.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:11 smithi188 bash[21926]: audit 2024-05-09T04:09:10.247982+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:11.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:11 smithi188 bash[21926]: audit 2024-05-09T04:09:10.247982+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:12.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:12 smithi037 bash[21462]: cluster 2024-05-09T04:09:11.254006+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-05-09T04:09:12.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:12 smithi037 bash[21462]: cluster 2024-05-09T04:09:11.254006+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-05-09T04:09:12.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:12 smithi037 bash[21462]: audit 2024-05-09T04:09:12.035884+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:12.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:12 smithi037 bash[21462]: audit 2024-05-09T04:09:12.035884+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:12.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:12 smithi037 bash[21462]: audit 2024-05-09T04:09:12.041822+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:12.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:12 smithi037 bash[21462]: audit 2024-05-09T04:09:12.041822+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:12.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:12 smithi037 bash[21462]: audit 2024-05-09T04:09:12.047380+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-09T04:09:12.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:12 smithi037 bash[21462]: audit 2024-05-09T04:09:12.047380+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-09T04:09:12.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:12 smithi188 bash[21926]: cluster 2024-05-09T04:09:11.254006+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-05-09T04:09:12.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:12 smithi188 bash[21926]: cluster 2024-05-09T04:09:11.254006+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-05-09T04:09:12.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:12 smithi188 bash[21926]: audit 2024-05-09T04:09:12.035884+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:12.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:12 smithi188 bash[21926]: audit 2024-05-09T04:09:12.035884+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:12.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:12 smithi188 bash[21926]: audit 2024-05-09T04:09:12.041822+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:12.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:12 smithi188 bash[21926]: audit 2024-05-09T04:09:12.041822+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:12.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:12 smithi188 bash[21926]: audit 2024-05-09T04:09:12.047380+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-09T04:09:12.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:12 smithi188 bash[21926]: audit 2024-05-09T04:09:12.047380+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-09T04:09:12.546 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:12 smithi160 bash[22291]: cluster 2024-05-09T04:09:11.254006+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-05-09T04:09:12.546 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:12 smithi160 bash[22291]: cluster 2024-05-09T04:09:11.254006+0000 mgr.a (mgr.14397) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-05-09T04:09:12.546 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:12 smithi160 bash[22291]: audit 2024-05-09T04:09:12.035884+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:12.546 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:12 smithi160 bash[22291]: audit 2024-05-09T04:09:12.035884+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:12.546 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:12 smithi160 bash[22291]: audit 2024-05-09T04:09:12.041822+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:12.547 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:12 smithi160 bash[22291]: audit 2024-05-09T04:09:12.041822+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:12.547 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:12 smithi160 bash[22291]: audit 2024-05-09T04:09:12.047380+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-09T04:09:12.547 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:12 smithi160 bash[22291]: audit 2024-05-09T04:09:12.047380+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-05-09T04:09:13.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:13 smithi037 bash[21462]: audit 2024-05-09T04:09:12.752905+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-05-09T04:09:13.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:13 smithi037 bash[21462]: audit 2024-05-09T04:09:12.752905+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-05-09T04:09:13.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:13 smithi188 bash[21926]: audit 2024-05-09T04:09:12.752905+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-05-09T04:09:13.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:13 smithi188 bash[21926]: audit 2024-05-09T04:09:12.752905+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-05-09T04:09:13.568 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:13 smithi160 bash[22291]: audit 2024-05-09T04:09:12.752905+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-05-09T04:09:13.569 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:13 smithi160 bash[22291]: audit 2024-05-09T04:09:12.752905+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi188", "caps": []}]: dispatch 2024-05-09T04:09:14.473 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:14 smithi188 bash[21926]: cluster 2024-05-09T04:09:13.254303+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-05-09T04:09:14.473 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:14 smithi188 bash[21926]: cluster 2024-05-09T04:09:13.254303+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-05-09T04:09:14.473 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:14 smithi188 bash[21926]: audit 2024-05-09T04:09:13.575778+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.473 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:14 smithi188 bash[21926]: audit 2024-05-09T04:09:13.575778+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.474 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:14 smithi188 bash[21926]: audit 2024-05-09T04:09:13.703843+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.474 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:14 smithi188 bash[21926]: audit 2024-05-09T04:09:13.703843+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.474 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:14 smithi188 bash[21926]: audit 2024-05-09T04:09:13.819019+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.474 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:14 smithi188 bash[21926]: audit 2024-05-09T04:09:13.819019+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.589 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:14 smithi160 bash[22291]: cluster 2024-05-09T04:09:13.254303+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-05-09T04:09:14.589 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:14 smithi160 bash[22291]: cluster 2024-05-09T04:09:13.254303+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-05-09T04:09:14.589 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:14 smithi160 bash[22291]: audit 2024-05-09T04:09:13.575778+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.589 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:14 smithi160 bash[22291]: audit 2024-05-09T04:09:13.575778+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.589 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:14 smithi160 bash[22291]: audit 2024-05-09T04:09:13.703843+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.589 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:14 smithi160 bash[22291]: audit 2024-05-09T04:09:13.703843+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.590 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:14 smithi160 bash[22291]: audit 2024-05-09T04:09:13.819019+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.590 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:14 smithi160 bash[22291]: audit 2024-05-09T04:09:13.819019+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.670 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:14 smithi037 bash[21462]: cluster 2024-05-09T04:09:13.254303+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-05-09T04:09:14.670 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:14 smithi037 bash[21462]: cluster 2024-05-09T04:09:13.254303+0000 mgr.a (mgr.14397) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-05-09T04:09:14.670 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:14 smithi037 bash[21462]: audit 2024-05-09T04:09:13.575778+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.670 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:14 smithi037 bash[21462]: audit 2024-05-09T04:09:13.575778+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.670 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:14 smithi037 bash[21462]: audit 2024-05-09T04:09:13.703843+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.670 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:14 smithi037 bash[21462]: audit 2024-05-09T04:09:13.703843+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.670 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:14 smithi037 bash[21462]: audit 2024-05-09T04:09:13.819019+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:14.670 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:14 smithi037 bash[21462]: audit 2024-05-09T04:09:13.819019+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:15.297 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:15 smithi160 bash[22291]: cephadm 2024-05-09T04:09:13.599636+0000 mgr.a (mgr.14397) 26 : cephadm [INF] Reconfiguring alertmanager.smithi188 (dependencies changed)... 2024-05-09T04:09:15.297 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:15 smithi160 bash[22291]: cephadm 2024-05-09T04:09:13.599636+0000 mgr.a (mgr.14397) 26 : cephadm [INF] Reconfiguring alertmanager.smithi188 (dependencies changed)... 2024-05-09T04:09:15.297 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:15 smithi160 bash[22291]: cephadm 2024-05-09T04:09:13.608722+0000 mgr.a (mgr.14397) 27 : cephadm [INF] Reconfiguring daemon alertmanager.smithi188 on smithi188 2024-05-09T04:09:15.297 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:15 smithi160 bash[22291]: cephadm 2024-05-09T04:09:13.608722+0000 mgr.a (mgr.14397) 27 : cephadm [INF] Reconfiguring daemon alertmanager.smithi188 on smithi188 2024-05-09T04:09:15.297 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:15 smithi160 bash[22291]: audit 2024-05-09T04:09:14.859154+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:15.297 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:15 smithi160 bash[22291]: audit 2024-05-09T04:09:14.859154+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:15.297 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:15 smithi160 bash[22291]: audit 2024-05-09T04:09:15.235575+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:15.297 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:15 smithi160 bash[22291]: audit 2024-05-09T04:09:15.235575+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:15.395 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:15 smithi188 bash[21926]: cephadm 2024-05-09T04:09:13.599636+0000 mgr.a (mgr.14397) 26 : cephadm [INF] Reconfiguring alertmanager.smithi188 (dependencies changed)... 2024-05-09T04:09:15.395 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:15 smithi188 bash[21926]: cephadm 2024-05-09T04:09:13.599636+0000 mgr.a (mgr.14397) 26 : cephadm [INF] Reconfiguring alertmanager.smithi188 (dependencies changed)... 2024-05-09T04:09:15.395 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:15 smithi188 bash[21926]: cephadm 2024-05-09T04:09:13.608722+0000 mgr.a (mgr.14397) 27 : cephadm [INF] Reconfiguring daemon alertmanager.smithi188 on smithi188 2024-05-09T04:09:15.395 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:15 smithi188 bash[21926]: cephadm 2024-05-09T04:09:13.608722+0000 mgr.a (mgr.14397) 27 : cephadm [INF] Reconfiguring daemon alertmanager.smithi188 on smithi188 2024-05-09T04:09:15.395 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:15 smithi188 bash[21926]: audit 2024-05-09T04:09:14.859154+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:15.395 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:15 smithi188 bash[21926]: audit 2024-05-09T04:09:14.859154+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:15.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:15 smithi037 bash[21462]: cephadm 2024-05-09T04:09:13.599636+0000 mgr.a (mgr.14397) 26 : cephadm [INF] Reconfiguring alertmanager.smithi188 (dependencies changed)... 2024-05-09T04:09:15.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:15 smithi037 bash[21462]: cephadm 2024-05-09T04:09:13.599636+0000 mgr.a (mgr.14397) 26 : cephadm [INF] Reconfiguring alertmanager.smithi188 (dependencies changed)... 2024-05-09T04:09:15.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:15 smithi037 bash[21462]: cephadm 2024-05-09T04:09:13.608722+0000 mgr.a (mgr.14397) 27 : cephadm [INF] Reconfiguring daemon alertmanager.smithi188 on smithi188 2024-05-09T04:09:15.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:15 smithi037 bash[21462]: cephadm 2024-05-09T04:09:13.608722+0000 mgr.a (mgr.14397) 27 : cephadm [INF] Reconfiguring daemon alertmanager.smithi188 on smithi188 2024-05-09T04:09:15.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:15 smithi037 bash[21462]: audit 2024-05-09T04:09:14.859154+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:15.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:15 smithi037 bash[21462]: audit 2024-05-09T04:09:14.859154+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:15.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:15 smithi037 bash[21462]: audit 2024-05-09T04:09:15.235575+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:15.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:15 smithi037 bash[21462]: audit 2024-05-09T04:09:15.235575+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:15.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:15 smithi188 bash[21926]: audit 2024-05-09T04:09:15.235575+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:15.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:15 smithi188 bash[21926]: audit 2024-05-09T04:09:15.235575+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:16 smithi037 bash[21462]: cluster 2024-05-09T04:09:15.254612+0000 mgr.a (mgr.14397) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-05-09T04:09:16.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:16 smithi037 bash[21462]: cluster 2024-05-09T04:09:15.254612+0000 mgr.a (mgr.14397) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-05-09T04:09:16.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:16 smithi037 bash[21462]: audit 2024-05-09T04:09:15.437678+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:16 smithi037 bash[21462]: audit 2024-05-09T04:09:15.437678+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:16 smithi037 bash[21462]: audit 2024-05-09T04:09:15.620565+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:16 smithi037 bash[21462]: audit 2024-05-09T04:09:15.620565+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:16 smithi037 bash[21462]: audit 2024-05-09T04:09:15.651040+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:16 smithi037 bash[21462]: audit 2024-05-09T04:09:15.651040+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:16 smithi188 bash[21926]: cluster 2024-05-09T04:09:15.254612+0000 mgr.a (mgr.14397) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-05-09T04:09:16.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:16 smithi188 bash[21926]: cluster 2024-05-09T04:09:15.254612+0000 mgr.a (mgr.14397) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-05-09T04:09:16.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:16 smithi188 bash[21926]: audit 2024-05-09T04:09:15.437678+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:16 smithi188 bash[21926]: audit 2024-05-09T04:09:15.437678+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:16 smithi188 bash[21926]: audit 2024-05-09T04:09:15.620565+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:16 smithi188 bash[21926]: audit 2024-05-09T04:09:15.620565+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:16 smithi188 bash[21926]: audit 2024-05-09T04:09:15.651040+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:16 smithi188 bash[21926]: audit 2024-05-09T04:09:15.651040+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:16 smithi160 bash[22291]: cluster 2024-05-09T04:09:15.254612+0000 mgr.a (mgr.14397) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-05-09T04:09:16.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:16 smithi160 bash[22291]: cluster 2024-05-09T04:09:15.254612+0000 mgr.a (mgr.14397) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-05-09T04:09:16.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:16 smithi160 bash[22291]: audit 2024-05-09T04:09:15.437678+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:16 smithi160 bash[22291]: audit 2024-05-09T04:09:15.437678+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:16 smithi160 bash[22291]: audit 2024-05-09T04:09:15.620565+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:16 smithi160 bash[22291]: audit 2024-05-09T04:09:15.620565+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:16 smithi160 bash[22291]: audit 2024-05-09T04:09:15.651040+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:16.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:16 smithi160 bash[22291]: audit 2024-05-09T04:09:15.651040+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:18.422 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:18 smithi188 bash[21926]: cluster 2024-05-09T04:09:17.255100+0000 mgr.a (mgr.14397) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:18.423 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:18 smithi188 bash[21926]: cluster 2024-05-09T04:09:17.255100+0000 mgr.a (mgr.14397) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:18.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:18 smithi037 bash[21462]: cluster 2024-05-09T04:09:17.255100+0000 mgr.a (mgr.14397) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:18.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:18 smithi037 bash[21462]: cluster 2024-05-09T04:09:17.255100+0000 mgr.a (mgr.14397) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:18.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:18 smithi160 bash[22291]: cluster 2024-05-09T04:09:17.255100+0000 mgr.a (mgr.14397) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:18.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:18 smithi160 bash[22291]: cluster 2024-05-09T04:09:17.255100+0000 mgr.a (mgr.14397) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:19.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:19 smithi188 bash[21926]: audit 2024-05-09T04:09:18.338819+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:19.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:19 smithi188 bash[21926]: audit 2024-05-09T04:09:18.338819+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:19.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:19 smithi188 bash[21926]: audit 2024-05-09T04:09:18.389663+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:19 smithi188 bash[21926]: audit 2024-05-09T04:09:18.389663+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:19 smithi188 bash[21926]: audit 2024-05-09T04:09:18.796294+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:19 smithi188 bash[21926]: audit 2024-05-09T04:09:18.796294+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:19 smithi188 bash[21926]: audit 2024-05-09T04:09:18.856356+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:19 smithi188 bash[21926]: audit 2024-05-09T04:09:18.856356+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:19 smithi188 bash[21926]: audit 2024-05-09T04:09:18.863099+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:19 smithi188 bash[21926]: audit 2024-05-09T04:09:18.863099+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:19 smithi188 bash[21926]: audit 2024-05-09T04:09:18.871295+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:19 smithi188 bash[21926]: audit 2024-05-09T04:09:18.871295+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:19 smithi188 bash[21926]: audit 2024-05-09T04:09:19.007711+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:19 smithi188 bash[21926]: audit 2024-05-09T04:09:19.007711+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:19 smithi160 bash[22291]: audit 2024-05-09T04:09:18.338819+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:19.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:19 smithi160 bash[22291]: audit 2024-05-09T04:09:18.338819+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:19.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:19 smithi160 bash[22291]: audit 2024-05-09T04:09:18.389663+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:19 smithi160 bash[22291]: audit 2024-05-09T04:09:18.389663+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:19 smithi160 bash[22291]: audit 2024-05-09T04:09:18.796294+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:19 smithi160 bash[22291]: audit 2024-05-09T04:09:18.796294+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:19 smithi160 bash[22291]: audit 2024-05-09T04:09:18.856356+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:19 smithi160 bash[22291]: audit 2024-05-09T04:09:18.856356+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:19 smithi160 bash[22291]: audit 2024-05-09T04:09:18.863099+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:19 smithi160 bash[22291]: audit 2024-05-09T04:09:18.863099+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:19 smithi160 bash[22291]: audit 2024-05-09T04:09:18.871295+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:19 smithi160 bash[22291]: audit 2024-05-09T04:09:18.871295+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:19 smithi160 bash[22291]: audit 2024-05-09T04:09:19.007711+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:19 smithi160 bash[22291]: audit 2024-05-09T04:09:19.007711+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21462]: audit 2024-05-09T04:09:18.338819+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:19.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21462]: audit 2024-05-09T04:09:18.338819+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:19.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21462]: audit 2024-05-09T04:09:18.389663+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21462]: audit 2024-05-09T04:09:18.389663+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21462]: audit 2024-05-09T04:09:18.796294+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21462]: audit 2024-05-09T04:09:18.796294+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21462]: audit 2024-05-09T04:09:18.856356+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21462]: audit 2024-05-09T04:09:18.856356+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21462]: audit 2024-05-09T04:09:18.863099+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21462]: audit 2024-05-09T04:09:18.863099+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21462]: audit 2024-05-09T04:09:18.871295+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21462]: audit 2024-05-09T04:09:18.871295+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21462]: audit 2024-05-09T04:09:19.007711+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:19.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21462]: audit 2024-05-09T04:09:19.007711+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.074 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21717]: [09/May/2024:04:09:19] ENGINE Bus STOPPING 2024-05-09T04:09:20.074 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21717]: [09/May/2024:04:09:19] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-05-09T04:09:20.074 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21717]: [09/May/2024:04:09:19] ENGINE Bus STOPPED 2024-05-09T04:09:20.074 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21717]: [09/May/2024:04:09:19] ENGINE Bus STARTING 2024-05-09T04:09:20.075 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21717]: [09/May/2024:04:09:19] ENGINE Serving on http://:::9283 2024-05-09T04:09:20.075 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21717]: [09/May/2024:04:09:19] ENGINE Bus STARTED 2024-05-09T04:09:20.075 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21717]: [09/May/2024:04:09:19] ENGINE Bus STOPPING 2024-05-09T04:09:20.075 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21717]: [09/May/2024:04:09:19] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-05-09T04:09:20.075 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21717]: [09/May/2024:04:09:19] ENGINE Bus STOPPED 2024-05-09T04:09:20.075 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:19 smithi037 bash[21717]: [09/May/2024:04:09:19] ENGINE Bus STARTING 2024-05-09T04:09:20.075 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21717]: [09/May/2024:04:09:20] ENGINE Serving on http://:::9283 2024-05-09T04:09:20.075 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21717]: [09/May/2024:04:09:20] ENGINE Bus STARTED 2024-05-09T04:09:20.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: cluster 2024-05-09T04:09:19.255670+0000 mgr.a (mgr.14397) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:20.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: cluster 2024-05-09T04:09:19.255670+0000 mgr.a (mgr.14397) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:20.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.769998+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.769998+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.777127+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.777127+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.794444+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-09T04:09:20.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.794444+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-09T04:09:20.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.795862+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-05-09T04:09:20.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.795862+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-05-09T04:09:20.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.800567+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.800567+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.814914+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-09T04:09:20.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.814914+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-09T04:09:20.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.818011+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi188.front.sepia.ceph.com:9093"}]: dispatch 2024-05-09T04:09:20.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.818011+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi188.front.sepia.ceph.com:9093"}]: dispatch 2024-05-09T04:09:20.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.823109+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.823109+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.838570+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:20.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.838570+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:20.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.842082+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:20.446 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.842082+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:20.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.844460+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:20.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.844460+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:20.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.850002+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.850002+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.938103+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:20.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.938103+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:20.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.940583+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:20.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.940583+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:20.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.941354+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:20.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.941354+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:20.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.948004+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:19.948004+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:20.059900+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:20.059900+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:20.066719+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:20.066719+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:20.073524+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.448 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:20 smithi037 bash[21462]: audit 2024-05-09T04:09:20.073524+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: cluster 2024-05-09T04:09:19.255670+0000 mgr.a (mgr.14397) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:20.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: cluster 2024-05-09T04:09:19.255670+0000 mgr.a (mgr.14397) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:20.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.769998+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.769998+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.777127+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.777127+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.794444+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-09T04:09:20.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.794444+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-09T04:09:20.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.795862+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-05-09T04:09:20.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.795862+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-05-09T04:09:20.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.800567+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.800567+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.814914+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-09T04:09:20.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.814914+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-09T04:09:20.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.818011+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi188.front.sepia.ceph.com:9093"}]: dispatch 2024-05-09T04:09:20.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.818011+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi188.front.sepia.ceph.com:9093"}]: dispatch 2024-05-09T04:09:20.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.823109+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.823109+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.838570+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:20.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.838570+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:20.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.842082+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:20.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.842082+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:20.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.844460+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:20.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.844460+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:20.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.850002+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.850002+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.938103+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:20.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.938103+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:20.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.940583+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:20.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.940583+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:20.606 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.941354+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:20.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.941354+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:20.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.948004+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:19.948004+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:20.059900+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:20.059900+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:20.066719+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:20.066719+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:20.073524+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.607 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:20 smithi160 bash[22291]: audit 2024-05-09T04:09:20.073524+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: cluster 2024-05-09T04:09:19.255670+0000 mgr.a (mgr.14397) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:20.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: cluster 2024-05-09T04:09:19.255670+0000 mgr.a (mgr.14397) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:20.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.769998+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.769998+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.777127+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.777127+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.794444+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-09T04:09:20.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.794444+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-09T04:09:20.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.795862+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-05-09T04:09:20.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.795862+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-05-09T04:09:20.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.800567+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.800567+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.814914+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-09T04:09:20.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.814914+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-09T04:09:20.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.818011+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi188.front.sepia.ceph.com:9093"}]: dispatch 2024-05-09T04:09:20.774 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.818011+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi188.front.sepia.ceph.com:9093"}]: dispatch 2024-05-09T04:09:20.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.823109+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.823109+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.838570+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:20.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.838570+0000 mon.a (mon.0) 807 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:20.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.842082+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:20.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.842082+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:20.775 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.844460+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:20.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.844460+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:20.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.850002+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.850002+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.938103+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:20.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.938103+0000 mon.a (mon.0) 811 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:20.776 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.940583+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:20.777 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.940583+0000 mon.a (mon.0) 812 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:20.777 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.941354+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:20.777 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.941354+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:20.777 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.948004+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.777 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:19.948004+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.777 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:20.059900+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.777 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:20.059900+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.778 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:20.066719+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.778 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:20.066719+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.778 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:20.073524+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:20.778 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:20 smithi188 bash[21926]: audit 2024-05-09T04:09:20.073524+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:21.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:21 smithi188 bash[21926]: audit 2024-05-09T04:09:19.794927+0000 mgr.a (mgr.14397) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-09T04:09:21.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:21 smithi188 bash[21926]: audit 2024-05-09T04:09:19.794927+0000 mgr.a (mgr.14397) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-09T04:09:21.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:21 smithi188 bash[21926]: audit 2024-05-09T04:09:19.796244+0000 mgr.a (mgr.14397) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-05-09T04:09:21.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:21 smithi188 bash[21926]: audit 2024-05-09T04:09:19.796244+0000 mgr.a (mgr.14397) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-05-09T04:09:21.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:21 smithi188 bash[21926]: audit 2024-05-09T04:09:19.815372+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-09T04:09:21.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:21 smithi188 bash[21926]: audit 2024-05-09T04:09:19.815372+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-09T04:09:21.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:21 smithi188 bash[21926]: audit 2024-05-09T04:09:19.818343+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi188.front.sepia.ceph.com:9093"}]: dispatch 2024-05-09T04:09:21.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:21 smithi188 bash[21926]: audit 2024-05-09T04:09:19.818343+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi188.front.sepia.ceph.com:9093"}]: dispatch 2024-05-09T04:09:21.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:21 smithi188 bash[21926]: cephadm 2024-05-09T04:09:19.850444+0000 mgr.a (mgr.14397) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:21.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:21 smithi188 bash[21926]: cephadm 2024-05-09T04:09:19.850444+0000 mgr.a (mgr.14397) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:21.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:21 smithi188 bash[21926]: cephadm 2024-05-09T04:09:19.948557+0000 mgr.a (mgr.14397) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:21.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:21 smithi188 bash[21926]: cephadm 2024-05-09T04:09:19.948557+0000 mgr.a (mgr.14397) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:21.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:21 smithi160 bash[22291]: audit 2024-05-09T04:09:19.794927+0000 mgr.a (mgr.14397) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-09T04:09:21.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:21 smithi160 bash[22291]: audit 2024-05-09T04:09:19.794927+0000 mgr.a (mgr.14397) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-09T04:09:21.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:21 smithi160 bash[22291]: audit 2024-05-09T04:09:19.796244+0000 mgr.a (mgr.14397) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-05-09T04:09:21.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:21 smithi160 bash[22291]: audit 2024-05-09T04:09:19.796244+0000 mgr.a (mgr.14397) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-05-09T04:09:21.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:21 smithi160 bash[22291]: audit 2024-05-09T04:09:19.815372+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-09T04:09:21.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:21 smithi160 bash[22291]: audit 2024-05-09T04:09:19.815372+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-09T04:09:21.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:21 smithi160 bash[22291]: audit 2024-05-09T04:09:19.818343+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi188.front.sepia.ceph.com:9093"}]: dispatch 2024-05-09T04:09:21.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:21 smithi160 bash[22291]: audit 2024-05-09T04:09:19.818343+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi188.front.sepia.ceph.com:9093"}]: dispatch 2024-05-09T04:09:21.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:21 smithi160 bash[22291]: cephadm 2024-05-09T04:09:19.850444+0000 mgr.a (mgr.14397) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:21.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:21 smithi160 bash[22291]: cephadm 2024-05-09T04:09:19.850444+0000 mgr.a (mgr.14397) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:21.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:21 smithi160 bash[22291]: cephadm 2024-05-09T04:09:19.948557+0000 mgr.a (mgr.14397) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:21.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:21 smithi160 bash[22291]: cephadm 2024-05-09T04:09:19.948557+0000 mgr.a (mgr.14397) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:21.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:21 smithi037 bash[21462]: audit 2024-05-09T04:09:19.794927+0000 mgr.a (mgr.14397) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-09T04:09:21.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:21 smithi037 bash[21462]: audit 2024-05-09T04:09:19.794927+0000 mgr.a (mgr.14397) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-05-09T04:09:21.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:21 smithi037 bash[21462]: audit 2024-05-09T04:09:19.796244+0000 mgr.a (mgr.14397) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-05-09T04:09:21.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:21 smithi037 bash[21462]: audit 2024-05-09T04:09:19.796244+0000 mgr.a (mgr.14397) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi037.front.sepia.ceph.com:3000"}]: dispatch 2024-05-09T04:09:21.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:21 smithi037 bash[21462]: audit 2024-05-09T04:09:19.815372+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-09T04:09:21.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:21 smithi037 bash[21462]: audit 2024-05-09T04:09:19.815372+0000 mgr.a (mgr.14397) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-05-09T04:09:21.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:21 smithi037 bash[21462]: audit 2024-05-09T04:09:19.818343+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi188.front.sepia.ceph.com:9093"}]: dispatch 2024-05-09T04:09:21.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:21 smithi037 bash[21462]: audit 2024-05-09T04:09:19.818343+0000 mgr.a (mgr.14397) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi188.front.sepia.ceph.com:9093"}]: dispatch 2024-05-09T04:09:21.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:21 smithi037 bash[21462]: cephadm 2024-05-09T04:09:19.850444+0000 mgr.a (mgr.14397) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:21.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:21 smithi037 bash[21462]: cephadm 2024-05-09T04:09:19.850444+0000 mgr.a (mgr.14397) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:21.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:21 smithi037 bash[21462]: cephadm 2024-05-09T04:09:19.948557+0000 mgr.a (mgr.14397) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:21.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:21 smithi037 bash[21462]: cephadm 2024-05-09T04:09:19.948557+0000 mgr.a (mgr.14397) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-05-09T04:09:22.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:22 smithi160 bash[22291]: cluster 2024-05-09T04:09:21.256299+0000 mgr.a (mgr.14397) 37 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:22.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:22 smithi160 bash[22291]: cluster 2024-05-09T04:09:21.256299+0000 mgr.a (mgr.14397) 37 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:22.662 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:22 smithi188 bash[21926]: cluster 2024-05-09T04:09:21.256299+0000 mgr.a (mgr.14397) 37 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:22.662 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:22 smithi188 bash[21926]: cluster 2024-05-09T04:09:21.256299+0000 mgr.a (mgr.14397) 37 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:22.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:22 smithi037 bash[21462]: cluster 2024-05-09T04:09:21.256299+0000 mgr.a (mgr.14397) 37 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:22.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:22 smithi037 bash[21462]: cluster 2024-05-09T04:09:21.256299+0000 mgr.a (mgr.14397) 37 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-05-09T04:09:23.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:23 smithi037 bash[21462]: audit 2024-05-09T04:09:22.660413+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:23.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:23 smithi037 bash[21462]: audit 2024-05-09T04:09:22.660413+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:23.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:23 smithi037 bash[21462]: cluster 2024-05-09T04:09:23.256868+0000 mgr.a (mgr.14397) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:23.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:23 smithi037 bash[21462]: cluster 2024-05-09T04:09:23.256868+0000 mgr.a (mgr.14397) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:24.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:23 smithi188 bash[21926]: audit 2024-05-09T04:09:22.660413+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:24.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:23 smithi188 bash[21926]: audit 2024-05-09T04:09:22.660413+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:24.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:23 smithi188 bash[21926]: cluster 2024-05-09T04:09:23.256868+0000 mgr.a (mgr.14397) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:24.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:23 smithi188 bash[21926]: cluster 2024-05-09T04:09:23.256868+0000 mgr.a (mgr.14397) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:24.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:23 smithi160 bash[22291]: audit 2024-05-09T04:09:22.660413+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:24.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:23 smithi160 bash[22291]: audit 2024-05-09T04:09:22.660413+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:24.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:23 smithi160 bash[22291]: cluster 2024-05-09T04:09:23.256868+0000 mgr.a (mgr.14397) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:24.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:23 smithi160 bash[22291]: cluster 2024-05-09T04:09:23.256868+0000 mgr.a (mgr.14397) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: cluster 2024-05-09T04:09:25.257413+0000 mgr.a (mgr.14397) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: cluster 2024-05-09T04:09:25.257413+0000 mgr.a (mgr.14397) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: audit 2024-05-09T04:09:25.800429+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: audit 2024-05-09T04:09:25.800429+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: audit 2024-05-09T04:09:25.810816+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: audit 2024-05-09T04:09:25.810816+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: audit 2024-05-09T04:09:25.821734+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: audit 2024-05-09T04:09:25.821734+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: audit 2024-05-09T04:09:25.848395+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:26.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: audit 2024-05-09T04:09:25.848395+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:26.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: audit 2024-05-09T04:09:25.854604+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:26.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: audit 2024-05-09T04:09:25.854604+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:26.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: audit 2024-05-09T04:09:25.856361+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:26.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: audit 2024-05-09T04:09:25.856361+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:26.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: audit 2024-05-09T04:09:25.866675+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: audit 2024-05-09T04:09:25.866675+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: audit 2024-05-09T04:09:25.890300+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:26 smithi160 bash[22291]: audit 2024-05-09T04:09:25.890300+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: cluster 2024-05-09T04:09:25.257413+0000 mgr.a (mgr.14397) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: cluster 2024-05-09T04:09:25.257413+0000 mgr.a (mgr.14397) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: audit 2024-05-09T04:09:25.800429+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: audit 2024-05-09T04:09:25.800429+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: audit 2024-05-09T04:09:25.810816+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: audit 2024-05-09T04:09:25.810816+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: audit 2024-05-09T04:09:25.821734+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: audit 2024-05-09T04:09:25.821734+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: audit 2024-05-09T04:09:25.848395+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: audit 2024-05-09T04:09:25.848395+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: audit 2024-05-09T04:09:25.854604+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: audit 2024-05-09T04:09:25.854604+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: audit 2024-05-09T04:09:25.856361+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:26.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: audit 2024-05-09T04:09:25.856361+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:26.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: audit 2024-05-09T04:09:25.866675+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: audit 2024-05-09T04:09:25.866675+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: audit 2024-05-09T04:09:25.890300+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:26 smithi037 bash[21462]: audit 2024-05-09T04:09:25.890300+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: cluster 2024-05-09T04:09:25.257413+0000 mgr.a (mgr.14397) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:26.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: cluster 2024-05-09T04:09:25.257413+0000 mgr.a (mgr.14397) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:26.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: audit 2024-05-09T04:09:25.800429+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: audit 2024-05-09T04:09:25.800429+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: audit 2024-05-09T04:09:25.810816+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: audit 2024-05-09T04:09:25.810816+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: audit 2024-05-09T04:09:25.821734+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: audit 2024-05-09T04:09:25.821734+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: audit 2024-05-09T04:09:25.848395+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:26.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: audit 2024-05-09T04:09:25.848395+0000 mon.a (mon.0) 822 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:09:26.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: audit 2024-05-09T04:09:25.854604+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:26.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: audit 2024-05-09T04:09:25.854604+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:09:26.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: audit 2024-05-09T04:09:25.856361+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:26.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: audit 2024-05-09T04:09:25.856361+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:09:26.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: audit 2024-05-09T04:09:25.866675+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: audit 2024-05-09T04:09:25.866675+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: audit 2024-05-09T04:09:25.890300+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:26.773 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:26 smithi188 bash[21926]: audit 2024-05-09T04:09:25.890300+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:27 smithi037 bash[21462]: audit 2024-05-09T04:09:26.431141+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:27 smithi037 bash[21462]: audit 2024-05-09T04:09:26.431141+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:27 smithi037 bash[21462]: audit 2024-05-09T04:09:26.441032+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:27 smithi037 bash[21462]: audit 2024-05-09T04:09:26.441032+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:27 smithi037 bash[21462]: audit 2024-05-09T04:09:26.451617+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:27 smithi037 bash[21462]: audit 2024-05-09T04:09:26.451617+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:27 smithi037 bash[21462]: cluster 2024-05-09T04:09:27.258089+0000 mgr.a (mgr.14397) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:27.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:27 smithi037 bash[21462]: cluster 2024-05-09T04:09:27.258089+0000 mgr.a (mgr.14397) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:27.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:27 smithi188 bash[21926]: audit 2024-05-09T04:09:26.431141+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:27 smithi188 bash[21926]: audit 2024-05-09T04:09:26.431141+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:27 smithi188 bash[21926]: audit 2024-05-09T04:09:26.441032+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:27 smithi188 bash[21926]: audit 2024-05-09T04:09:26.441032+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:27 smithi188 bash[21926]: audit 2024-05-09T04:09:26.451617+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:27 smithi188 bash[21926]: audit 2024-05-09T04:09:26.451617+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:27 smithi188 bash[21926]: cluster 2024-05-09T04:09:27.258089+0000 mgr.a (mgr.14397) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:27.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:27 smithi188 bash[21926]: cluster 2024-05-09T04:09:27.258089+0000 mgr.a (mgr.14397) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:27.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:27 smithi160 bash[22291]: audit 2024-05-09T04:09:26.431141+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:27 smithi160 bash[22291]: audit 2024-05-09T04:09:26.431141+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:27 smithi160 bash[22291]: audit 2024-05-09T04:09:26.441032+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:27 smithi160 bash[22291]: audit 2024-05-09T04:09:26.441032+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:27 smithi160 bash[22291]: audit 2024-05-09T04:09:26.451617+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:27 smithi160 bash[22291]: audit 2024-05-09T04:09:26.451617+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:27.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:27 smithi160 bash[22291]: cluster 2024-05-09T04:09:27.258089+0000 mgr.a (mgr.14397) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:27.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:27 smithi160 bash[22291]: cluster 2024-05-09T04:09:27.258089+0000 mgr.a (mgr.14397) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:30.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:30 smithi160 bash[22291]: cluster 2024-05-09T04:09:29.258695+0000 mgr.a (mgr.14397) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:30.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:30 smithi160 bash[22291]: cluster 2024-05-09T04:09:29.258695+0000 mgr.a (mgr.14397) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:30.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:30 smithi037 bash[21462]: cluster 2024-05-09T04:09:29.258695+0000 mgr.a (mgr.14397) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:30.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:30 smithi037 bash[21462]: cluster 2024-05-09T04:09:29.258695+0000 mgr.a (mgr.14397) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:30.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:30 smithi188 bash[21926]: cluster 2024-05-09T04:09:29.258695+0000 mgr.a (mgr.14397) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:30.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:30 smithi188 bash[21926]: cluster 2024-05-09T04:09:29.258695+0000 mgr.a (mgr.14397) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:32.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:32 smithi160 bash[22291]: cluster 2024-05-09T04:09:31.259293+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:32.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:32 smithi160 bash[22291]: cluster 2024-05-09T04:09:31.259293+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:32.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:32 smithi037 bash[21462]: cluster 2024-05-09T04:09:31.259293+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:32.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:32 smithi037 bash[21462]: cluster 2024-05-09T04:09:31.259293+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:32.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:32 smithi188 bash[21926]: cluster 2024-05-09T04:09:31.259293+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:32.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:32 smithi188 bash[21926]: cluster 2024-05-09T04:09:31.259293+0000 mgr.a (mgr.14397) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:34.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:34 smithi160 bash[22291]: cluster 2024-05-09T04:09:33.259840+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:34.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:34 smithi160 bash[22291]: cluster 2024-05-09T04:09:33.259840+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:34.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:34 smithi160 bash[22291]: audit 2024-05-09T04:09:33.339291+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:34.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:34 smithi160 bash[22291]: audit 2024-05-09T04:09:33.339291+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:34.665 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:34 smithi037 bash[21462]: cluster 2024-05-09T04:09:33.259840+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:34.665 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:34 smithi037 bash[21462]: cluster 2024-05-09T04:09:33.259840+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:34.665 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:34 smithi037 bash[21462]: audit 2024-05-09T04:09:33.339291+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:34.665 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:34 smithi037 bash[21462]: audit 2024-05-09T04:09:33.339291+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:34.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:34 smithi188 bash[21926]: cluster 2024-05-09T04:09:33.259840+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:34.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:34 smithi188 bash[21926]: cluster 2024-05-09T04:09:33.259840+0000 mgr.a (mgr.14397) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:34.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:34 smithi188 bash[21926]: audit 2024-05-09T04:09:33.339291+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:34.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:34 smithi188 bash[21926]: audit 2024-05-09T04:09:33.339291+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:36.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:36 smithi160 bash[22291]: cluster 2024-05-09T04:09:35.260431+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:36.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:36 smithi160 bash[22291]: cluster 2024-05-09T04:09:35.260431+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:36.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:36 smithi037 bash[21462]: cluster 2024-05-09T04:09:35.260431+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:36.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:36 smithi037 bash[21462]: cluster 2024-05-09T04:09:35.260431+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:36.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:36 smithi188 bash[21926]: cluster 2024-05-09T04:09:35.260431+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:36.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:36 smithi188 bash[21926]: cluster 2024-05-09T04:09:35.260431+0000 mgr.a (mgr.14397) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:38.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:38 smithi160 bash[22291]: cluster 2024-05-09T04:09:37.261004+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:38.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:38 smithi160 bash[22291]: cluster 2024-05-09T04:09:37.261004+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:38.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:38 smithi037 bash[21462]: cluster 2024-05-09T04:09:37.261004+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:38.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:38 smithi037 bash[21462]: cluster 2024-05-09T04:09:37.261004+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:38.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:38 smithi188 bash[21926]: cluster 2024-05-09T04:09:37.261004+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:38.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:38 smithi188 bash[21926]: cluster 2024-05-09T04:09:37.261004+0000 mgr.a (mgr.14397) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:39.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:39 smithi188 bash[21926]: audit 2024-05-09T04:09:38.457347+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:39 smithi188 bash[21926]: audit 2024-05-09T04:09:38.457347+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:39 smithi188 bash[21926]: audit 2024-05-09T04:09:38.465553+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:39 smithi188 bash[21926]: audit 2024-05-09T04:09:38.465553+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:39 smithi188 bash[21926]: audit 2024-05-09T04:09:38.471060+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:39 smithi188 bash[21926]: audit 2024-05-09T04:09:38.471060+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:39 smithi188 bash[21926]: audit 2024-05-09T04:09:39.080647+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:39 smithi188 bash[21926]: audit 2024-05-09T04:09:39.080647+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:39 smithi188 bash[21926]: audit 2024-05-09T04:09:39.090719+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:39 smithi188 bash[21926]: audit 2024-05-09T04:09:39.090719+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:39 smithi188 bash[21926]: audit 2024-05-09T04:09:39.101921+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:39 smithi188 bash[21926]: audit 2024-05-09T04:09:39.101921+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:39 smithi188 bash[21926]: cluster 2024-05-09T04:09:39.261478+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:39.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:39 smithi188 bash[21926]: cluster 2024-05-09T04:09:39.261478+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:39.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:39 smithi160 bash[22291]: audit 2024-05-09T04:09:38.457347+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:39 smithi160 bash[22291]: audit 2024-05-09T04:09:38.457347+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:39 smithi160 bash[22291]: audit 2024-05-09T04:09:38.465553+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:39 smithi160 bash[22291]: audit 2024-05-09T04:09:38.465553+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:39 smithi160 bash[22291]: audit 2024-05-09T04:09:38.471060+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:39 smithi160 bash[22291]: audit 2024-05-09T04:09:38.471060+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:39 smithi160 bash[22291]: audit 2024-05-09T04:09:39.080647+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:39 smithi160 bash[22291]: audit 2024-05-09T04:09:39.080647+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:39 smithi160 bash[22291]: audit 2024-05-09T04:09:39.090719+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:39 smithi160 bash[22291]: audit 2024-05-09T04:09:39.090719+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:39 smithi160 bash[22291]: audit 2024-05-09T04:09:39.101921+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:39 smithi160 bash[22291]: audit 2024-05-09T04:09:39.101921+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:39 smithi160 bash[22291]: cluster 2024-05-09T04:09:39.261478+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:39.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:39 smithi160 bash[22291]: cluster 2024-05-09T04:09:39.261478+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:39.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:39 smithi037 bash[21462]: audit 2024-05-09T04:09:38.457347+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:39 smithi037 bash[21462]: audit 2024-05-09T04:09:38.457347+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:39 smithi037 bash[21462]: audit 2024-05-09T04:09:38.465553+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:39 smithi037 bash[21462]: audit 2024-05-09T04:09:38.465553+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:39 smithi037 bash[21462]: audit 2024-05-09T04:09:38.471060+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:39 smithi037 bash[21462]: audit 2024-05-09T04:09:38.471060+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:39 smithi037 bash[21462]: audit 2024-05-09T04:09:39.080647+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:39 smithi037 bash[21462]: audit 2024-05-09T04:09:39.080647+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:39 smithi037 bash[21462]: audit 2024-05-09T04:09:39.090719+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:39 smithi037 bash[21462]: audit 2024-05-09T04:09:39.090719+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:39 smithi037 bash[21462]: audit 2024-05-09T04:09:39.101921+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.946 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:39 smithi037 bash[21462]: audit 2024-05-09T04:09:39.101921+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:39.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:39 smithi037 bash[21462]: cluster 2024-05-09T04:09:39.261478+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:39.947 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:39 smithi037 bash[21462]: cluster 2024-05-09T04:09:39.261478+0000 mgr.a (mgr.14397) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:42.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:42 smithi188 bash[21926]: cluster 2024-05-09T04:09:41.262001+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:42.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:42 smithi188 bash[21926]: cluster 2024-05-09T04:09:41.262001+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:42.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:42 smithi160 bash[22291]: cluster 2024-05-09T04:09:41.262001+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:42.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:42 smithi160 bash[22291]: cluster 2024-05-09T04:09:41.262001+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:42.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:42 smithi037 bash[21462]: cluster 2024-05-09T04:09:41.262001+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:42.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:42 smithi037 bash[21462]: cluster 2024-05-09T04:09:41.262001+0000 mgr.a (mgr.14397) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:44.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:44 smithi188 bash[21926]: cluster 2024-05-09T04:09:43.262539+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:44.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:44 smithi188 bash[21926]: cluster 2024-05-09T04:09:43.262539+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:44.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:44 smithi160 bash[22291]: cluster 2024-05-09T04:09:43.262539+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:44.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:44 smithi160 bash[22291]: cluster 2024-05-09T04:09:43.262539+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:44.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:44 smithi037 bash[21462]: cluster 2024-05-09T04:09:43.262539+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:44.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:44 smithi037 bash[21462]: cluster 2024-05-09T04:09:43.262539+0000 mgr.a (mgr.14397) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:45.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:45 smithi188 bash[21926]: audit 2024-05-09T04:09:44.426484+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:45 smithi188 bash[21926]: audit 2024-05-09T04:09:44.426484+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:45 smithi188 bash[21926]: audit 2024-05-09T04:09:44.437399+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:45 smithi188 bash[21926]: audit 2024-05-09T04:09:44.437399+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:45 smithi188 bash[21926]: audit 2024-05-09T04:09:44.449018+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:45 smithi188 bash[21926]: audit 2024-05-09T04:09:44.449018+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:45 smithi188 bash[21926]: cluster 2024-05-09T04:09:45.263116+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:45.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:45 smithi188 bash[21926]: cluster 2024-05-09T04:09:45.263116+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:45.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:45 smithi037 bash[21462]: audit 2024-05-09T04:09:44.426484+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:45 smithi037 bash[21462]: audit 2024-05-09T04:09:44.426484+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:45 smithi037 bash[21462]: audit 2024-05-09T04:09:44.437399+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:45 smithi037 bash[21462]: audit 2024-05-09T04:09:44.437399+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:45 smithi037 bash[21462]: audit 2024-05-09T04:09:44.449018+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:45 smithi037 bash[21462]: audit 2024-05-09T04:09:44.449018+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:45 smithi037 bash[21462]: cluster 2024-05-09T04:09:45.263116+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:45.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:45 smithi037 bash[21462]: cluster 2024-05-09T04:09:45.263116+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:45.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:45 smithi160 bash[22291]: audit 2024-05-09T04:09:44.426484+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:45 smithi160 bash[22291]: audit 2024-05-09T04:09:44.426484+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:45 smithi160 bash[22291]: audit 2024-05-09T04:09:44.437399+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:45 smithi160 bash[22291]: audit 2024-05-09T04:09:44.437399+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:45 smithi160 bash[22291]: audit 2024-05-09T04:09:44.449018+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:45 smithi160 bash[22291]: audit 2024-05-09T04:09:44.449018+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:45.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:45 smithi160 bash[22291]: cluster 2024-05-09T04:09:45.263116+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:45.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:45 smithi160 bash[22291]: cluster 2024-05-09T04:09:45.263116+0000 mgr.a (mgr.14397) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:48.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:48 smithi160 bash[22291]: cluster 2024-05-09T04:09:47.263652+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:48.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:48 smithi160 bash[22291]: cluster 2024-05-09T04:09:47.263652+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:48 smithi037 bash[21462]: cluster 2024-05-09T04:09:47.263652+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:48 smithi037 bash[21462]: cluster 2024-05-09T04:09:47.263652+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:48.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:48 smithi188 bash[21926]: cluster 2024-05-09T04:09:47.263652+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:48.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:48 smithi188 bash[21926]: cluster 2024-05-09T04:09:47.263652+0000 mgr.a (mgr.14397) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:49.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:49 smithi160 bash[22291]: audit 2024-05-09T04:09:48.340064+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:49.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:49 smithi160 bash[22291]: audit 2024-05-09T04:09:48.340064+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:49.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:49 smithi037 bash[21462]: audit 2024-05-09T04:09:48.340064+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:49.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:49 smithi037 bash[21462]: audit 2024-05-09T04:09:48.340064+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:49.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:49 smithi188 bash[21926]: audit 2024-05-09T04:09:48.340064+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:49.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:49 smithi188 bash[21926]: audit 2024-05-09T04:09:48.340064+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:09:50.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:50 smithi160 bash[22291]: cluster 2024-05-09T04:09:49.264202+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:50.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:50 smithi160 bash[22291]: cluster 2024-05-09T04:09:49.264202+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:50.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:50 smithi037 bash[21462]: cluster 2024-05-09T04:09:49.264202+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:50.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:50 smithi037 bash[21462]: cluster 2024-05-09T04:09:49.264202+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:50.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:50 smithi188 bash[21926]: cluster 2024-05-09T04:09:49.264202+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:50.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:50 smithi188 bash[21926]: cluster 2024-05-09T04:09:49.264202+0000 mgr.a (mgr.14397) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:52.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:52 smithi160 bash[22291]: cluster 2024-05-09T04:09:51.264742+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:52.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:52 smithi160 bash[22291]: cluster 2024-05-09T04:09:51.264742+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:52.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:52 smithi037 bash[21462]: cluster 2024-05-09T04:09:51.264742+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:52.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:52 smithi037 bash[21462]: cluster 2024-05-09T04:09:51.264742+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:52.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:52 smithi188 bash[21926]: cluster 2024-05-09T04:09:51.264742+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:52.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:52 smithi188 bash[21926]: cluster 2024-05-09T04:09:51.264742+0000 mgr.a (mgr.14397) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:54.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:54 smithi160 bash[22291]: cluster 2024-05-09T04:09:53.265255+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:54.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:54 smithi160 bash[22291]: cluster 2024-05-09T04:09:53.265255+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:54.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:54 smithi037 bash[21462]: cluster 2024-05-09T04:09:53.265255+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:54.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:54 smithi037 bash[21462]: cluster 2024-05-09T04:09:53.265255+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:54.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:54 smithi188 bash[21926]: cluster 2024-05-09T04:09:53.265255+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:54.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:54 smithi188 bash[21926]: cluster 2024-05-09T04:09:53.265255+0000 mgr.a (mgr.14397) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:56.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:56 smithi037 bash[21462]: cluster 2024-05-09T04:09:55.265687+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:56.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:56 smithi037 bash[21462]: cluster 2024-05-09T04:09:55.265687+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:56.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:56 smithi160 bash[22291]: cluster 2024-05-09T04:09:55.265687+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:56.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:56 smithi160 bash[22291]: cluster 2024-05-09T04:09:55.265687+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:56.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:56 smithi188 bash[21926]: cluster 2024-05-09T04:09:55.265687+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:56.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:56 smithi188 bash[21926]: cluster 2024-05-09T04:09:55.265687+0000 mgr.a (mgr.14397) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:58.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:58 smithi160 bash[22291]: cluster 2024-05-09T04:09:57.266206+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:58.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:58 smithi160 bash[22291]: cluster 2024-05-09T04:09:57.266206+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:58.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:58 smithi037 bash[21462]: cluster 2024-05-09T04:09:57.266206+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:58.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:58 smithi037 bash[21462]: cluster 2024-05-09T04:09:57.266206+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:58.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:58 smithi188 bash[21926]: cluster 2024-05-09T04:09:57.266206+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:58.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:58 smithi188 bash[21926]: cluster 2024-05-09T04:09:57.266206+0000 mgr.a (mgr.14397) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:59.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:59 smithi037 bash[21462]: audit 2024-05-09T04:09:58.683747+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:59.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:59 smithi037 bash[21462]: audit 2024-05-09T04:09:58.683747+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:59 smithi037 bash[21462]: audit 2024-05-09T04:09:58.693314+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:59 smithi037 bash[21462]: audit 2024-05-09T04:09:58.693314+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:59 smithi037 bash[21462]: audit 2024-05-09T04:09:58.704450+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:59 smithi037 bash[21462]: audit 2024-05-09T04:09:58.704450+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:59 smithi037 bash[21462]: cluster 2024-05-09T04:09:59.266713+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:59 smithi037 bash[21462]: cluster 2024-05-09T04:09:59.266713+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:09:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:59 smithi037 bash[21462]: audit 2024-05-09T04:09:59.309288+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:59 smithi037 bash[21462]: audit 2024-05-09T04:09:59.309288+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:59 smithi037 bash[21462]: audit 2024-05-09T04:09:59.319601+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:59 smithi037 bash[21462]: audit 2024-05-09T04:09:59.319601+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:59 smithi037 bash[21462]: audit 2024-05-09T04:09:59.330780+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:09:59.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:09:59 smithi037 bash[21462]: audit 2024-05-09T04:09:59.330780+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:59 smithi188 bash[21926]: audit 2024-05-09T04:09:58.683747+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:59 smithi188 bash[21926]: audit 2024-05-09T04:09:58.683747+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:59 smithi188 bash[21926]: audit 2024-05-09T04:09:58.693314+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:59 smithi188 bash[21926]: audit 2024-05-09T04:09:58.693314+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:59 smithi188 bash[21926]: audit 2024-05-09T04:09:58.704450+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:59 smithi188 bash[21926]: audit 2024-05-09T04:09:58.704450+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:59 smithi188 bash[21926]: cluster 2024-05-09T04:09:59.266713+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:00.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:59 smithi188 bash[21926]: cluster 2024-05-09T04:09:59.266713+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:00.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:59 smithi188 bash[21926]: audit 2024-05-09T04:09:59.309288+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:59 smithi188 bash[21926]: audit 2024-05-09T04:09:59.309288+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:59 smithi188 bash[21926]: audit 2024-05-09T04:09:59.319601+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:59 smithi188 bash[21926]: audit 2024-05-09T04:09:59.319601+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:59 smithi188 bash[21926]: audit 2024-05-09T04:09:59.330780+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.022 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:09:59 smithi188 bash[21926]: audit 2024-05-09T04:09:59.330780+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:59 smithi160 bash[22291]: audit 2024-05-09T04:09:58.683747+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:59 smithi160 bash[22291]: audit 2024-05-09T04:09:58.683747+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:59 smithi160 bash[22291]: audit 2024-05-09T04:09:58.693314+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:59 smithi160 bash[22291]: audit 2024-05-09T04:09:58.693314+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:59 smithi160 bash[22291]: audit 2024-05-09T04:09:58.704450+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:59 smithi160 bash[22291]: audit 2024-05-09T04:09:58.704450+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:59 smithi160 bash[22291]: cluster 2024-05-09T04:09:59.266713+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:59 smithi160 bash[22291]: cluster 2024-05-09T04:09:59.266713+0000 mgr.a (mgr.14397) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:59 smithi160 bash[22291]: audit 2024-05-09T04:09:59.309288+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:59 smithi160 bash[22291]: audit 2024-05-09T04:09:59.309288+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:59 smithi160 bash[22291]: audit 2024-05-09T04:09:59.319601+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:59 smithi160 bash[22291]: audit 2024-05-09T04:09:59.319601+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:59 smithi160 bash[22291]: audit 2024-05-09T04:09:59.330780+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:00.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:09:59 smithi160 bash[22291]: audit 2024-05-09T04:09:59.330780+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:01.020 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:00 smithi188 bash[21926]: cluster 2024-05-09T04:10:00.000180+0000 mon.a (mon.0) 847 : cluster [INF] overall HEALTH_OK 2024-05-09T04:10:01.020 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:00 smithi188 bash[21926]: cluster 2024-05-09T04:10:00.000180+0000 mon.a (mon.0) 847 : cluster [INF] overall HEALTH_OK 2024-05-09T04:10:01.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:00 smithi160 bash[22291]: cluster 2024-05-09T04:10:00.000180+0000 mon.a (mon.0) 847 : cluster [INF] overall HEALTH_OK 2024-05-09T04:10:01.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:00 smithi160 bash[22291]: cluster 2024-05-09T04:10:00.000180+0000 mon.a (mon.0) 847 : cluster [INF] overall HEALTH_OK 2024-05-09T04:10:01.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:00 smithi037 bash[21462]: cluster 2024-05-09T04:10:00.000180+0000 mon.a (mon.0) 847 : cluster [INF] overall HEALTH_OK 2024-05-09T04:10:01.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:00 smithi037 bash[21462]: cluster 2024-05-09T04:10:00.000180+0000 mon.a (mon.0) 847 : cluster [INF] overall HEALTH_OK 2024-05-09T04:10:01.944 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:10:01 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:10:01] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.43.0" 2024-05-09T04:10:01.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:01 smithi037 bash[21462]: cluster 2024-05-09T04:10:01.267223+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:01.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:01 smithi037 bash[21462]: cluster 2024-05-09T04:10:01.267223+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:02.020 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:01 smithi188 bash[21926]: cluster 2024-05-09T04:10:01.267223+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:02.020 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:01 smithi188 bash[21926]: cluster 2024-05-09T04:10:01.267223+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:02.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:01 smithi160 bash[22291]: cluster 2024-05-09T04:10:01.267223+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:02.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:01 smithi160 bash[22291]: cluster 2024-05-09T04:10:01.267223+0000 mgr.a (mgr.14397) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:04.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:04 smithi188 bash[21926]: cluster 2024-05-09T04:10:03.267763+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:04.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:04 smithi188 bash[21926]: cluster 2024-05-09T04:10:03.267763+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:04.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:04 smithi188 bash[21926]: audit 2024-05-09T04:10:03.341061+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:04.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:04 smithi188 bash[21926]: audit 2024-05-09T04:10:03.341061+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:04.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:04 smithi160 bash[22291]: cluster 2024-05-09T04:10:03.267763+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:04.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:04 smithi160 bash[22291]: cluster 2024-05-09T04:10:03.267763+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:04.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:04 smithi160 bash[22291]: audit 2024-05-09T04:10:03.341061+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:04.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:04 smithi160 bash[22291]: audit 2024-05-09T04:10:03.341061+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:04 smithi037 bash[21462]: cluster 2024-05-09T04:10:03.267763+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:04 smithi037 bash[21462]: cluster 2024-05-09T04:10:03.267763+0000 mgr.a (mgr.14397) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:04 smithi037 bash[21462]: audit 2024-05-09T04:10:03.341061+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:04 smithi037 bash[21462]: audit 2024-05-09T04:10:03.341061+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:05.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:05 smithi160 bash[22291]: audit 2024-05-09T04:10:04.587499+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:05.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:05 smithi160 bash[22291]: audit 2024-05-09T04:10:04.587499+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:05.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:05 smithi160 bash[22291]: audit 2024-05-09T04:10:04.598660+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:05.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:05 smithi160 bash[22291]: audit 2024-05-09T04:10:04.598660+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:05.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:05 smithi160 bash[22291]: audit 2024-05-09T04:10:04.609404+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:05.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:05 smithi160 bash[22291]: audit 2024-05-09T04:10:04.609404+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:05.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:05 smithi160 bash[22291]: cluster 2024-05-09T04:10:05.268402+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:05.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:05 smithi160 bash[22291]: cluster 2024-05-09T04:10:05.268402+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:05.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:05 smithi037 bash[21462]: audit 2024-05-09T04:10:04.587499+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:05.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:05 smithi037 bash[21462]: audit 2024-05-09T04:10:04.587499+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:05.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:05 smithi037 bash[21462]: audit 2024-05-09T04:10:04.598660+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:05.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:05 smithi037 bash[21462]: audit 2024-05-09T04:10:04.598660+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:05.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:05 smithi037 bash[21462]: audit 2024-05-09T04:10:04.609404+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:05.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:05 smithi037 bash[21462]: audit 2024-05-09T04:10:04.609404+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:05.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:05 smithi037 bash[21462]: cluster 2024-05-09T04:10:05.268402+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:05.945 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:05 smithi037 bash[21462]: cluster 2024-05-09T04:10:05.268402+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:06.020 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:05 smithi188 bash[21926]: audit 2024-05-09T04:10:04.587499+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:06.020 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:05 smithi188 bash[21926]: audit 2024-05-09T04:10:04.587499+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:06.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:05 smithi188 bash[21926]: audit 2024-05-09T04:10:04.598660+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:06.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:05 smithi188 bash[21926]: audit 2024-05-09T04:10:04.598660+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:06.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:05 smithi188 bash[21926]: audit 2024-05-09T04:10:04.609404+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:06.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:05 smithi188 bash[21926]: audit 2024-05-09T04:10:04.609404+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:06.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:05 smithi188 bash[21926]: cluster 2024-05-09T04:10:05.268402+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:06.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:05 smithi188 bash[21926]: cluster 2024-05-09T04:10:05.268402+0000 mgr.a (mgr.14397) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:08.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:08 smithi160 bash[22291]: cluster 2024-05-09T04:10:07.268970+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:08.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:08 smithi160 bash[22291]: cluster 2024-05-09T04:10:07.268970+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:08.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:08 smithi037 bash[21462]: cluster 2024-05-09T04:10:07.268970+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:08.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:08 smithi037 bash[21462]: cluster 2024-05-09T04:10:07.268970+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:08.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:08 smithi188 bash[21926]: cluster 2024-05-09T04:10:07.268970+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:08.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:08 smithi188 bash[21926]: cluster 2024-05-09T04:10:07.268970+0000 mgr.a (mgr.14397) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:10.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:10 smithi160 bash[22291]: cluster 2024-05-09T04:10:09.269502+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:10.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:10 smithi160 bash[22291]: cluster 2024-05-09T04:10:09.269502+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:10.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:10 smithi037 bash[21462]: cluster 2024-05-09T04:10:09.269502+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:10.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:10 smithi037 bash[21462]: cluster 2024-05-09T04:10:09.269502+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:10.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:10 smithi188 bash[21926]: cluster 2024-05-09T04:10:09.269502+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:10.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:10 smithi188 bash[21926]: cluster 2024-05-09T04:10:09.269502+0000 mgr.a (mgr.14397) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:11.944 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:10:11 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:10:11] "GET /metrics HTTP/1.1" 200 21529 "" "Prometheus/2.43.0" 2024-05-09T04:10:12.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:12 smithi160 bash[22291]: cluster 2024-05-09T04:10:11.270027+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:12.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:12 smithi160 bash[22291]: cluster 2024-05-09T04:10:11.270027+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:12.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:12 smithi037 bash[21462]: cluster 2024-05-09T04:10:11.270027+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:12.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:12 smithi037 bash[21462]: cluster 2024-05-09T04:10:11.270027+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:12.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:12 smithi188 bash[21926]: cluster 2024-05-09T04:10:11.270027+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:12.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:12 smithi188 bash[21926]: cluster 2024-05-09T04:10:11.270027+0000 mgr.a (mgr.14397) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:14.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:14 smithi160 bash[22291]: cluster 2024-05-09T04:10:13.270562+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:14.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:14 smithi160 bash[22291]: cluster 2024-05-09T04:10:13.270562+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:14.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:14 smithi037 bash[21462]: cluster 2024-05-09T04:10:13.270562+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:14.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:14 smithi037 bash[21462]: cluster 2024-05-09T04:10:13.270562+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:14.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:14 smithi188 bash[21926]: cluster 2024-05-09T04:10:13.270562+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:14.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:14 smithi188 bash[21926]: cluster 2024-05-09T04:10:13.270562+0000 mgr.a (mgr.14397) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:16.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:16 smithi037 bash[21462]: cluster 2024-05-09T04:10:15.271150+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:16.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:16 smithi037 bash[21462]: cluster 2024-05-09T04:10:15.271150+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:16.565 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:16 smithi160 bash[22291]: cluster 2024-05-09T04:10:15.271150+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:16.565 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:16 smithi160 bash[22291]: cluster 2024-05-09T04:10:15.271150+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:16.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:16 smithi188 bash[21926]: cluster 2024-05-09T04:10:15.271150+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:16.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:16 smithi188 bash[21926]: cluster 2024-05-09T04:10:15.271150+0000 mgr.a (mgr.14397) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:18.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:18 smithi160 bash[22291]: cluster 2024-05-09T04:10:17.271666+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:18.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:18 smithi160 bash[22291]: cluster 2024-05-09T04:10:17.271666+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:18.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:18 smithi160 bash[22291]: audit 2024-05-09T04:10:18.341278+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:18.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:18 smithi160 bash[22291]: audit 2024-05-09T04:10:18.341278+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:18.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:18 smithi037 bash[21462]: cluster 2024-05-09T04:10:17.271666+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:18.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:18 smithi037 bash[21462]: cluster 2024-05-09T04:10:17.271666+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:18.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:18 smithi037 bash[21462]: audit 2024-05-09T04:10:18.341278+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:18.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:18 smithi037 bash[21462]: audit 2024-05-09T04:10:18.341278+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:18.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:18 smithi188 bash[21926]: cluster 2024-05-09T04:10:17.271666+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:18.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:18 smithi188 bash[21926]: cluster 2024-05-09T04:10:17.271666+0000 mgr.a (mgr.14397) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:18.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:18 smithi188 bash[21926]: audit 2024-05-09T04:10:18.341278+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:18.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:18 smithi188 bash[21926]: audit 2024-05-09T04:10:18.341278+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:20.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:19 smithi037 bash[21462]: audit 2024-05-09T04:10:18.902508+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:19 smithi037 bash[21462]: audit 2024-05-09T04:10:18.902508+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:19 smithi037 bash[21462]: audit 2024-05-09T04:10:18.909972+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:19 smithi037 bash[21462]: audit 2024-05-09T04:10:18.909972+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:19 smithi037 bash[21462]: audit 2024-05-09T04:10:18.918420+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:19 smithi037 bash[21462]: audit 2024-05-09T04:10:18.918420+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:19 smithi037 bash[21462]: cluster 2024-05-09T04:10:19.272193+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:20.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:19 smithi037 bash[21462]: cluster 2024-05-09T04:10:19.272193+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:20.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:19 smithi037 bash[21462]: audit 2024-05-09T04:10:19.515235+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:19 smithi037 bash[21462]: audit 2024-05-09T04:10:19.515235+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:19 smithi037 bash[21462]: audit 2024-05-09T04:10:19.525515+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:19 smithi037 bash[21462]: audit 2024-05-09T04:10:19.525515+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:19 smithi037 bash[21462]: audit 2024-05-09T04:10:19.537850+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.196 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:19 smithi037 bash[21462]: audit 2024-05-09T04:10:19.537850+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:19 smithi188 bash[21926]: audit 2024-05-09T04:10:18.902508+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:19 smithi188 bash[21926]: audit 2024-05-09T04:10:18.902508+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:19 smithi188 bash[21926]: audit 2024-05-09T04:10:18.909972+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:19 smithi188 bash[21926]: audit 2024-05-09T04:10:18.909972+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:19 smithi188 bash[21926]: audit 2024-05-09T04:10:18.918420+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:19 smithi188 bash[21926]: audit 2024-05-09T04:10:18.918420+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:19 smithi188 bash[21926]: cluster 2024-05-09T04:10:19.272193+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:20.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:19 smithi188 bash[21926]: cluster 2024-05-09T04:10:19.272193+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:20.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:19 smithi188 bash[21926]: audit 2024-05-09T04:10:19.515235+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:19 smithi188 bash[21926]: audit 2024-05-09T04:10:19.515235+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:19 smithi188 bash[21926]: audit 2024-05-09T04:10:19.525515+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:19 smithi188 bash[21926]: audit 2024-05-09T04:10:19.525515+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:19 smithi188 bash[21926]: audit 2024-05-09T04:10:19.537850+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.272 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:19 smithi188 bash[21926]: audit 2024-05-09T04:10:19.537850+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:19 smithi160 bash[22291]: audit 2024-05-09T04:10:18.902508+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:19 smithi160 bash[22291]: audit 2024-05-09T04:10:18.902508+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:19 smithi160 bash[22291]: audit 2024-05-09T04:10:18.909972+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:19 smithi160 bash[22291]: audit 2024-05-09T04:10:18.909972+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:19 smithi160 bash[22291]: audit 2024-05-09T04:10:18.918420+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:19 smithi160 bash[22291]: audit 2024-05-09T04:10:18.918420+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:19 smithi160 bash[22291]: cluster 2024-05-09T04:10:19.272193+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:20.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:19 smithi160 bash[22291]: cluster 2024-05-09T04:10:19.272193+0000 mgr.a (mgr.14397) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:20.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:19 smithi160 bash[22291]: audit 2024-05-09T04:10:19.515235+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:19 smithi160 bash[22291]: audit 2024-05-09T04:10:19.515235+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:19 smithi160 bash[22291]: audit 2024-05-09T04:10:19.525515+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:19 smithi160 bash[22291]: audit 2024-05-09T04:10:19.525515+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:19 smithi160 bash[22291]: audit 2024-05-09T04:10:19.537850+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:20.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:19 smithi160 bash[22291]: audit 2024-05-09T04:10:19.537850+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:21.944 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:10:21 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:10:21] "GET /metrics HTTP/1.1" 200 21523 "" "Prometheus/2.43.0" 2024-05-09T04:10:22.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:22 smithi160 bash[22291]: cluster 2024-05-09T04:10:21.272710+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:22.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:22 smithi160 bash[22291]: cluster 2024-05-09T04:10:21.272710+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:22.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:22 smithi037 bash[21462]: cluster 2024-05-09T04:10:21.272710+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:22.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:22 smithi037 bash[21462]: cluster 2024-05-09T04:10:21.272710+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:22.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:22 smithi188 bash[21926]: cluster 2024-05-09T04:10:21.272710+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:22.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:22 smithi188 bash[21926]: cluster 2024-05-09T04:10:21.272710+0000 mgr.a (mgr.14397) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:24.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:24 smithi188 bash[21926]: cluster 2024-05-09T04:10:23.273239+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:24.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:24 smithi188 bash[21926]: cluster 2024-05-09T04:10:23.273239+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:24.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:24 smithi160 bash[22291]: cluster 2024-05-09T04:10:23.273239+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:24.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:24 smithi160 bash[22291]: cluster 2024-05-09T04:10:23.273239+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:24.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:24 smithi037 bash[21462]: cluster 2024-05-09T04:10:23.273239+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:24.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:24 smithi037 bash[21462]: cluster 2024-05-09T04:10:23.273239+0000 mgr.a (mgr.14397) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:26.020 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:25 smithi188 bash[21926]: audit 2024-05-09T04:10:24.767573+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.020 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:25 smithi188 bash[21926]: audit 2024-05-09T04:10:24.767573+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.020 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:25 smithi188 bash[21926]: audit 2024-05-09T04:10:24.778158+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.020 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:25 smithi188 bash[21926]: audit 2024-05-09T04:10:24.778158+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:25 smithi188 bash[21926]: audit 2024-05-09T04:10:24.789124+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:25 smithi188 bash[21926]: audit 2024-05-09T04:10:24.789124+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:25 smithi188 bash[21926]: cluster 2024-05-09T04:10:25.273721+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:26.021 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:25 smithi188 bash[21926]: cluster 2024-05-09T04:10:25.273721+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:26.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:25 smithi160 bash[22291]: audit 2024-05-09T04:10:24.767573+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:25 smithi160 bash[22291]: audit 2024-05-09T04:10:24.767573+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:25 smithi160 bash[22291]: audit 2024-05-09T04:10:24.778158+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:25 smithi160 bash[22291]: audit 2024-05-09T04:10:24.778158+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:25 smithi160 bash[22291]: audit 2024-05-09T04:10:24.789124+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:25 smithi160 bash[22291]: audit 2024-05-09T04:10:24.789124+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:25 smithi160 bash[22291]: cluster 2024-05-09T04:10:25.273721+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:26.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:25 smithi160 bash[22291]: cluster 2024-05-09T04:10:25.273721+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:26.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:25 smithi037 bash[21462]: audit 2024-05-09T04:10:24.767573+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:25 smithi037 bash[21462]: audit 2024-05-09T04:10:24.767573+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:25 smithi037 bash[21462]: audit 2024-05-09T04:10:24.778158+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:25 smithi037 bash[21462]: audit 2024-05-09T04:10:24.778158+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:25 smithi037 bash[21462]: audit 2024-05-09T04:10:24.789124+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:25 smithi037 bash[21462]: audit 2024-05-09T04:10:24.789124+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:26.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:25 smithi037 bash[21462]: cluster 2024-05-09T04:10:25.273721+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:26.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:25 smithi037 bash[21462]: cluster 2024-05-09T04:10:25.273721+0000 mgr.a (mgr.14397) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:27.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:26 smithi160 bash[22291]: audit 2024-05-09T04:10:26.005236+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:10:27.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:26 smithi160 bash[22291]: audit 2024-05-09T04:10:26.005236+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:10:27.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:26 smithi160 bash[22291]: audit 2024-05-09T04:10:26.011445+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:10:27.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:26 smithi160 bash[22291]: audit 2024-05-09T04:10:26.011445+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:10:27.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:26 smithi160 bash[22291]: audit 2024-05-09T04:10:26.013251+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:10:27.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:26 smithi160 bash[22291]: audit 2024-05-09T04:10:26.013251+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:10:27.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:26 smithi160 bash[22291]: audit 2024-05-09T04:10:26.023953+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:27.104 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:26 smithi160 bash[22291]: audit 2024-05-09T04:10:26.023953+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:27.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:26 smithi037 bash[21462]: audit 2024-05-09T04:10:26.005236+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:10:27.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:26 smithi037 bash[21462]: audit 2024-05-09T04:10:26.005236+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:10:27.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:26 smithi037 bash[21462]: audit 2024-05-09T04:10:26.011445+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:10:27.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:26 smithi037 bash[21462]: audit 2024-05-09T04:10:26.011445+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:10:27.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:26 smithi037 bash[21462]: audit 2024-05-09T04:10:26.013251+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:10:27.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:26 smithi037 bash[21462]: audit 2024-05-09T04:10:26.013251+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:10:27.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:26 smithi037 bash[21462]: audit 2024-05-09T04:10:26.023953+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:27.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:26 smithi037 bash[21462]: audit 2024-05-09T04:10:26.023953+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:27.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:26 smithi188 bash[21926]: audit 2024-05-09T04:10:26.005236+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:10:27.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:26 smithi188 bash[21926]: audit 2024-05-09T04:10:26.005236+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:10:27.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:26 smithi188 bash[21926]: audit 2024-05-09T04:10:26.011445+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:10:27.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:26 smithi188 bash[21926]: audit 2024-05-09T04:10:26.011445+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:10:27.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:26 smithi188 bash[21926]: audit 2024-05-09T04:10:26.013251+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:10:27.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:26 smithi188 bash[21926]: audit 2024-05-09T04:10:26.013251+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:10:27.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:26 smithi188 bash[21926]: audit 2024-05-09T04:10:26.023953+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:27.271 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:26 smithi188 bash[21926]: audit 2024-05-09T04:10:26.023953+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:28.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:27 smithi160 bash[22291]: cluster 2024-05-09T04:10:27.274278+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:28.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:27 smithi160 bash[22291]: cluster 2024-05-09T04:10:27.274278+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:28.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:27 smithi037 bash[21462]: cluster 2024-05-09T04:10:27.274278+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:28.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:27 smithi037 bash[21462]: cluster 2024-05-09T04:10:27.274278+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:28.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:27 smithi188 bash[21926]: cluster 2024-05-09T04:10:27.274278+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:28.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:27 smithi188 bash[21926]: cluster 2024-05-09T04:10:27.274278+0000 mgr.a (mgr.14397) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:30.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:30 smithi160 bash[22291]: cluster 2024-05-09T04:10:29.274821+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:30.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:30 smithi160 bash[22291]: cluster 2024-05-09T04:10:29.274821+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:30.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:30 smithi037 bash[21462]: cluster 2024-05-09T04:10:29.274821+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:30.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:30 smithi037 bash[21462]: cluster 2024-05-09T04:10:29.274821+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:30.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:30 smithi188 bash[21926]: cluster 2024-05-09T04:10:29.274821+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:30.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:30 smithi188 bash[21926]: cluster 2024-05-09T04:10:29.274821+0000 mgr.a (mgr.14397) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:31.944 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:10:31 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:10:31] "GET /metrics HTTP/1.1" 200 21523 "" "Prometheus/2.43.0" 2024-05-09T04:10:32.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:32 smithi160 bash[22291]: cluster 2024-05-09T04:10:31.275327+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:32.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:32 smithi160 bash[22291]: cluster 2024-05-09T04:10:31.275327+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:32.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:32 smithi037 bash[21462]: cluster 2024-05-09T04:10:31.275327+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:32.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:32 smithi037 bash[21462]: cluster 2024-05-09T04:10:31.275327+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:32.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:32 smithi188 bash[21926]: cluster 2024-05-09T04:10:31.275327+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:32.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:32 smithi188 bash[21926]: cluster 2024-05-09T04:10:31.275327+0000 mgr.a (mgr.14397) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:34.441 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:34 smithi037 bash[21462]: cluster 2024-05-09T04:10:33.275877+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:34.441 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:34 smithi037 bash[21462]: cluster 2024-05-09T04:10:33.275877+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:34.442 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:34 smithi037 bash[21462]: audit 2024-05-09T04:10:33.341862+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:34.442 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:34 smithi037 bash[21462]: audit 2024-05-09T04:10:33.341862+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:34.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:34 smithi160 bash[22291]: cluster 2024-05-09T04:10:33.275877+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:34.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:34 smithi160 bash[22291]: cluster 2024-05-09T04:10:33.275877+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:34.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:34 smithi160 bash[22291]: audit 2024-05-09T04:10:33.341862+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:34.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:34 smithi160 bash[22291]: audit 2024-05-09T04:10:33.341862+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:34.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:34 smithi188 bash[21926]: cluster 2024-05-09T04:10:33.275877+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:34.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:34 smithi188 bash[21926]: cluster 2024-05-09T04:10:33.275877+0000 mgr.a (mgr.14397) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:34.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:34 smithi188 bash[21926]: audit 2024-05-09T04:10:33.341862+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:34.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:34 smithi188 bash[21926]: audit 2024-05-09T04:10:33.341862+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:36.585 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:36 smithi160 bash[22291]: cluster 2024-05-09T04:10:35.276373+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:36.585 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:36 smithi160 bash[22291]: cluster 2024-05-09T04:10:35.276373+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:36.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:36 smithi037 bash[21462]: cluster 2024-05-09T04:10:35.276373+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:36.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:36 smithi037 bash[21462]: cluster 2024-05-09T04:10:35.276373+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:36.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:36 smithi188 bash[21926]: cluster 2024-05-09T04:10:35.276373+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:36.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:36 smithi188 bash[21926]: cluster 2024-05-09T04:10:35.276373+0000 mgr.a (mgr.14397) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:38.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:38 smithi160 bash[22291]: cluster 2024-05-09T04:10:37.276906+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:38.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:38 smithi160 bash[22291]: cluster 2024-05-09T04:10:37.276906+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:38.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:38 smithi037 bash[21462]: cluster 2024-05-09T04:10:37.276906+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:38.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:38 smithi037 bash[21462]: cluster 2024-05-09T04:10:37.276906+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:38.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:38 smithi188 bash[21926]: cluster 2024-05-09T04:10:37.276906+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:38.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:38 smithi188 bash[21926]: cluster 2024-05-09T04:10:37.276906+0000 mgr.a (mgr.14397) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:40.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:40 smithi160 bash[22291]: audit 2024-05-09T04:10:39.100217+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:40 smithi160 bash[22291]: audit 2024-05-09T04:10:39.100217+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:40 smithi160 bash[22291]: audit 2024-05-09T04:10:39.109446+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:40 smithi160 bash[22291]: audit 2024-05-09T04:10:39.109446+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:40 smithi160 bash[22291]: audit 2024-05-09T04:10:39.120298+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:40 smithi160 bash[22291]: audit 2024-05-09T04:10:39.120298+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:40 smithi160 bash[22291]: cluster 2024-05-09T04:10:39.277424+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:40.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:40 smithi160 bash[22291]: cluster 2024-05-09T04:10:39.277424+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:40.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:40 smithi160 bash[22291]: audit 2024-05-09T04:10:39.735637+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:40 smithi160 bash[22291]: audit 2024-05-09T04:10:39.735637+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:40 smithi160 bash[22291]: audit 2024-05-09T04:10:39.746955+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:40 smithi160 bash[22291]: audit 2024-05-09T04:10:39.746955+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:40 smithi160 bash[22291]: audit 2024-05-09T04:10:39.759745+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.354 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:40 smithi160 bash[22291]: audit 2024-05-09T04:10:39.759745+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:40 smithi037 bash[21462]: audit 2024-05-09T04:10:39.100217+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:40 smithi037 bash[21462]: audit 2024-05-09T04:10:39.100217+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:40 smithi037 bash[21462]: audit 2024-05-09T04:10:39.109446+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:40 smithi037 bash[21462]: audit 2024-05-09T04:10:39.109446+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:40 smithi037 bash[21462]: audit 2024-05-09T04:10:39.120298+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:40 smithi037 bash[21462]: audit 2024-05-09T04:10:39.120298+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:40 smithi037 bash[21462]: cluster 2024-05-09T04:10:39.277424+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:40.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:40 smithi037 bash[21462]: cluster 2024-05-09T04:10:39.277424+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:40.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:40 smithi037 bash[21462]: audit 2024-05-09T04:10:39.735637+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:40 smithi037 bash[21462]: audit 2024-05-09T04:10:39.735637+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:40 smithi037 bash[21462]: audit 2024-05-09T04:10:39.746955+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:40 smithi037 bash[21462]: audit 2024-05-09T04:10:39.746955+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:40 smithi037 bash[21462]: audit 2024-05-09T04:10:39.759745+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:40 smithi037 bash[21462]: audit 2024-05-09T04:10:39.759745+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:40 smithi188 bash[21926]: audit 2024-05-09T04:10:39.100217+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:40 smithi188 bash[21926]: audit 2024-05-09T04:10:39.100217+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:40 smithi188 bash[21926]: audit 2024-05-09T04:10:39.109446+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:40 smithi188 bash[21926]: audit 2024-05-09T04:10:39.109446+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:40 smithi188 bash[21926]: audit 2024-05-09T04:10:39.120298+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.521 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:40 smithi188 bash[21926]: audit 2024-05-09T04:10:39.120298+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:40 smithi188 bash[21926]: cluster 2024-05-09T04:10:39.277424+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:40.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:40 smithi188 bash[21926]: cluster 2024-05-09T04:10:39.277424+0000 mgr.a (mgr.14397) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:40.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:40 smithi188 bash[21926]: audit 2024-05-09T04:10:39.735637+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:40 smithi188 bash[21926]: audit 2024-05-09T04:10:39.735637+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:40 smithi188 bash[21926]: audit 2024-05-09T04:10:39.746955+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:40 smithi188 bash[21926]: audit 2024-05-09T04:10:39.746955+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:40 smithi188 bash[21926]: audit 2024-05-09T04:10:39.759745+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:40.522 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:40 smithi188 bash[21926]: audit 2024-05-09T04:10:39.759745+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:41.944 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:10:41 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:10:41] "GET /metrics HTTP/1.1" 200 21523 "" "Prometheus/2.43.0" 2024-05-09T04:10:42.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:42 smithi160 bash[22291]: cluster 2024-05-09T04:10:41.277935+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:42.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:42 smithi160 bash[22291]: cluster 2024-05-09T04:10:41.277935+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:42.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:42 smithi037 bash[21462]: cluster 2024-05-09T04:10:41.277935+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:42.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:42 smithi037 bash[21462]: cluster 2024-05-09T04:10:41.277935+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:42.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:42 smithi188 bash[21926]: cluster 2024-05-09T04:10:41.277935+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:42.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:42 smithi188 bash[21926]: cluster 2024-05-09T04:10:41.277935+0000 mgr.a (mgr.14397) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:44.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:44 smithi188 bash[21926]: cluster 2024-05-09T04:10:43.278585+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:44.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:44 smithi188 bash[21926]: cluster 2024-05-09T04:10:43.278585+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:44.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:44 smithi160 bash[22291]: cluster 2024-05-09T04:10:43.278585+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:44.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:44 smithi160 bash[22291]: cluster 2024-05-09T04:10:43.278585+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:44.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:44 smithi037 bash[21462]: cluster 2024-05-09T04:10:43.278585+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:44.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:44 smithi037 bash[21462]: cluster 2024-05-09T04:10:43.278585+0000 mgr.a (mgr.14397) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:46.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:45 smithi188 bash[21926]: audit 2024-05-09T04:10:44.964526+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:45 smithi188 bash[21926]: audit 2024-05-09T04:10:44.964526+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:45 smithi188 bash[21926]: audit 2024-05-09T04:10:44.975954+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:45 smithi188 bash[21926]: audit 2024-05-09T04:10:44.975954+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:45 smithi188 bash[21926]: audit 2024-05-09T04:10:44.986710+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:45 smithi188 bash[21926]: audit 2024-05-09T04:10:44.986710+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:45 smithi188 bash[21926]: cluster 2024-05-09T04:10:45.279287+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:46.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:45 smithi188 bash[21926]: cluster 2024-05-09T04:10:45.279287+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:46.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:45 smithi160 bash[22291]: audit 2024-05-09T04:10:44.964526+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:45 smithi160 bash[22291]: audit 2024-05-09T04:10:44.964526+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:45 smithi160 bash[22291]: audit 2024-05-09T04:10:44.975954+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:45 smithi160 bash[22291]: audit 2024-05-09T04:10:44.975954+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:45 smithi160 bash[22291]: audit 2024-05-09T04:10:44.986710+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:45 smithi160 bash[22291]: audit 2024-05-09T04:10:44.986710+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:45 smithi160 bash[22291]: cluster 2024-05-09T04:10:45.279287+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:46.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:45 smithi160 bash[22291]: cluster 2024-05-09T04:10:45.279287+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:46.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:45 smithi037 bash[21462]: audit 2024-05-09T04:10:44.964526+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:45 smithi037 bash[21462]: audit 2024-05-09T04:10:44.964526+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:45 smithi037 bash[21462]: audit 2024-05-09T04:10:44.975954+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:45 smithi037 bash[21462]: audit 2024-05-09T04:10:44.975954+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:45 smithi037 bash[21462]: audit 2024-05-09T04:10:44.986710+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:45 smithi037 bash[21462]: audit 2024-05-09T04:10:44.986710+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:10:46.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:45 smithi037 bash[21462]: cluster 2024-05-09T04:10:45.279287+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:46.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:45 smithi037 bash[21462]: cluster 2024-05-09T04:10:45.279287+0000 mgr.a (mgr.14397) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:48.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:48 smithi160 bash[22291]: cluster 2024-05-09T04:10:47.279942+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:48.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:48 smithi160 bash[22291]: cluster 2024-05-09T04:10:47.279942+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:48 smithi037 bash[21462]: cluster 2024-05-09T04:10:47.279942+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:48 smithi037 bash[21462]: cluster 2024-05-09T04:10:47.279942+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:48.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:48 smithi188 bash[21926]: cluster 2024-05-09T04:10:47.279942+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:48.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:48 smithi188 bash[21926]: cluster 2024-05-09T04:10:47.279942+0000 mgr.a (mgr.14397) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:49.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:49 smithi160 bash[22291]: audit 2024-05-09T04:10:48.342642+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:49.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:49 smithi160 bash[22291]: audit 2024-05-09T04:10:48.342642+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:49.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:49 smithi037 bash[21462]: audit 2024-05-09T04:10:48.342642+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:49.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:49 smithi037 bash[21462]: audit 2024-05-09T04:10:48.342642+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:49.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:49 smithi188 bash[21926]: audit 2024-05-09T04:10:48.342642+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:49.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:49 smithi188 bash[21926]: audit 2024-05-09T04:10:48.342642+0000 mon.a (mon.0) 876 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:10:50.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:50 smithi160 bash[22291]: cluster 2024-05-09T04:10:49.280622+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:50.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:50 smithi160 bash[22291]: cluster 2024-05-09T04:10:49.280622+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:50.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:50 smithi037 bash[21462]: cluster 2024-05-09T04:10:49.280622+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:50.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:50 smithi037 bash[21462]: cluster 2024-05-09T04:10:49.280622+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:50.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:50 smithi188 bash[21926]: cluster 2024-05-09T04:10:49.280622+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:50.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:50 smithi188 bash[21926]: cluster 2024-05-09T04:10:49.280622+0000 mgr.a (mgr.14397) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:51.944 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:10:51 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:10:51] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.43.0" 2024-05-09T04:10:52.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:52 smithi160 bash[22291]: cluster 2024-05-09T04:10:51.281234+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:52.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:52 smithi160 bash[22291]: cluster 2024-05-09T04:10:51.281234+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:52.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:52 smithi037 bash[21462]: cluster 2024-05-09T04:10:51.281234+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:52.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:52 smithi037 bash[21462]: cluster 2024-05-09T04:10:51.281234+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:52.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:52 smithi188 bash[21926]: cluster 2024-05-09T04:10:51.281234+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:52.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:52 smithi188 bash[21926]: cluster 2024-05-09T04:10:51.281234+0000 mgr.a (mgr.14397) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:54.613 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:54 smithi037 bash[21462]: cluster 2024-05-09T04:10:53.281709+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:54.613 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:54 smithi037 bash[21462]: cluster 2024-05-09T04:10:53.281709+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:54.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:54 smithi188 bash[21926]: cluster 2024-05-09T04:10:53.281709+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:54.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:54 smithi188 bash[21926]: cluster 2024-05-09T04:10:53.281709+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:54.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:54 smithi160 bash[22291]: cluster 2024-05-09T04:10:53.281709+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:54.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:54 smithi160 bash[22291]: cluster 2024-05-09T04:10:53.281709+0000 mgr.a (mgr.14397) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:56.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:56 smithi160 bash[22291]: cluster 2024-05-09T04:10:55.282352+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:56.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:56 smithi160 bash[22291]: cluster 2024-05-09T04:10:55.282352+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:56.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:56 smithi037 bash[21462]: cluster 2024-05-09T04:10:55.282352+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:56.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:56 smithi037 bash[21462]: cluster 2024-05-09T04:10:55.282352+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:56.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:56 smithi188 bash[21926]: cluster 2024-05-09T04:10:55.282352+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:56.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:56 smithi188 bash[21926]: cluster 2024-05-09T04:10:55.282352+0000 mgr.a (mgr.14397) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:58.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:58 smithi037 bash[21462]: cluster 2024-05-09T04:10:57.282988+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:58.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:10:58 smithi037 bash[21462]: cluster 2024-05-09T04:10:57.282988+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:58.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:58 smithi188 bash[21926]: cluster 2024-05-09T04:10:57.282988+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:58.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:10:58 smithi188 bash[21926]: cluster 2024-05-09T04:10:57.282988+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:58.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:58 smithi160 bash[22291]: cluster 2024-05-09T04:10:57.282988+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:10:58.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:10:58 smithi160 bash[22291]: cluster 2024-05-09T04:10:57.282988+0000 mgr.a (mgr.14397) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:00.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:00 smithi160 bash[22291]: cluster 2024-05-09T04:10:59.283662+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:00.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:00 smithi160 bash[22291]: cluster 2024-05-09T04:10:59.283662+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:00.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:00 smithi160 bash[22291]: audit 2024-05-09T04:10:59.334266+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:00 smithi160 bash[22291]: audit 2024-05-09T04:10:59.334266+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:00 smithi160 bash[22291]: audit 2024-05-09T04:10:59.344079+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:00 smithi160 bash[22291]: audit 2024-05-09T04:10:59.344079+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:00 smithi160 bash[22291]: audit 2024-05-09T04:10:59.354823+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:00 smithi160 bash[22291]: audit 2024-05-09T04:10:59.354823+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:00 smithi160 bash[22291]: audit 2024-05-09T04:10:59.943684+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:00 smithi160 bash[22291]: audit 2024-05-09T04:10:59.943684+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:00 smithi160 bash[22291]: audit 2024-05-09T04:10:59.954233+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:00 smithi160 bash[22291]: audit 2024-05-09T04:10:59.954233+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:00 smithi160 bash[22291]: audit 2024-05-09T04:10:59.964907+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:00 smithi160 bash[22291]: audit 2024-05-09T04:10:59.964907+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:00 smithi037 bash[21462]: cluster 2024-05-09T04:10:59.283662+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:00.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:00 smithi037 bash[21462]: cluster 2024-05-09T04:10:59.283662+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:00.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:00 smithi037 bash[21462]: audit 2024-05-09T04:10:59.334266+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:00 smithi037 bash[21462]: audit 2024-05-09T04:10:59.334266+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:00 smithi037 bash[21462]: audit 2024-05-09T04:10:59.344079+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:00 smithi037 bash[21462]: audit 2024-05-09T04:10:59.344079+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:00 smithi037 bash[21462]: audit 2024-05-09T04:10:59.354823+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:00 smithi037 bash[21462]: audit 2024-05-09T04:10:59.354823+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:00 smithi037 bash[21462]: audit 2024-05-09T04:10:59.943684+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:00 smithi037 bash[21462]: audit 2024-05-09T04:10:59.943684+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:00 smithi037 bash[21462]: audit 2024-05-09T04:10:59.954233+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:00 smithi037 bash[21462]: audit 2024-05-09T04:10:59.954233+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:00 smithi037 bash[21462]: audit 2024-05-09T04:10:59.964907+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:00 smithi037 bash[21462]: audit 2024-05-09T04:10:59.964907+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:00 smithi188 bash[21926]: cluster 2024-05-09T04:10:59.283662+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:00.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:00 smithi188 bash[21926]: cluster 2024-05-09T04:10:59.283662+0000 mgr.a (mgr.14397) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:00.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:00 smithi188 bash[21926]: audit 2024-05-09T04:10:59.334266+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:00 smithi188 bash[21926]: audit 2024-05-09T04:10:59.334266+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:00 smithi188 bash[21926]: audit 2024-05-09T04:10:59.344079+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:00 smithi188 bash[21926]: audit 2024-05-09T04:10:59.344079+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:00 smithi188 bash[21926]: audit 2024-05-09T04:10:59.354823+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:00 smithi188 bash[21926]: audit 2024-05-09T04:10:59.354823+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:00 smithi188 bash[21926]: audit 2024-05-09T04:10:59.943684+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:00 smithi188 bash[21926]: audit 2024-05-09T04:10:59.943684+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:00 smithi188 bash[21926]: audit 2024-05-09T04:10:59.954233+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:00 smithi188 bash[21926]: audit 2024-05-09T04:10:59.954233+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:00 smithi188 bash[21926]: audit 2024-05-09T04:10:59.964907+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:00.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:00 smithi188 bash[21926]: audit 2024-05-09T04:10:59.964907+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:01.944 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:11:01 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:11:01] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.43.0" 2024-05-09T04:11:02.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:02 smithi160 bash[22291]: cluster 2024-05-09T04:11:01.284237+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:02.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:02 smithi160 bash[22291]: cluster 2024-05-09T04:11:01.284237+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:02.665 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:02 smithi188 bash[21926]: cluster 2024-05-09T04:11:01.284237+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:02.665 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:02 smithi188 bash[21926]: cluster 2024-05-09T04:11:01.284237+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:02.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:02 smithi037 bash[21462]: cluster 2024-05-09T04:11:01.284237+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:02.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:02 smithi037 bash[21462]: cluster 2024-05-09T04:11:01.284237+0000 mgr.a (mgr.14397) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:04.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:04 smithi188 bash[21926]: cluster 2024-05-09T04:11:03.284789+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:04.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:04 smithi188 bash[21926]: cluster 2024-05-09T04:11:03.284789+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:04.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:04 smithi188 bash[21926]: audit 2024-05-09T04:11:03.343600+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:04.520 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:04 smithi188 bash[21926]: audit 2024-05-09T04:11:03.343600+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:04.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:04 smithi160 bash[22291]: cluster 2024-05-09T04:11:03.284789+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:04.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:04 smithi160 bash[22291]: cluster 2024-05-09T04:11:03.284789+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:04.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:04 smithi160 bash[22291]: audit 2024-05-09T04:11:03.343600+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:04.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:04 smithi160 bash[22291]: audit 2024-05-09T04:11:03.343600+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:04 smithi037 bash[21462]: cluster 2024-05-09T04:11:03.284789+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:04 smithi037 bash[21462]: cluster 2024-05-09T04:11:03.284789+0000 mgr.a (mgr.14397) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:04 smithi037 bash[21462]: audit 2024-05-09T04:11:03.343600+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:04 smithi037 bash[21462]: audit 2024-05-09T04:11:03.343600+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:06.401 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:06 smithi188 bash[21926]: audit 2024-05-09T04:11:05.114960+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.401 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:06 smithi188 bash[21926]: audit 2024-05-09T04:11:05.114960+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.401 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:06 smithi188 bash[21926]: audit 2024-05-09T04:11:05.124501+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.401 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:06 smithi188 bash[21926]: audit 2024-05-09T04:11:05.124501+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.401 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:06 smithi188 bash[21926]: audit 2024-05-09T04:11:05.135249+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.402 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:06 smithi188 bash[21926]: audit 2024-05-09T04:11:05.135249+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.402 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:06 smithi188 bash[21926]: cluster 2024-05-09T04:11:05.285373+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:06.402 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:06 smithi188 bash[21926]: cluster 2024-05-09T04:11:05.285373+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:06.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:06 smithi037 bash[21462]: audit 2024-05-09T04:11:05.114960+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:06 smithi037 bash[21462]: audit 2024-05-09T04:11:05.114960+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:06 smithi037 bash[21462]: audit 2024-05-09T04:11:05.124501+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:06 smithi037 bash[21462]: audit 2024-05-09T04:11:05.124501+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:06 smithi037 bash[21462]: audit 2024-05-09T04:11:05.135249+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:06 smithi037 bash[21462]: audit 2024-05-09T04:11:05.135249+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:06 smithi037 bash[21462]: cluster 2024-05-09T04:11:05.285373+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:06.445 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:06 smithi037 bash[21462]: cluster 2024-05-09T04:11:05.285373+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:06.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:06 smithi160 bash[22291]: audit 2024-05-09T04:11:05.114960+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:06 smithi160 bash[22291]: audit 2024-05-09T04:11:05.114960+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:06 smithi160 bash[22291]: audit 2024-05-09T04:11:05.124501+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:06 smithi160 bash[22291]: audit 2024-05-09T04:11:05.124501+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:06 smithi160 bash[22291]: audit 2024-05-09T04:11:05.135249+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:06 smithi160 bash[22291]: audit 2024-05-09T04:11:05.135249+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:06.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:06 smithi160 bash[22291]: cluster 2024-05-09T04:11:05.285373+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:06.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:06 smithi160 bash[22291]: cluster 2024-05-09T04:11:05.285373+0000 mgr.a (mgr.14397) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:08.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:08 smithi160 bash[22291]: cluster 2024-05-09T04:11:07.286020+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:08.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:08 smithi160 bash[22291]: cluster 2024-05-09T04:11:07.286020+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:08.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:08 smithi037 bash[21462]: cluster 2024-05-09T04:11:07.286020+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:08.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:08 smithi037 bash[21462]: cluster 2024-05-09T04:11:07.286020+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:08.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:08 smithi188 bash[21926]: cluster 2024-05-09T04:11:07.286020+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:08.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:08 smithi188 bash[21926]: cluster 2024-05-09T04:11:07.286020+0000 mgr.a (mgr.14397) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:10.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:10 smithi160 bash[22291]: cluster 2024-05-09T04:11:09.286602+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:10.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:10 smithi160 bash[22291]: cluster 2024-05-09T04:11:09.286602+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:10.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:10 smithi037 bash[21462]: cluster 2024-05-09T04:11:09.286602+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:10.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:10 smithi037 bash[21462]: cluster 2024-05-09T04:11:09.286602+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:10.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:10 smithi188 bash[21926]: cluster 2024-05-09T04:11:09.286602+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:10.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:10 smithi188 bash[21926]: cluster 2024-05-09T04:11:09.286602+0000 mgr.a (mgr.14397) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:11.944 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:11:11 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:11:11] "GET /metrics HTTP/1.1" 200 21527 "" "Prometheus/2.43.0" 2024-05-09T04:11:12.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:12 smithi160 bash[22291]: cluster 2024-05-09T04:11:11.287129+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:12.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:12 smithi160 bash[22291]: cluster 2024-05-09T04:11:11.287129+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:12.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:12 smithi037 bash[21462]: cluster 2024-05-09T04:11:11.287129+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:12.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:12 smithi037 bash[21462]: cluster 2024-05-09T04:11:11.287129+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:12.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:12 smithi188 bash[21926]: cluster 2024-05-09T04:11:11.287129+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:12.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:12 smithi188 bash[21926]: cluster 2024-05-09T04:11:11.287129+0000 mgr.a (mgr.14397) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:14.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:14 smithi037 bash[21462]: cluster 2024-05-09T04:11:13.287728+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:14.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:14 smithi037 bash[21462]: cluster 2024-05-09T04:11:13.287728+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:14.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:14 smithi188 bash[21926]: cluster 2024-05-09T04:11:13.287728+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:14.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:14 smithi188 bash[21926]: cluster 2024-05-09T04:11:13.287728+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:14.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:14 smithi160 bash[22291]: cluster 2024-05-09T04:11:13.287728+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:14.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:14 smithi160 bash[22291]: cluster 2024-05-09T04:11:13.287728+0000 mgr.a (mgr.14397) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:16.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:16 smithi037 bash[21462]: cluster 2024-05-09T04:11:15.288337+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:16.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:16 smithi037 bash[21462]: cluster 2024-05-09T04:11:15.288337+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:16.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:16 smithi188 bash[21926]: cluster 2024-05-09T04:11:15.288337+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:16.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:16 smithi188 bash[21926]: cluster 2024-05-09T04:11:15.288337+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:16.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:16 smithi160 bash[22291]: cluster 2024-05-09T04:11:15.288337+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:16.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:16 smithi160 bash[22291]: cluster 2024-05-09T04:11:15.288337+0000 mgr.a (mgr.14397) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:18.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:18 smithi160 bash[22291]: cluster 2024-05-09T04:11:17.288790+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:18.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:18 smithi160 bash[22291]: cluster 2024-05-09T04:11:17.288790+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:18.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:18 smithi160 bash[22291]: audit 2024-05-09T04:11:18.343648+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:18.622 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:18 smithi160 bash[22291]: audit 2024-05-09T04:11:18.343648+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:18.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:18 smithi037 bash[21462]: cluster 2024-05-09T04:11:17.288790+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:18.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:18 smithi037 bash[21462]: cluster 2024-05-09T04:11:17.288790+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:18.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:18 smithi037 bash[21462]: audit 2024-05-09T04:11:18.343648+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:18.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:18 smithi037 bash[21462]: audit 2024-05-09T04:11:18.343648+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:18.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:18 smithi188 bash[21926]: cluster 2024-05-09T04:11:17.288790+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:18.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:18 smithi188 bash[21926]: cluster 2024-05-09T04:11:17.288790+0000 mgr.a (mgr.14397) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:18.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:18 smithi188 bash[21926]: audit 2024-05-09T04:11:18.343648+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:18.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:18 smithi188 bash[21926]: audit 2024-05-09T04:11:18.343648+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:20.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:20 smithi160 bash[22291]: cluster 2024-05-09T04:11:19.289373+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:20.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:20 smithi160 bash[22291]: cluster 2024-05-09T04:11:19.289373+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:20.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:20 smithi160 bash[22291]: audit 2024-05-09T04:11:19.515827+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:20 smithi160 bash[22291]: audit 2024-05-09T04:11:19.515827+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:20 smithi160 bash[22291]: audit 2024-05-09T04:11:19.524575+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:20 smithi160 bash[22291]: audit 2024-05-09T04:11:19.524575+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:20 smithi160 bash[22291]: audit 2024-05-09T04:11:19.533108+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:20 smithi160 bash[22291]: audit 2024-05-09T04:11:19.533108+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:20 smithi160 bash[22291]: audit 2024-05-09T04:11:20.128394+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:20 smithi160 bash[22291]: audit 2024-05-09T04:11:20.128394+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:20 smithi160 bash[22291]: audit 2024-05-09T04:11:20.139975+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:20 smithi160 bash[22291]: audit 2024-05-09T04:11:20.139975+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:20 smithi160 bash[22291]: audit 2024-05-09T04:11:20.150909+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:20 smithi160 bash[22291]: audit 2024-05-09T04:11:20.150909+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:20 smithi037 bash[21462]: cluster 2024-05-09T04:11:19.289373+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:20.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:20 smithi037 bash[21462]: cluster 2024-05-09T04:11:19.289373+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:20.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:20 smithi037 bash[21462]: audit 2024-05-09T04:11:19.515827+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:20 smithi037 bash[21462]: audit 2024-05-09T04:11:19.515827+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:20 smithi037 bash[21462]: audit 2024-05-09T04:11:19.524575+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:20 smithi037 bash[21462]: audit 2024-05-09T04:11:19.524575+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:20 smithi037 bash[21462]: audit 2024-05-09T04:11:19.533108+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:20 smithi037 bash[21462]: audit 2024-05-09T04:11:19.533108+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:20 smithi037 bash[21462]: audit 2024-05-09T04:11:20.128394+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:20 smithi037 bash[21462]: audit 2024-05-09T04:11:20.128394+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:20 smithi037 bash[21462]: audit 2024-05-09T04:11:20.139975+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:20 smithi037 bash[21462]: audit 2024-05-09T04:11:20.139975+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:20 smithi037 bash[21462]: audit 2024-05-09T04:11:20.150909+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:20 smithi037 bash[21462]: audit 2024-05-09T04:11:20.150909+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:20 smithi188 bash[21926]: cluster 2024-05-09T04:11:19.289373+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:20.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:20 smithi188 bash[21926]: cluster 2024-05-09T04:11:19.289373+0000 mgr.a (mgr.14397) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:20.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:20 smithi188 bash[21926]: audit 2024-05-09T04:11:19.515827+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:20 smithi188 bash[21926]: audit 2024-05-09T04:11:19.515827+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:20 smithi188 bash[21926]: audit 2024-05-09T04:11:19.524575+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:20 smithi188 bash[21926]: audit 2024-05-09T04:11:19.524575+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:20 smithi188 bash[21926]: audit 2024-05-09T04:11:19.533108+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:20 smithi188 bash[21926]: audit 2024-05-09T04:11:19.533108+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:20 smithi188 bash[21926]: audit 2024-05-09T04:11:20.128394+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:20 smithi188 bash[21926]: audit 2024-05-09T04:11:20.128394+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:20 smithi188 bash[21926]: audit 2024-05-09T04:11:20.139975+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:20 smithi188 bash[21926]: audit 2024-05-09T04:11:20.139975+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:20 smithi188 bash[21926]: audit 2024-05-09T04:11:20.150909+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:20.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:20 smithi188 bash[21926]: audit 2024-05-09T04:11:20.150909+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:21.943 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:11:21 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:11:21] "GET /metrics HTTP/1.1" 200 21540 "" "Prometheus/2.43.0" 2024-05-09T04:11:22.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:22 smithi037 bash[21462]: cluster 2024-05-09T04:11:21.289922+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:22.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:22 smithi037 bash[21462]: cluster 2024-05-09T04:11:21.289922+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:22.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:22 smithi188 bash[21926]: cluster 2024-05-09T04:11:21.289922+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:22.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:22 smithi188 bash[21926]: cluster 2024-05-09T04:11:21.289922+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:22.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:22 smithi160 bash[22291]: cluster 2024-05-09T04:11:21.289922+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:22.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:22 smithi160 bash[22291]: cluster 2024-05-09T04:11:21.289922+0000 mgr.a (mgr.14397) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:24.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:24 smithi037 bash[21462]: cluster 2024-05-09T04:11:23.290441+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:24.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:24 smithi037 bash[21462]: cluster 2024-05-09T04:11:23.290441+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:24.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:24 smithi188 bash[21926]: cluster 2024-05-09T04:11:23.290441+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:24.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:24 smithi188 bash[21926]: cluster 2024-05-09T04:11:23.290441+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:24.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:24 smithi160 bash[22291]: cluster 2024-05-09T04:11:23.290441+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:24.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:24 smithi160 bash[22291]: cluster 2024-05-09T04:11:23.290441+0000 mgr.a (mgr.14397) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:26.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:26 smithi160 bash[22291]: cluster 2024-05-09T04:11:25.290976+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:26.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:26 smithi160 bash[22291]: cluster 2024-05-09T04:11:25.290976+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:26.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:26 smithi160 bash[22291]: audit 2024-05-09T04:11:25.346946+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:26 smithi160 bash[22291]: audit 2024-05-09T04:11:25.346946+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:26 smithi160 bash[22291]: audit 2024-05-09T04:11:25.357138+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:26 smithi160 bash[22291]: audit 2024-05-09T04:11:25.357138+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:26 smithi160 bash[22291]: audit 2024-05-09T04:11:25.368308+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:26 smithi160 bash[22291]: audit 2024-05-09T04:11:25.368308+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:26 smithi160 bash[22291]: audit 2024-05-09T04:11:26.149181+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:11:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:26 smithi160 bash[22291]: audit 2024-05-09T04:11:26.149181+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:11:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:26 smithi160 bash[22291]: audit 2024-05-09T04:11:26.155585+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:11:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:26 smithi160 bash[22291]: audit 2024-05-09T04:11:26.155585+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:11:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:26 smithi160 bash[22291]: audit 2024-05-09T04:11:26.157489+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:11:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:26 smithi160 bash[22291]: audit 2024-05-09T04:11:26.157489+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:11:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:26 smithi160 bash[22291]: audit 2024-05-09T04:11:26.168340+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:26 smithi160 bash[22291]: audit 2024-05-09T04:11:26.168340+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:26 smithi037 bash[21462]: cluster 2024-05-09T04:11:25.290976+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:26.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:26 smithi037 bash[21462]: cluster 2024-05-09T04:11:25.290976+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:26.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:26 smithi037 bash[21462]: audit 2024-05-09T04:11:25.346946+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:26 smithi037 bash[21462]: audit 2024-05-09T04:11:25.346946+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:26 smithi037 bash[21462]: audit 2024-05-09T04:11:25.357138+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:26 smithi037 bash[21462]: audit 2024-05-09T04:11:25.357138+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:26 smithi037 bash[21462]: audit 2024-05-09T04:11:25.368308+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:26 smithi037 bash[21462]: audit 2024-05-09T04:11:25.368308+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:26 smithi037 bash[21462]: audit 2024-05-09T04:11:26.149181+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:11:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:26 smithi037 bash[21462]: audit 2024-05-09T04:11:26.149181+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:11:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:26 smithi037 bash[21462]: audit 2024-05-09T04:11:26.155585+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:11:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:26 smithi037 bash[21462]: audit 2024-05-09T04:11:26.155585+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:11:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:26 smithi037 bash[21462]: audit 2024-05-09T04:11:26.157489+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:11:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:26 smithi037 bash[21462]: audit 2024-05-09T04:11:26.157489+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:11:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:26 smithi037 bash[21462]: audit 2024-05-09T04:11:26.168340+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:26 smithi037 bash[21462]: audit 2024-05-09T04:11:26.168340+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:26 smithi188 bash[21926]: cluster 2024-05-09T04:11:25.290976+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:26.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:26 smithi188 bash[21926]: cluster 2024-05-09T04:11:25.290976+0000 mgr.a (mgr.14397) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:26.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:26 smithi188 bash[21926]: audit 2024-05-09T04:11:25.346946+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:26 smithi188 bash[21926]: audit 2024-05-09T04:11:25.346946+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:26 smithi188 bash[21926]: audit 2024-05-09T04:11:25.357138+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:26 smithi188 bash[21926]: audit 2024-05-09T04:11:25.357138+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:26 smithi188 bash[21926]: audit 2024-05-09T04:11:25.368308+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:26 smithi188 bash[21926]: audit 2024-05-09T04:11:25.368308+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:26 smithi188 bash[21926]: audit 2024-05-09T04:11:26.149181+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:11:26.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:26 smithi188 bash[21926]: audit 2024-05-09T04:11:26.149181+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:11:26.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:26 smithi188 bash[21926]: audit 2024-05-09T04:11:26.155585+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:11:26.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:26 smithi188 bash[21926]: audit 2024-05-09T04:11:26.155585+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:11:26.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:26 smithi188 bash[21926]: audit 2024-05-09T04:11:26.157489+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:11:26.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:26 smithi188 bash[21926]: audit 2024-05-09T04:11:26.157489+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:11:26.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:26 smithi188 bash[21926]: audit 2024-05-09T04:11:26.168340+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:26.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:26 smithi188 bash[21926]: audit 2024-05-09T04:11:26.168340+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:28.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:28 smithi160 bash[22291]: cluster 2024-05-09T04:11:27.291499+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:28.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:28 smithi160 bash[22291]: cluster 2024-05-09T04:11:27.291499+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:28 smithi037 bash[21462]: cluster 2024-05-09T04:11:27.291499+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:28 smithi037 bash[21462]: cluster 2024-05-09T04:11:27.291499+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:28.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:28 smithi188 bash[21926]: cluster 2024-05-09T04:11:27.291499+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:28.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:28 smithi188 bash[21926]: cluster 2024-05-09T04:11:27.291499+0000 mgr.a (mgr.14397) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:30.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:30 smithi037 bash[21462]: cluster 2024-05-09T04:11:29.292049+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:30.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:30 smithi037 bash[21462]: cluster 2024-05-09T04:11:29.292049+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:30.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:30 smithi188 bash[21926]: cluster 2024-05-09T04:11:29.292049+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:30.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:30 smithi188 bash[21926]: cluster 2024-05-09T04:11:29.292049+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:30.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:30 smithi160 bash[22291]: cluster 2024-05-09T04:11:29.292049+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:30.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:30 smithi160 bash[22291]: cluster 2024-05-09T04:11:29.292049+0000 mgr.a (mgr.14397) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:31.943 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:11:31 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:11:31] "GET /metrics HTTP/1.1" 200 21540 "" "Prometheus/2.43.0" 2024-05-09T04:11:32.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:32 smithi037 bash[21462]: cluster 2024-05-09T04:11:31.292551+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:32.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:32 smithi037 bash[21462]: cluster 2024-05-09T04:11:31.292551+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:32.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:32 smithi188 bash[21926]: cluster 2024-05-09T04:11:31.292551+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:32.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:32 smithi188 bash[21926]: cluster 2024-05-09T04:11:31.292551+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:32.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:32 smithi160 bash[22291]: cluster 2024-05-09T04:11:31.292551+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:32.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:32 smithi160 bash[22291]: cluster 2024-05-09T04:11:31.292551+0000 mgr.a (mgr.14397) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:33.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:33 smithi037 bash[21462]: audit 2024-05-09T04:11:33.344234+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:33.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:33 smithi037 bash[21462]: audit 2024-05-09T04:11:33.344234+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:33.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:33 smithi188 bash[21926]: audit 2024-05-09T04:11:33.344234+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:33.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:33 smithi188 bash[21926]: audit 2024-05-09T04:11:33.344234+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:33.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:33 smithi160 bash[22291]: audit 2024-05-09T04:11:33.344234+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:33.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:33 smithi160 bash[22291]: audit 2024-05-09T04:11:33.344234+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:34.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:34 smithi037 bash[21462]: cluster 2024-05-09T04:11:33.293096+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:34.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:34 smithi037 bash[21462]: cluster 2024-05-09T04:11:33.293096+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:34.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:34 smithi188 bash[21926]: cluster 2024-05-09T04:11:33.293096+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:34.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:34 smithi188 bash[21926]: cluster 2024-05-09T04:11:33.293096+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:34.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:34 smithi160 bash[22291]: cluster 2024-05-09T04:11:33.293096+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:34.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:34 smithi160 bash[22291]: cluster 2024-05-09T04:11:33.293096+0000 mgr.a (mgr.14397) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:36.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:36 smithi037 bash[21462]: cluster 2024-05-09T04:11:35.293643+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:36.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:36 smithi037 bash[21462]: cluster 2024-05-09T04:11:35.293643+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:36.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:36 smithi188 bash[21926]: cluster 2024-05-09T04:11:35.293643+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:36.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:36 smithi188 bash[21926]: cluster 2024-05-09T04:11:35.293643+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:36.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:36 smithi160 bash[22291]: cluster 2024-05-09T04:11:35.293643+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:36.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:36 smithi160 bash[22291]: cluster 2024-05-09T04:11:35.293643+0000 mgr.a (mgr.14397) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:38.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:38 smithi037 bash[21462]: cluster 2024-05-09T04:11:37.294160+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:38.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:38 smithi037 bash[21462]: cluster 2024-05-09T04:11:37.294160+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:38.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:38 smithi188 bash[21926]: cluster 2024-05-09T04:11:37.294160+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:38.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:38 smithi188 bash[21926]: cluster 2024-05-09T04:11:37.294160+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:38.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:38 smithi160 bash[22291]: cluster 2024-05-09T04:11:37.294160+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:38.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:38 smithi160 bash[22291]: cluster 2024-05-09T04:11:37.294160+0000 mgr.a (mgr.14397) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:40.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:40 smithi160 bash[22291]: cluster 2024-05-09T04:11:39.294773+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:40.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:40 smithi160 bash[22291]: cluster 2024-05-09T04:11:39.294773+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:40.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:40 smithi160 bash[22291]: audit 2024-05-09T04:11:39.646615+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:40 smithi160 bash[22291]: audit 2024-05-09T04:11:39.646615+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:40 smithi160 bash[22291]: audit 2024-05-09T04:11:39.652236+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:40 smithi160 bash[22291]: audit 2024-05-09T04:11:39.652236+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:40 smithi160 bash[22291]: audit 2024-05-09T04:11:39.656974+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:40 smithi160 bash[22291]: audit 2024-05-09T04:11:39.656974+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:40 smithi160 bash[22291]: audit 2024-05-09T04:11:40.309208+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:40 smithi160 bash[22291]: audit 2024-05-09T04:11:40.309208+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:40 smithi160 bash[22291]: audit 2024-05-09T04:11:40.319919+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:40 smithi160 bash[22291]: audit 2024-05-09T04:11:40.319919+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:40 smithi160 bash[22291]: audit 2024-05-09T04:11:40.331113+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:40 smithi160 bash[22291]: audit 2024-05-09T04:11:40.331113+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:40 smithi037 bash[21462]: cluster 2024-05-09T04:11:39.294773+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:40.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:40 smithi037 bash[21462]: cluster 2024-05-09T04:11:39.294773+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:40.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:40 smithi037 bash[21462]: audit 2024-05-09T04:11:39.646615+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:40 smithi037 bash[21462]: audit 2024-05-09T04:11:39.646615+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:40 smithi037 bash[21462]: audit 2024-05-09T04:11:39.652236+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:40 smithi037 bash[21462]: audit 2024-05-09T04:11:39.652236+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:40 smithi037 bash[21462]: audit 2024-05-09T04:11:39.656974+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:40 smithi037 bash[21462]: audit 2024-05-09T04:11:39.656974+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:40 smithi037 bash[21462]: audit 2024-05-09T04:11:40.309208+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:40 smithi037 bash[21462]: audit 2024-05-09T04:11:40.309208+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:40 smithi037 bash[21462]: audit 2024-05-09T04:11:40.319919+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:40 smithi037 bash[21462]: audit 2024-05-09T04:11:40.319919+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:40 smithi037 bash[21462]: audit 2024-05-09T04:11:40.331113+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:40 smithi037 bash[21462]: audit 2024-05-09T04:11:40.331113+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:40 smithi188 bash[21926]: cluster 2024-05-09T04:11:39.294773+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:40.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:40 smithi188 bash[21926]: cluster 2024-05-09T04:11:39.294773+0000 mgr.a (mgr.14397) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:40.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:40 smithi188 bash[21926]: audit 2024-05-09T04:11:39.646615+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:40 smithi188 bash[21926]: audit 2024-05-09T04:11:39.646615+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:40 smithi188 bash[21926]: audit 2024-05-09T04:11:39.652236+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:40 smithi188 bash[21926]: audit 2024-05-09T04:11:39.652236+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:40 smithi188 bash[21926]: audit 2024-05-09T04:11:39.656974+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:40 smithi188 bash[21926]: audit 2024-05-09T04:11:39.656974+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:40 smithi188 bash[21926]: audit 2024-05-09T04:11:40.309208+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:40 smithi188 bash[21926]: audit 2024-05-09T04:11:40.309208+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:40 smithi188 bash[21926]: audit 2024-05-09T04:11:40.319919+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:40 smithi188 bash[21926]: audit 2024-05-09T04:11:40.319919+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:40 smithi188 bash[21926]: audit 2024-05-09T04:11:40.331113+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:40.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:40 smithi188 bash[21926]: audit 2024-05-09T04:11:40.331113+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:41.943 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:11:41 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:11:41] "GET /metrics HTTP/1.1" 200 21537 "" "Prometheus/2.43.0" 2024-05-09T04:11:42.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:42 smithi037 bash[21462]: cluster 2024-05-09T04:11:41.295235+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:42.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:42 smithi037 bash[21462]: cluster 2024-05-09T04:11:41.295235+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:42.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:42 smithi188 bash[21926]: cluster 2024-05-09T04:11:41.295235+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:42.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:42 smithi188 bash[21926]: cluster 2024-05-09T04:11:41.295235+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:42.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:42 smithi160 bash[22291]: cluster 2024-05-09T04:11:41.295235+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:42.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:42 smithi160 bash[22291]: cluster 2024-05-09T04:11:41.295235+0000 mgr.a (mgr.14397) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:44.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:44 smithi037 bash[21462]: cluster 2024-05-09T04:11:43.295755+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:44.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:44 smithi037 bash[21462]: cluster 2024-05-09T04:11:43.295755+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:44.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:44 smithi188 bash[21926]: cluster 2024-05-09T04:11:43.295755+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:44.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:44 smithi188 bash[21926]: cluster 2024-05-09T04:11:43.295755+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:44.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:44 smithi160 bash[22291]: cluster 2024-05-09T04:11:43.295755+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:44.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:44 smithi160 bash[22291]: cluster 2024-05-09T04:11:43.295755+0000 mgr.a (mgr.14397) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:46.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:46 smithi037 bash[21462]: cluster 2024-05-09T04:11:45.296330+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:46.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:46 smithi037 bash[21462]: cluster 2024-05-09T04:11:45.296330+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:46.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:46 smithi037 bash[21462]: audit 2024-05-09T04:11:45.580559+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:46 smithi037 bash[21462]: audit 2024-05-09T04:11:45.580559+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:46 smithi037 bash[21462]: audit 2024-05-09T04:11:45.590569+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:46 smithi037 bash[21462]: audit 2024-05-09T04:11:45.590569+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:46 smithi037 bash[21462]: audit 2024-05-09T04:11:45.601423+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:46 smithi037 bash[21462]: audit 2024-05-09T04:11:45.601423+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.696 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:46 smithi188 bash[21926]: cluster 2024-05-09T04:11:45.296330+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:46.696 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:46 smithi188 bash[21926]: cluster 2024-05-09T04:11:45.296330+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:46.696 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:46 smithi188 bash[21926]: audit 2024-05-09T04:11:45.580559+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.696 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:46 smithi188 bash[21926]: audit 2024-05-09T04:11:45.580559+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.696 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:46 smithi188 bash[21926]: audit 2024-05-09T04:11:45.590569+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.696 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:46 smithi188 bash[21926]: audit 2024-05-09T04:11:45.590569+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.697 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:46 smithi188 bash[21926]: audit 2024-05-09T04:11:45.601423+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.697 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:46 smithi188 bash[21926]: audit 2024-05-09T04:11:45.601423+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:46 smithi160 bash[22291]: cluster 2024-05-09T04:11:45.296330+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:46.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:46 smithi160 bash[22291]: cluster 2024-05-09T04:11:45.296330+0000 mgr.a (mgr.14397) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:46.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:46 smithi160 bash[22291]: audit 2024-05-09T04:11:45.580559+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:46 smithi160 bash[22291]: audit 2024-05-09T04:11:45.580559+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:46 smithi160 bash[22291]: audit 2024-05-09T04:11:45.590569+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:46 smithi160 bash[22291]: audit 2024-05-09T04:11:45.590569+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:46 smithi160 bash[22291]: audit 2024-05-09T04:11:45.601423+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:46.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:46 smithi160 bash[22291]: audit 2024-05-09T04:11:45.601423+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:11:48.656 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:48 smithi188 bash[21926]: cluster 2024-05-09T04:11:47.296866+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:48.656 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:48 smithi188 bash[21926]: cluster 2024-05-09T04:11:47.296866+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:48.656 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:48 smithi188 bash[21926]: audit 2024-05-09T04:11:48.344685+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:48.657 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:48 smithi188 bash[21926]: audit 2024-05-09T04:11:48.344685+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:48 smithi037 bash[21462]: cluster 2024-05-09T04:11:47.296866+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:48 smithi037 bash[21462]: cluster 2024-05-09T04:11:47.296866+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:48 smithi037 bash[21462]: audit 2024-05-09T04:11:48.344685+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:48 smithi037 bash[21462]: audit 2024-05-09T04:11:48.344685+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:48.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:48 smithi160 bash[22291]: cluster 2024-05-09T04:11:47.296866+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:48.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:48 smithi160 bash[22291]: cluster 2024-05-09T04:11:47.296866+0000 mgr.a (mgr.14397) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:48.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:48 smithi160 bash[22291]: audit 2024-05-09T04:11:48.344685+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:48.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:48 smithi160 bash[22291]: audit 2024-05-09T04:11:48.344685+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:11:50.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:50 smithi037 bash[21462]: cluster 2024-05-09T04:11:49.297377+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:50.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:50 smithi037 bash[21462]: cluster 2024-05-09T04:11:49.297377+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:50.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:50 smithi188 bash[21926]: cluster 2024-05-09T04:11:49.297377+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:50.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:50 smithi188 bash[21926]: cluster 2024-05-09T04:11:49.297377+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:50.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:50 smithi160 bash[22291]: cluster 2024-05-09T04:11:49.297377+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:50.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:50 smithi160 bash[22291]: cluster 2024-05-09T04:11:49.297377+0000 mgr.a (mgr.14397) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:51.943 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:11:51 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:11:51] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.43.0" 2024-05-09T04:11:52.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:52 smithi037 bash[21462]: cluster 2024-05-09T04:11:51.297913+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:52.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:52 smithi037 bash[21462]: cluster 2024-05-09T04:11:51.297913+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:52.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:52 smithi188 bash[21926]: cluster 2024-05-09T04:11:51.297913+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:52.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:52 smithi188 bash[21926]: cluster 2024-05-09T04:11:51.297913+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:52.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:52 smithi160 bash[22291]: cluster 2024-05-09T04:11:51.297913+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:52.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:52 smithi160 bash[22291]: cluster 2024-05-09T04:11:51.297913+0000 mgr.a (mgr.14397) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:54.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:54 smithi037 bash[21462]: cluster 2024-05-09T04:11:53.298435+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:54.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:54 smithi037 bash[21462]: cluster 2024-05-09T04:11:53.298435+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:54.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:54 smithi188 bash[21926]: cluster 2024-05-09T04:11:53.298435+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:54.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:54 smithi188 bash[21926]: cluster 2024-05-09T04:11:53.298435+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:54.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:54 smithi160 bash[22291]: cluster 2024-05-09T04:11:53.298435+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:54.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:54 smithi160 bash[22291]: cluster 2024-05-09T04:11:53.298435+0000 mgr.a (mgr.14397) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:56.683 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:56 smithi037 bash[21462]: cluster 2024-05-09T04:11:55.299008+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:56.683 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:56 smithi037 bash[21462]: cluster 2024-05-09T04:11:55.299008+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:56.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:56 smithi188 bash[21926]: cluster 2024-05-09T04:11:55.299008+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:56.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:56 smithi188 bash[21926]: cluster 2024-05-09T04:11:55.299008+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:56.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:56 smithi160 bash[22291]: cluster 2024-05-09T04:11:55.299008+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:56.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:56 smithi160 bash[22291]: cluster 2024-05-09T04:11:55.299008+0000 mgr.a (mgr.14397) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:58.597 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:58 smithi037 bash[21462]: cluster 2024-05-09T04:11:57.299572+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:58.598 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:58 smithi037 bash[21462]: cluster 2024-05-09T04:11:57.299572+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:58.651 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:58 smithi160 bash[22291]: cluster 2024-05-09T04:11:57.299572+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:58.651 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:58 smithi160 bash[22291]: cluster 2024-05-09T04:11:57.299572+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:58.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:58 smithi188 bash[21926]: cluster 2024-05-09T04:11:57.299572+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:58.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:58 smithi188 bash[21926]: cluster 2024-05-09T04:11:57.299572+0000 mgr.a (mgr.14397) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:59.741 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:59 smithi160 bash[22291]: cluster 2024-05-09T04:11:59.300110+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:59.741 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:11:59 smithi160 bash[22291]: cluster 2024-05-09T04:11:59.300110+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:59.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:59 smithi188 bash[21926]: cluster 2024-05-09T04:11:59.300110+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:59.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:11:59 smithi188 bash[21926]: cluster 2024-05-09T04:11:59.300110+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:59.855 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:59 smithi037 bash[21462]: cluster 2024-05-09T04:11:59.300110+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:11:59.855 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:11:59 smithi037 bash[21462]: cluster 2024-05-09T04:11:59.300110+0000 mgr.a (mgr.14397) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:01.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:00 smithi160 bash[22291]: audit 2024-05-09T04:11:59.837537+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:00 smithi160 bash[22291]: audit 2024-05-09T04:11:59.837537+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:00 smithi160 bash[22291]: audit 2024-05-09T04:11:59.844459+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:00 smithi160 bash[22291]: audit 2024-05-09T04:11:59.844459+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:00 smithi160 bash[22291]: audit 2024-05-09T04:11:59.854126+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:00 smithi160 bash[22291]: audit 2024-05-09T04:11:59.854126+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:00 smithi160 bash[22291]: audit 2024-05-09T04:12:00.511538+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:00 smithi160 bash[22291]: audit 2024-05-09T04:12:00.511538+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:00 smithi160 bash[22291]: audit 2024-05-09T04:12:00.518115+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:00 smithi160 bash[22291]: audit 2024-05-09T04:12:00.518115+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:00 smithi160 bash[22291]: audit 2024-05-09T04:12:00.527048+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:00 smithi160 bash[22291]: audit 2024-05-09T04:12:00.527048+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:00 smithi037 bash[21462]: audit 2024-05-09T04:11:59.837537+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:00 smithi037 bash[21462]: audit 2024-05-09T04:11:59.837537+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:00 smithi037 bash[21462]: audit 2024-05-09T04:11:59.844459+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:00 smithi037 bash[21462]: audit 2024-05-09T04:11:59.844459+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:00 smithi037 bash[21462]: audit 2024-05-09T04:11:59.854126+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:00 smithi037 bash[21462]: audit 2024-05-09T04:11:59.854126+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:00 smithi037 bash[21462]: audit 2024-05-09T04:12:00.511538+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:00 smithi037 bash[21462]: audit 2024-05-09T04:12:00.511538+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:00 smithi037 bash[21462]: audit 2024-05-09T04:12:00.518115+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:00 smithi037 bash[21462]: audit 2024-05-09T04:12:00.518115+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:00 smithi037 bash[21462]: audit 2024-05-09T04:12:00.527048+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:00 smithi037 bash[21462]: audit 2024-05-09T04:12:00.527048+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:00 smithi188 bash[21926]: audit 2024-05-09T04:11:59.837537+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:00 smithi188 bash[21926]: audit 2024-05-09T04:11:59.837537+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:00 smithi188 bash[21926]: audit 2024-05-09T04:11:59.844459+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:00 smithi188 bash[21926]: audit 2024-05-09T04:11:59.844459+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:00 smithi188 bash[21926]: audit 2024-05-09T04:11:59.854126+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:00 smithi188 bash[21926]: audit 2024-05-09T04:11:59.854126+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:00 smithi188 bash[21926]: audit 2024-05-09T04:12:00.511538+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:00 smithi188 bash[21926]: audit 2024-05-09T04:12:00.511538+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:00 smithi188 bash[21926]: audit 2024-05-09T04:12:00.518115+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:00 smithi188 bash[21926]: audit 2024-05-09T04:12:00.518115+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:00 smithi188 bash[21926]: audit 2024-05-09T04:12:00.527048+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.270 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:00 smithi188 bash[21926]: audit 2024-05-09T04:12:00.527048+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:01.850 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:12:01 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:12:01] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.43.0" 2024-05-09T04:12:02.102 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:01 smithi160 bash[22291]: cluster 2024-05-09T04:12:01.300631+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:02.102 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:01 smithi160 bash[22291]: cluster 2024-05-09T04:12:01.300631+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:02.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:01 smithi037 bash[21462]: cluster 2024-05-09T04:12:01.300631+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:02.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:01 smithi037 bash[21462]: cluster 2024-05-09T04:12:01.300631+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:02.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:01 smithi188 bash[21926]: cluster 2024-05-09T04:12:01.300631+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:02.269 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:01 smithi188 bash[21926]: cluster 2024-05-09T04:12:01.300631+0000 mgr.a (mgr.14397) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:03.232 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch ls 2024-05-09T04:12:03.609 INFO:teuthology.orchestra.run.smithi037.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-05-09T04:12:03.609 INFO:teuthology.orchestra.run.smithi037.stdout:agent 3/3 18s ago 3m * 2024-05-09T04:12:03.609 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager ?:9093,9094 1/1 18s ago 4m count:1 2024-05-09T04:12:03.609 INFO:teuthology.orchestra.run.smithi037.stdout:grafana ?:3000 1/1 3s ago 4m count:1 2024-05-09T04:12:03.609 INFO:teuthology.orchestra.run.smithi037.stdout:mgr 2/2 3s ago 7m smithi037=a;smithi160=b;count:2 2024-05-09T04:12:03.609 INFO:teuthology.orchestra.run.smithi037.stdout:mon 3/3 18s ago 8m smithi037:172.21.15.37=a;smithi160:172.21.15.160=b;smithi188:172.21.15.188=c;count:3 2024-05-09T04:12:03.610 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter ?:9100 3/3 18s ago 4m * 2024-05-09T04:12:03.610 INFO:teuthology.orchestra.run.smithi037.stdout:osd 3 18s ago - 2024-05-09T04:12:03.610 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus ?:9095 1/1 3s ago 4m count:1 2024-05-09T04:12:03.624 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch ps 2024-05-09T04:12:03.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:03 smithi037 bash[21462]: audit 2024-05-09T04:12:03.344319+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:03.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:03 smithi037 bash[21462]: audit 2024-05-09T04:12:03.344319+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:03.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:03 smithi188 bash[21926]: audit 2024-05-09T04:12:03.344319+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:03.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:03 smithi188 bash[21926]: audit 2024-05-09T04:12:03.344319+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:03.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:03 smithi160 bash[22291]: audit 2024-05-09T04:12:03.344319+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:03.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:03 smithi160 bash[22291]: audit 2024-05-09T04:12:03.344319+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:04.059 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-05-09T04:12:04.059 INFO:teuthology.orchestra.run.smithi037.stdout:agent.smithi037 smithi037 running 4s ago 9m - - 2024-05-09T04:12:04.059 INFO:teuthology.orchestra.run.smithi037.stdout:agent.smithi160 smithi160 running 3s ago 9m - - 2024-05-09T04:12:04.059 INFO:teuthology.orchestra.run.smithi037.stdout:agent.smithi188 smithi188 running 18s ago 8m - - 2024-05-09T04:12:04.060 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.smithi188 smithi188 *:9093,9094 running (2m) 18s ago 3m 14.3M - 0.25.0 c8568f914cd2 3d5b10dc7501 2024-05-09T04:12:04.060 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.smithi037 smithi037 *:3000 running (2m) 4s ago 3m 72.9M - 9.4.12 2bacad6d85d8 a544941f2897 2024-05-09T04:12:04.060 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.a smithi037 *:9283,8765 running (10m) 4s ago 10m 510M - 19.0.0-3631-gc66c553a af4a4df59e0a f2acfd168445 2024-05-09T04:12:04.060 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.b smithi160 *:8443,8765 running (7m) 3s ago 7m 452M - 19.0.0-3631-gc66c553a af4a4df59e0a 9948155ce833 2024-05-09T04:12:04.060 INFO:teuthology.orchestra.run.smithi037.stdout:mon.a smithi037 running (10m) 4s ago 10m 44.9M 2048M 19.0.0-3631-gc66c553a af4a4df59e0a 3cf2268ebff3 2024-05-09T04:12:04.060 INFO:teuthology.orchestra.run.smithi037.stdout:mon.b smithi160 running (8m) 3s ago 8m 35.4M 2048M 19.0.0-3631-gc66c553a af4a4df59e0a 1cb0299e62f4 2024-05-09T04:12:04.060 INFO:teuthology.orchestra.run.smithi037.stdout:mon.c smithi188 running (8m) 18s ago 8m 34.7M 2048M 19.0.0-3631-gc66c553a af4a4df59e0a ecb8fcaf33e8 2024-05-09T04:12:04.060 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi037 smithi037 *:9100 running (3m) 4s ago 4m 7971k - 1.5.0 0da6a335fe13 390a316bf23c 2024-05-09T04:12:04.060 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi160 smithi160 *:9100 running (3m) 3s ago 3m 8299k - 1.5.0 0da6a335fe13 94b6aabf36b3 2024-05-09T04:12:04.060 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.smithi188 smithi188 *:9100 running (3m) 18s ago 3m 8380k - 1.5.0 0da6a335fe13 31ca9e1cf32c 2024-05-09T04:12:04.060 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (7m) 4s ago 7m 45.9M 4096M 19.0.0-3631-gc66c553a af4a4df59e0a e6e5bdbbab39 2024-05-09T04:12:04.060 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi160 running (6m) 3s ago 6m 39.3M 4096M 19.0.0-3631-gc66c553a af4a4df59e0a 7c8ada6ca2e4 2024-05-09T04:12:04.060 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi188 running (5m) 18s ago 5m 38.0M 4096M 19.0.0-3631-gc66c553a af4a4df59e0a 68b24d524282 2024-05-09T04:12:04.061 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.smithi160 smithi160 *:9095 running (3m) 3s ago 3m 44.0M - 2.43.0 a07b618ecd1d 445e278fdbc6 2024-05-09T04:12:04.075 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch host ls 2024-05-09T04:12:04.437 INFO:teuthology.orchestra.run.smithi037.stdout:HOST ADDR LABELS STATUS 2024-05-09T04:12:04.437 INFO:teuthology.orchestra.run.smithi037.stdout:smithi037 172.21.15.37 2024-05-09T04:12:04.437 INFO:teuthology.orchestra.run.smithi037.stdout:smithi160 172.21.15.160 2024-05-09T04:12:04.438 INFO:teuthology.orchestra.run.smithi037.stdout:smithi188 172.21.15.188 2024-05-09T04:12:04.438 INFO:teuthology.orchestra.run.smithi037.stdout:3 hosts in cluster 2024-05-09T04:12:04.451 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch ps --daemon-type mon -f json 2024-05-09T04:12:04.451 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r 'last | .daemon_name' 2024-05-09T04:12:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:04 smithi037 bash[21462]: cluster 2024-05-09T04:12:03.301106+0000 mgr.a (mgr.14397) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:04 smithi037 bash[21462]: cluster 2024-05-09T04:12:03.301106+0000 mgr.a (mgr.14397) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:04.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:04 smithi188 bash[21926]: cluster 2024-05-09T04:12:03.301106+0000 mgr.a (mgr.14397) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:04.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:04 smithi188 bash[21926]: cluster 2024-05-09T04:12:03.301106+0000 mgr.a (mgr.14397) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:04.831 INFO:teuthology.orchestra.run.smithi037.stderr:+ MON_DAEMON=mon.c 2024-05-09T04:12:04.832 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -e '.[]' 2024-05-09T04:12:04.832 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-05-09T04:12:04.832 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r .hostname 2024-05-09T04:12:04.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:04 smithi160 bash[22291]: cluster 2024-05-09T04:12:03.301106+0000 mgr.a (mgr.14397) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:04.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:04 smithi160 bash[22291]: cluster 2024-05-09T04:12:03.301106+0000 mgr.a (mgr.14397) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:05.205 INFO:teuthology.orchestra.run.smithi037.stderr:+ GRAFANA_HOST=smithi037 2024-05-09T04:12:05.205 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-05-09T04:12:05.205 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -e '.[]' 2024-05-09T04:12:05.205 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r .hostname 2024-05-09T04:12:05.589 INFO:teuthology.orchestra.run.smithi037.stderr:+ PROM_HOST=smithi160 2024-05-09T04:12:05.590 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-05-09T04:12:05.590 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -e '.[]' 2024-05-09T04:12:05.590 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r .hostname 2024-05-09T04:12:05.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:05 smithi037 bash[21462]: audit 2024-05-09T04:12:03.604863+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:05.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:05 smithi037 bash[21462]: audit 2024-05-09T04:12:03.604863+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:05.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:05 smithi037 bash[21462]: audit 2024-05-09T04:12:04.029291+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:05.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:05 smithi037 bash[21462]: audit 2024-05-09T04:12:04.029291+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:05.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:05 smithi188 bash[21926]: audit 2024-05-09T04:12:03.604863+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:05.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:05 smithi188 bash[21926]: audit 2024-05-09T04:12:03.604863+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:05.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:05 smithi188 bash[21926]: audit 2024-05-09T04:12:04.029291+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:05.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:05 smithi188 bash[21926]: audit 2024-05-09T04:12:04.029291+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:05.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:05 smithi160 bash[22291]: audit 2024-05-09T04:12:03.604863+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:05.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:05 smithi160 bash[22291]: audit 2024-05-09T04:12:03.604863+0000 mgr.a (mgr.14397) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:05.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:05 smithi160 bash[22291]: audit 2024-05-09T04:12:04.029291+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:05.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:05 smithi160 bash[22291]: audit 2024-05-09T04:12:04.029291+0000 mgr.a (mgr.14397) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:05.966 INFO:teuthology.orchestra.run.smithi037.stderr:+ ALERTM_HOST=smithi188 2024-05-09T04:12:05.967 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch host ls -f json 2024-05-09T04:12:05.967 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r --arg GRAFANA_HOST smithi037 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-05-09T04:12:06.329 INFO:teuthology.orchestra.run.smithi037.stderr:+ GRAFANA_IP=172.21.15.37 2024-05-09T04:12:06.329 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch host ls -f json 2024-05-09T04:12:06.329 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r --arg PROM_HOST smithi160 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-05-09T04:12:06.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:06 smithi037 bash[21462]: audit 2024-05-09T04:12:04.437655+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:06.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:06 smithi037 bash[21462]: audit 2024-05-09T04:12:04.437655+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:06.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:06 smithi037 bash[21462]: audit 2024-05-09T04:12:04.812128+0000 mgr.a (mgr.14397) 122 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:06.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:06 smithi037 bash[21462]: audit 2024-05-09T04:12:04.812128+0000 mgr.a (mgr.14397) 122 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:06.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:06 smithi037 bash[21462]: audit 2024-05-09T04:12:05.182245+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:06.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:06 smithi037 bash[21462]: audit 2024-05-09T04:12:05.182245+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:06.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:06 smithi037 bash[21462]: cluster 2024-05-09T04:12:05.301582+0000 mgr.a (mgr.14397) 124 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:06.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:06 smithi037 bash[21462]: cluster 2024-05-09T04:12:05.301582+0000 mgr.a (mgr.14397) 124 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:06.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:06 smithi037 bash[21462]: audit 2024-05-09T04:12:05.757011+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:06 smithi037 bash[21462]: audit 2024-05-09T04:12:05.757011+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:06 smithi037 bash[21462]: audit 2024-05-09T04:12:05.765048+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:06 smithi037 bash[21462]: audit 2024-05-09T04:12:05.765048+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:06 smithi037 bash[21462]: audit 2024-05-09T04:12:05.773450+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:06 smithi037 bash[21462]: audit 2024-05-09T04:12:05.773450+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.699 INFO:teuthology.orchestra.run.smithi037.stderr:+ PROM_IP=172.21.15.160 2024-05-09T04:12:06.699 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch host ls -f json 2024-05-09T04:12:06.699 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r --arg ALERTM_HOST smithi188 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-05-09T04:12:06.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:06 smithi188 bash[21926]: audit 2024-05-09T04:12:04.437655+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:06.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:06 smithi188 bash[21926]: audit 2024-05-09T04:12:04.437655+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:06.770 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:06 smithi188 bash[21926]: audit 2024-05-09T04:12:04.812128+0000 mgr.a (mgr.14397) 122 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:06.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:06 smithi188 bash[21926]: audit 2024-05-09T04:12:04.812128+0000 mgr.a (mgr.14397) 122 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:06.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:06 smithi188 bash[21926]: audit 2024-05-09T04:12:05.182245+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:06.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:06 smithi188 bash[21926]: audit 2024-05-09T04:12:05.182245+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:06.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:06 smithi188 bash[21926]: cluster 2024-05-09T04:12:05.301582+0000 mgr.a (mgr.14397) 124 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:06.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:06 smithi188 bash[21926]: cluster 2024-05-09T04:12:05.301582+0000 mgr.a (mgr.14397) 124 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:06.771 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:06 smithi188 bash[21926]: audit 2024-05-09T04:12:05.757011+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:06 smithi188 bash[21926]: audit 2024-05-09T04:12:05.757011+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:06 smithi188 bash[21926]: audit 2024-05-09T04:12:05.765048+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:06 smithi188 bash[21926]: audit 2024-05-09T04:12:05.765048+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:06 smithi188 bash[21926]: audit 2024-05-09T04:12:05.773450+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.772 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:06 smithi188 bash[21926]: audit 2024-05-09T04:12:05.773450+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:06 smithi160 bash[22291]: audit 2024-05-09T04:12:04.437655+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:06.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:06 smithi160 bash[22291]: audit 2024-05-09T04:12:04.437655+0000 mgr.a (mgr.14397) 121 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:06.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:06 smithi160 bash[22291]: audit 2024-05-09T04:12:04.812128+0000 mgr.a (mgr.14397) 122 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:06.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:06 smithi160 bash[22291]: audit 2024-05-09T04:12:04.812128+0000 mgr.a (mgr.14397) 122 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:06.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:06 smithi160 bash[22291]: audit 2024-05-09T04:12:05.182245+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:06.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:06 smithi160 bash[22291]: audit 2024-05-09T04:12:05.182245+0000 mgr.a (mgr.14397) 123 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:06.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:06 smithi160 bash[22291]: cluster 2024-05-09T04:12:05.301582+0000 mgr.a (mgr.14397) 124 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:06.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:06 smithi160 bash[22291]: cluster 2024-05-09T04:12:05.301582+0000 mgr.a (mgr.14397) 124 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:06.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:06 smithi160 bash[22291]: audit 2024-05-09T04:12:05.757011+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:06 smithi160 bash[22291]: audit 2024-05-09T04:12:05.757011+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:06 smithi160 bash[22291]: audit 2024-05-09T04:12:05.765048+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:06 smithi160 bash[22291]: audit 2024-05-09T04:12:05.765048+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:06 smithi160 bash[22291]: audit 2024-05-09T04:12:05.773450+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:06.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:06 smithi160 bash[22291]: audit 2024-05-09T04:12:05.773450+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:07.054 INFO:teuthology.orchestra.run.smithi037.stderr:+ ALERTM_IP=172.21.15.188 2024-05-09T04:12:07.054 INFO:teuthology.orchestra.run.smithi037.stderr:++ ceph orch host ls -f json 2024-05-09T04:12:07.054 INFO:teuthology.orchestra.run.smithi037.stderr:++ jq -r '.[] | .addr' 2024-05-09T04:12:07.414 INFO:teuthology.orchestra.run.smithi037.stderr:+ ALL_HOST_IPS='172.21.15.37 2024-05-09T04:12:07.414 INFO:teuthology.orchestra.run.smithi037.stderr:172.21.15.160 2024-05-09T04:12:07.415 INFO:teuthology.orchestra.run.smithi037.stderr:172.21.15.188' 2024-05-09T04:12:07.415 INFO:teuthology.orchestra.run.smithi037.stderr:+ for ip in $ALL_HOST_IPS 2024-05-09T04:12:07.415 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.37:9100/metric 2024-05-09T04:12:07.419 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:12:07.419 INFO:teuthology.orchestra.run.smithi037.stdout: Node Exporter 2024-05-09T04:12:07.419 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:12:07.419 INFO:teuthology.orchestra.run.smithi037.stdout:

Node Exporter

2024-05-09T04:12:07.419 INFO:teuthology.orchestra.run.smithi037.stdout:

Metrics

2024-05-09T04:12:07.419 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:12:07.419 INFO:teuthology.orchestra.run.smithi037.stderr:+ for ip in $ALL_HOST_IPS 2024-05-09T04:12:07.420 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.160:9100/metric 2024-05-09T04:12:07.423 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:12:07.424 INFO:teuthology.orchestra.run.smithi037.stdout: Node Exporter 2024-05-09T04:12:07.424 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:12:07.424 INFO:teuthology.orchestra.run.smithi037.stdout:

Node Exporter

2024-05-09T04:12:07.424 INFO:teuthology.orchestra.run.smithi037.stdout:

Metrics

2024-05-09T04:12:07.424 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:12:07.424 INFO:teuthology.orchestra.run.smithi037.stderr:+ for ip in $ALL_HOST_IPS 2024-05-09T04:12:07.424 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.188:9100/metric 2024-05-09T04:12:07.427 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:12:07.427 INFO:teuthology.orchestra.run.smithi037.stdout: Node Exporter 2024-05-09T04:12:07.427 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:12:07.427 INFO:teuthology.orchestra.run.smithi037.stdout:

Node Exporter

2024-05-09T04:12:07.427 INFO:teuthology.orchestra.run.smithi037.stdout:

Metrics

2024-05-09T04:12:07.427 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-05-09T04:12:07.428 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -k -s https://172.21.15.37:3000/api/health 2024-05-09T04:12:07.443 INFO:teuthology.orchestra.run.smithi037.stdout: { 2024-05-09T04:12:07.443 INFO:teuthology.orchestra.run.smithi037.stdout: "commit": "37ee25ba46", 2024-05-09T04:12:07.443 INFO:teuthology.orchestra.run.smithi037.stdout: "database": "ok", 2024-05-09T04:12:07.443 INFO:teuthology.orchestra.run.smithi037.stdout: "version": "9.4.12" 2024-05-09T04:12:07.445 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -k -s https://172.21.15.37:3000/api/health 2024-05-09T04:12:07.445 INFO:teuthology.orchestra.run.smithi037.stderr:+ jq -e '.database == "ok"' 2024-05-09T04:12:07.457 INFO:teuthology.orchestra.run.smithi037.stdout:}true 2024-05-09T04:12:07.458 INFO:teuthology.orchestra.run.smithi037.stderr:+ ceph orch daemon stop mon.c 2024-05-09T04:12:07.499 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:07 smithi188 bash[21926]: audit 2024-05-09T04:12:05.566196+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.499 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:07 smithi188 bash[21926]: audit 2024-05-09T04:12:05.566196+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.499 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:07 smithi188 bash[21926]: audit 2024-05-09T04:12:05.943235+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.500 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:07 smithi188 bash[21926]: audit 2024-05-09T04:12:05.943235+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.500 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:07 smithi188 bash[21926]: audit 2024-05-09T04:12:06.313374+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.500 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:07 smithi188 bash[21926]: audit 2024-05-09T04:12:06.313374+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:07 smithi037 bash[21462]: audit 2024-05-09T04:12:05.566196+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:07 smithi037 bash[21462]: audit 2024-05-09T04:12:05.566196+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:07 smithi037 bash[21462]: audit 2024-05-09T04:12:05.943235+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:07 smithi037 bash[21462]: audit 2024-05-09T04:12:05.943235+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:07 smithi037 bash[21462]: audit 2024-05-09T04:12:06.313374+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:07 smithi037 bash[21462]: audit 2024-05-09T04:12:06.313374+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.839 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled to stop mon.c on host 'smithi188' 2024-05-09T04:12:07.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:07 smithi160 bash[22291]: audit 2024-05-09T04:12:05.566196+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:07 smithi160 bash[22291]: audit 2024-05-09T04:12:05.566196+0000 mgr.a (mgr.14397) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:07 smithi160 bash[22291]: audit 2024-05-09T04:12:05.943235+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:07 smithi160 bash[22291]: audit 2024-05-09T04:12:05.943235+0000 mgr.a (mgr.14397) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:07 smithi160 bash[22291]: audit 2024-05-09T04:12:06.313374+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:07 smithi160 bash[22291]: audit 2024-05-09T04:12:06.313374+0000 mgr.a (mgr.14397) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:07.854 INFO:teuthology.orchestra.run.smithi037.stderr:+ sleep 120 2024-05-09T04:12:08.669 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:06.685920+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.669 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:06.685920+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.669 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:07.040364+0000 mgr.a (mgr.14397) 129 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.669 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:07.040364+0000 mgr.a (mgr.14397) 129 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.669 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: cluster 2024-05-09T04:12:07.302078+0000 mgr.a (mgr.14397) 130 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:08.669 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: cluster 2024-05-09T04:12:07.302078+0000 mgr.a (mgr.14397) 130 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:08.670 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:07.400955+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.670 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:07.400955+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.670 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:07.831400+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.670 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:07.831400+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.670 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:07.839228+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.670 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:07.839228+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.670 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:07.881397+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:12:08.670 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:07.881397+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:12:08.670 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:08.354976+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.670 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:08.354976+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.670 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:08.360267+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.670 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:08.360267+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.670 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:08.361294+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:12:08.670 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:08.361294+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:12:08.671 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:08.362193+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:12:08.671 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:08.362193+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:12:08.671 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:08.366874+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.671 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:08 smithi188 bash[21926]: audit 2024-05-09T04:12:08.366874+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:06.685920+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:06.685920+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:07.040364+0000 mgr.a (mgr.14397) 129 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:07.040364+0000 mgr.a (mgr.14397) 129 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: cluster 2024-05-09T04:12:07.302078+0000 mgr.a (mgr.14397) 130 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:08.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: cluster 2024-05-09T04:12:07.302078+0000 mgr.a (mgr.14397) 130 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:08.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:07.400955+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:07.400955+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:07.831400+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:07.831400+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:07.839228+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:07.839228+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:07.881397+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:12:08.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:07.881397+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:12:08.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:08.354976+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:08.354976+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:08.360267+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:08.360267+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:08.361294+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:12:08.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:08.361294+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:12:08.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:08.362193+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:12:08.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:08.362193+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:12:08.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:08.366874+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:08 smithi037 bash[21462]: audit 2024-05-09T04:12:08.366874+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:06.685920+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:06.685920+0000 mgr.a (mgr.14397) 128 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:07.040364+0000 mgr.a (mgr.14397) 129 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:07.040364+0000 mgr.a (mgr.14397) 129 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: cluster 2024-05-09T04:12:07.302078+0000 mgr.a (mgr.14397) 130 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:08.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: cluster 2024-05-09T04:12:07.302078+0000 mgr.a (mgr.14397) 130 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:08.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:07.400955+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:07.400955+0000 mgr.a (mgr.14397) 131 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-05-09T04:12:08.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:07.831400+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:07.831400+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:07.839228+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:07.839228+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:07.881397+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:12:08.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:07.881397+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:12:08.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:08.354976+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:08.354976+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:08.360267+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:08.360267+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:08.361294+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:12:08.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:08.361294+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:12:08.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:08.362193+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:12:08.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:08.362193+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:12:08.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:08.366874+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:08.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:08 smithi160 bash[22291]: audit 2024-05-09T04:12:08.366874+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:09.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:09 smithi037 bash[21462]: audit 2024-05-09T04:12:07.821875+0000 mgr.a (mgr.14397) 132 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:09.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:09 smithi037 bash[21462]: audit 2024-05-09T04:12:07.821875+0000 mgr.a (mgr.14397) 132 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:09.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:09 smithi037 bash[21462]: cephadm 2024-05-09T04:12:07.822722+0000 mgr.a (mgr.14397) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-05-09T04:12:09.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:09 smithi037 bash[21462]: cephadm 2024-05-09T04:12:07.822722+0000 mgr.a (mgr.14397) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-05-09T04:12:09.698 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:09 smithi188 bash[21926]: audit 2024-05-09T04:12:07.821875+0000 mgr.a (mgr.14397) 132 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:09.698 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:09 smithi188 bash[21926]: audit 2024-05-09T04:12:07.821875+0000 mgr.a (mgr.14397) 132 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:09.698 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:09 smithi188 bash[21926]: cephadm 2024-05-09T04:12:07.822722+0000 mgr.a (mgr.14397) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-05-09T04:12:09.699 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:09 smithi188 bash[21926]: cephadm 2024-05-09T04:12:07.822722+0000 mgr.a (mgr.14397) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-05-09T04:12:09.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:09 smithi160 bash[22291]: audit 2024-05-09T04:12:07.821875+0000 mgr.a (mgr.14397) 132 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:09.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:09 smithi160 bash[22291]: audit 2024-05-09T04:12:07.821875+0000 mgr.a (mgr.14397) 132 : audit [DBG] from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-05-09T04:12:09.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:09 smithi160 bash[22291]: cephadm 2024-05-09T04:12:07.822722+0000 mgr.a (mgr.14397) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-05-09T04:12:09.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:09 smithi160 bash[22291]: cephadm 2024-05-09T04:12:07.822722+0000 mgr.a (mgr.14397) 133 : cephadm [INF] Schedule stop daemon mon.c 2024-05-09T04:12:10.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:10 smithi037 bash[21462]: cluster 2024-05-09T04:12:09.302621+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:10.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:10 smithi037 bash[21462]: cluster 2024-05-09T04:12:09.302621+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:10.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:10 smithi188 bash[21926]: cluster 2024-05-09T04:12:09.302621+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:10.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:10 smithi188 bash[21926]: cluster 2024-05-09T04:12:09.302621+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:10.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:10 smithi160 bash[22291]: cluster 2024-05-09T04:12:09.302621+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:10.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:10 smithi160 bash[22291]: cluster 2024-05-09T04:12:09.302621+0000 mgr.a (mgr.14397) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:11.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:11 smithi188 bash[21926]: cluster 2024-05-09T04:12:11.303166+0000 mgr.a (mgr.14397) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:11.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:11 smithi188 bash[21926]: cluster 2024-05-09T04:12:11.303166+0000 mgr.a (mgr.14397) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:11.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:11 smithi160 bash[22291]: cluster 2024-05-09T04:12:11.303166+0000 mgr.a (mgr.14397) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:11.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:11 smithi160 bash[22291]: cluster 2024-05-09T04:12:11.303166+0000 mgr.a (mgr.14397) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:11.944 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:12:11 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:12:11] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.43.0" 2024-05-09T04:12:11.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:11 smithi037 bash[21462]: cluster 2024-05-09T04:12:11.303166+0000 mgr.a (mgr.14397) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:11.944 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:11 smithi037 bash[21462]: cluster 2024-05-09T04:12:11.303166+0000 mgr.a (mgr.14397) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:13.990 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:13 smithi188 systemd[1]: Stopping Ceph mon.c for 8cd65cde-0db8-11ef-bc97-c7b262605968... 2024-05-09T04:12:13.990 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:13 smithi188 bash[21926]: debug 2024-05-09T04:12:13.785+0000 7f9f273da700 -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-05-09T04:12:13.990 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:13 smithi188 bash[21926]: debug 2024-05-09T04:12:13.785+0000 7f9f273da700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-05-09T04:12:14.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:14 smithi188 bash[34257]: ceph-8cd65cde-0db8-11ef-bc97-c7b262605968-mon-c 2024-05-09T04:12:14.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:14 smithi188 bash[34318]: Error response from daemon: No such container: ceph-8cd65cde-0db8-11ef-bc97-c7b262605968-mon-c 2024-05-09T04:12:14.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:14 smithi188 systemd[1]: ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mon.c.service: Deactivated successfully. 2024-05-09T04:12:14.769 INFO:journalctl@ceph.mon.c.smithi188.stdout:May 09 04:12:14 smithi188 systemd[1]: Stopped Ceph mon.c for 8cd65cde-0db8-11ef-bc97-c7b262605968. 2024-05-09T04:12:21.944 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:12:21 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:12:21] "GET /metrics HTTP/1.1" 200 21538 "" "Prometheus/2.43.0" 2024-05-09T04:12:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:28 smithi037 bash[21462]: cluster 2024-05-09T04:12:13.303713+0000 mgr.a (mgr.14397) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:28 smithi037 bash[21462]: cluster 2024-05-09T04:12:13.303713+0000 mgr.a (mgr.14397) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:28.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:28 smithi160 bash[22291]: cluster 2024-05-09T04:12:13.303713+0000 mgr.a (mgr.14397) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:28.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:28 smithi160 bash[22291]: cluster 2024-05-09T04:12:13.303713+0000 mgr.a (mgr.14397) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:15.304264+0000 mgr.a (mgr.14397) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:15.304264+0000 mgr.a (mgr.14397) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:17.304613+0000 mgr.a (mgr.14397) 138 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:17.304613+0000 mgr.a (mgr.14397) 138 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:18.345482+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:29.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:18.345482+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:29.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:19.305030+0000 mgr.a (mgr.14397) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:19.305030+0000 mgr.a (mgr.14397) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:21.305508+0000 mgr.a (mgr.14397) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:21.305508+0000 mgr.a (mgr.14397) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:23.306080+0000 mgr.a (mgr.14397) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:23.306080+0000 mgr.a (mgr.14397) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.695 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:23.365510+0000 mon.a (mon.0) 931 : cluster [INF] mon.a calling monitor election 2024-05-09T04:12:29.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:23.365510+0000 mon.a (mon.0) 931 : cluster [INF] mon.a calling monitor election 2024-05-09T04:12:29.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:23.365711+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-05-09T04:12:29.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:23.365711+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-05-09T04:12:29.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:25.306609+0000 mgr.a (mgr.14397) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:25.306609+0000 mgr.a (mgr.14397) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:27.307113+0000 mgr.a (mgr.14397) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:27.307113+0000 mgr.a (mgr.14397) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.696 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.367784+0000 mon.a (mon.0) 932 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-05-09T04:12:29.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.367784+0000 mon.a (mon.0) 932 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-05-09T04:12:29.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377209+0000 mon.a (mon.0) 933 : cluster [DBG] monmap epoch 3 2024-05-09T04:12:29.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377209+0000 mon.a (mon.0) 933 : cluster [DBG] monmap epoch 3 2024-05-09T04:12:29.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377267+0000 mon.a (mon.0) 934 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:12:29.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377267+0000 mon.a (mon.0) 934 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:12:29.697 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377288+0000 mon.a (mon.0) 935 : cluster [DBG] last_changed 2024-05-09T04:03:44.607467+0000 2024-05-09T04:12:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377288+0000 mon.a (mon.0) 935 : cluster [DBG] last_changed 2024-05-09T04:03:44.607467+0000 2024-05-09T04:12:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377309+0000 mon.a (mon.0) 936 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:12:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377309+0000 mon.a (mon.0) 936 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:12:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377326+0000 mon.a (mon.0) 937 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:12:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377326+0000 mon.a (mon.0) 937 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:12:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377372+0000 mon.a (mon.0) 938 : cluster [DBG] election_strategy: 1 2024-05-09T04:12:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377372+0000 mon.a (mon.0) 938 : cluster [DBG] election_strategy: 1 2024-05-09T04:12:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377394+0000 mon.a (mon.0) 939 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:12:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377394+0000 mon.a (mon.0) 939 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:12:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377417+0000 mon.a (mon.0) 940 : cluster [DBG] 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.c 2024-05-09T04:12:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377417+0000 mon.a (mon.0) 940 : cluster [DBG] 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.c 2024-05-09T04:12:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377446+0000 mon.a (mon.0) 941 : cluster [DBG] 2: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.b 2024-05-09T04:12:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.377446+0000 mon.a (mon.0) 941 : cluster [DBG] 2: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.b 2024-05-09T04:12:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.398376+0000 mon.a (mon.0) 942 : cluster [DBG] fsmap 2024-05-09T04:12:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.398376+0000 mon.a (mon.0) 942 : cluster [DBG] fsmap 2024-05-09T04:12:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.398479+0000 mon.a (mon.0) 943 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-09T04:12:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.398479+0000 mon.a (mon.0) 943 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-09T04:12:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.399500+0000 mon.a (mon.0) 944 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-05-09T04:12:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.399500+0000 mon.a (mon.0) 944 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-05-09T04:12:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.399983+0000 mon.a (mon.0) 945 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-05-09T04:12:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.399983+0000 mon.a (mon.0) 945 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-05-09T04:12:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.416614+0000 mon.a (mon.0) 946 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-05-09T04:12:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.416614+0000 mon.a (mon.0) 946 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-05-09T04:12:29.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.416679+0000 mon.a (mon.0) 947 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-05-09T04:12:29.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.416679+0000 mon.a (mon.0) 947 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-05-09T04:12:29.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.416748+0000 mon.a (mon.0) 948 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] is down (out of quorum) 2024-05-09T04:12:29.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: cluster 2024-05-09T04:12:28.416748+0000 mon.a (mon.0) 948 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] is down (out of quorum) 2024-05-09T04:12:29.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.423845+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.423845+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.432003+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.432003+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.440352+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.440352+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.448179+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.448179+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.700 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.456507+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.456507+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.464261+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.464261+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.471614+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.471614+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.479360+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.479360+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.486333+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.486333+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.488530+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:12:29.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.488530+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:12:29.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.493517+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.701 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.493517+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.500218+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.500218+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.500857+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:12:29.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.500857+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:12:29.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.503343+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:12:29.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.503343+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:12:29.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.514264+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.702 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:29 smithi037 bash[21462]: audit 2024-05-09T04:12:28.514264+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:15.304264+0000 mgr.a (mgr.14397) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:15.304264+0000 mgr.a (mgr.14397) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:17.304613+0000 mgr.a (mgr.14397) 138 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:17.304613+0000 mgr.a (mgr.14397) 138 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:18.345482+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:18.345482+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:19.305030+0000 mgr.a (mgr.14397) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:19.305030+0000 mgr.a (mgr.14397) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:21.305508+0000 mgr.a (mgr.14397) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:21.305508+0000 mgr.a (mgr.14397) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:23.306080+0000 mgr.a (mgr.14397) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:23.306080+0000 mgr.a (mgr.14397) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:23.365510+0000 mon.a (mon.0) 931 : cluster [INF] mon.a calling monitor election 2024-05-09T04:12:29.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:23.365510+0000 mon.a (mon.0) 931 : cluster [INF] mon.a calling monitor election 2024-05-09T04:12:29.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:23.365711+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-05-09T04:12:29.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:23.365711+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-05-09T04:12:29.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:25.306609+0000 mgr.a (mgr.14397) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:25.306609+0000 mgr.a (mgr.14397) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:27.307113+0000 mgr.a (mgr.14397) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:27.307113+0000 mgr.a (mgr.14397) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:29.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.367784+0000 mon.a (mon.0) 932 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-05-09T04:12:29.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.367784+0000 mon.a (mon.0) 932 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-05-09T04:12:29.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377209+0000 mon.a (mon.0) 933 : cluster [DBG] monmap epoch 3 2024-05-09T04:12:29.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377209+0000 mon.a (mon.0) 933 : cluster [DBG] monmap epoch 3 2024-05-09T04:12:29.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377267+0000 mon.a (mon.0) 934 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:12:29.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377267+0000 mon.a (mon.0) 934 : cluster [DBG] fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:12:29.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377288+0000 mon.a (mon.0) 935 : cluster [DBG] last_changed 2024-05-09T04:03:44.607467+0000 2024-05-09T04:12:29.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377288+0000 mon.a (mon.0) 935 : cluster [DBG] last_changed 2024-05-09T04:03:44.607467+0000 2024-05-09T04:12:29.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377309+0000 mon.a (mon.0) 936 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:12:29.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377309+0000 mon.a (mon.0) 936 : cluster [DBG] created 2024-05-09T04:01:04.043028+0000 2024-05-09T04:12:29.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377326+0000 mon.a (mon.0) 937 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:12:29.855 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377326+0000 mon.a (mon.0) 937 : cluster [DBG] min_mon_release 19 (squid) 2024-05-09T04:12:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377372+0000 mon.a (mon.0) 938 : cluster [DBG] election_strategy: 1 2024-05-09T04:12:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377372+0000 mon.a (mon.0) 938 : cluster [DBG] election_strategy: 1 2024-05-09T04:12:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377394+0000 mon.a (mon.0) 939 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:12:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377394+0000 mon.a (mon.0) 939 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-05-09T04:12:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377417+0000 mon.a (mon.0) 940 : cluster [DBG] 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.c 2024-05-09T04:12:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377417+0000 mon.a (mon.0) 940 : cluster [DBG] 1: [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] mon.c 2024-05-09T04:12:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377446+0000 mon.a (mon.0) 941 : cluster [DBG] 2: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.b 2024-05-09T04:12:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.377446+0000 mon.a (mon.0) 941 : cluster [DBG] 2: [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] mon.b 2024-05-09T04:12:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.398376+0000 mon.a (mon.0) 942 : cluster [DBG] fsmap 2024-05-09T04:12:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.398376+0000 mon.a (mon.0) 942 : cluster [DBG] fsmap 2024-05-09T04:12:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.398479+0000 mon.a (mon.0) 943 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-09T04:12:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.398479+0000 mon.a (mon.0) 943 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-05-09T04:12:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.399500+0000 mon.a (mon.0) 944 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-05-09T04:12:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.399500+0000 mon.a (mon.0) 944 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-05-09T04:12:29.856 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.399983+0000 mon.a (mon.0) 945 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-05-09T04:12:29.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.399983+0000 mon.a (mon.0) 945 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-05-09T04:12:29.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.416614+0000 mon.a (mon.0) 946 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-05-09T04:12:29.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.416614+0000 mon.a (mon.0) 946 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-05-09T04:12:29.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.416679+0000 mon.a (mon.0) 947 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-05-09T04:12:29.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.416679+0000 mon.a (mon.0) 947 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-05-09T04:12:29.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.416748+0000 mon.a (mon.0) 948 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] is down (out of quorum) 2024-05-09T04:12:29.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: cluster 2024-05-09T04:12:28.416748+0000 mon.a (mon.0) 948 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.188:3300/0,v1:172.21.15.188:6789/0] is down (out of quorum) 2024-05-09T04:12:29.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.423845+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.423845+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.432003+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.432003+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.440352+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.440352+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.857 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.448179+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.448179+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.456507+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.456507+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.464261+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.464261+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.471614+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.471614+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.479360+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.479360+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.486333+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.486333+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.488530+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:12:29.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.488530+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:12:29.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.493517+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.493517+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.858 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.500218+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.859 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.500218+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.859 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.500857+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:12:29.859 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.500857+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:12:29.859 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.503343+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:12:29.859 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.503343+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:12:29.859 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.514264+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:29.859 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:29 smithi160 bash[22291]: audit 2024-05-09T04:12:28.514264+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:30.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:30 smithi037 bash[21462]: cluster 2024-05-09T04:12:29.307653+0000 mgr.a (mgr.14397) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:30.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:30 smithi037 bash[21462]: cluster 2024-05-09T04:12:29.307653+0000 mgr.a (mgr.14397) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:30.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:30 smithi037 bash[21462]: audit 2024-05-09T04:12:29.807585+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:30.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:30 smithi037 bash[21462]: audit 2024-05-09T04:12:29.807585+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:30.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:30 smithi037 bash[21462]: audit 2024-05-09T04:12:29.818315+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:30.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:30 smithi037 bash[21462]: audit 2024-05-09T04:12:29.818315+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:30.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:30 smithi037 bash[21462]: audit 2024-05-09T04:12:29.831088+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:30.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:30 smithi037 bash[21462]: audit 2024-05-09T04:12:29.831088+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:30.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:30 smithi160 bash[22291]: cluster 2024-05-09T04:12:29.307653+0000 mgr.a (mgr.14397) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:30.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:30 smithi160 bash[22291]: cluster 2024-05-09T04:12:29.307653+0000 mgr.a (mgr.14397) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:30.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:30 smithi160 bash[22291]: audit 2024-05-09T04:12:29.807585+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:30.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:30 smithi160 bash[22291]: audit 2024-05-09T04:12:29.807585+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:30.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:30 smithi160 bash[22291]: audit 2024-05-09T04:12:29.818315+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:30.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:30 smithi160 bash[22291]: audit 2024-05-09T04:12:29.818315+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:30.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:30 smithi160 bash[22291]: audit 2024-05-09T04:12:29.831088+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:30.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:30 smithi160 bash[22291]: audit 2024-05-09T04:12:29.831088+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:31.943 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:12:31 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:12:31] "GET /metrics HTTP/1.1" 200 21538 "" "Prometheus/2.43.0" 2024-05-09T04:12:32.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:32 smithi037 bash[21462]: cluster 2024-05-09T04:12:31.308151+0000 mgr.a (mgr.14397) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:32.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:32 smithi037 bash[21462]: cluster 2024-05-09T04:12:31.308151+0000 mgr.a (mgr.14397) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:32.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:32 smithi160 bash[22291]: cluster 2024-05-09T04:12:31.308151+0000 mgr.a (mgr.14397) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:32.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:32 smithi160 bash[22291]: cluster 2024-05-09T04:12:31.308151+0000 mgr.a (mgr.14397) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:34.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:34 smithi160 bash[22291]: cluster 2024-05-09T04:12:33.308650+0000 mgr.a (mgr.14397) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:34.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:34 smithi160 bash[22291]: cluster 2024-05-09T04:12:33.308650+0000 mgr.a (mgr.14397) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:34.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:34 smithi160 bash[22291]: audit 2024-05-09T04:12:33.351937+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:34.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:34 smithi160 bash[22291]: audit 2024-05-09T04:12:33.351937+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:34.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:34 smithi160 bash[22291]: audit 2024-05-09T04:12:33.353774+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:34.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:34 smithi160 bash[22291]: audit 2024-05-09T04:12:33.353774+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:34.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:34 smithi037 bash[21462]: cluster 2024-05-09T04:12:33.308650+0000 mgr.a (mgr.14397) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:34.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:34 smithi037 bash[21462]: cluster 2024-05-09T04:12:33.308650+0000 mgr.a (mgr.14397) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:34.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:34 smithi037 bash[21462]: audit 2024-05-09T04:12:33.351937+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:34.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:34 smithi037 bash[21462]: audit 2024-05-09T04:12:33.351937+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:34.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:34 smithi037 bash[21462]: audit 2024-05-09T04:12:33.353774+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:34.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:34 smithi037 bash[21462]: audit 2024-05-09T04:12:33.353774+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:36.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:36 smithi037 bash[21462]: cluster 2024-05-09T04:12:35.309150+0000 mgr.a (mgr.14397) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:36.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:36 smithi037 bash[21462]: cluster 2024-05-09T04:12:35.309150+0000 mgr.a (mgr.14397) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:36.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:36 smithi160 bash[22291]: cluster 2024-05-09T04:12:35.309150+0000 mgr.a (mgr.14397) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:36.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:36 smithi160 bash[22291]: cluster 2024-05-09T04:12:35.309150+0000 mgr.a (mgr.14397) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:38.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:38 smithi037 bash[21462]: cluster 2024-05-09T04:12:37.309625+0000 mgr.a (mgr.14397) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:38.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:38 smithi037 bash[21462]: cluster 2024-05-09T04:12:37.309625+0000 mgr.a (mgr.14397) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:38.748 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:38 smithi160 bash[22291]: cluster 2024-05-09T04:12:37.309625+0000 mgr.a (mgr.14397) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:38.748 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:38 smithi160 bash[22291]: cluster 2024-05-09T04:12:37.309625+0000 mgr.a (mgr.14397) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:40.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:40 smithi037 bash[21462]: cluster 2024-05-09T04:12:39.310158+0000 mgr.a (mgr.14397) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:40.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:40 smithi037 bash[21462]: cluster 2024-05-09T04:12:39.310158+0000 mgr.a (mgr.14397) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:40.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:40 smithi160 bash[22291]: cluster 2024-05-09T04:12:39.310158+0000 mgr.a (mgr.14397) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:40.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:40 smithi160 bash[22291]: cluster 2024-05-09T04:12:39.310158+0000 mgr.a (mgr.14397) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:41.943 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:12:41 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:12:41] "GET /metrics HTTP/1.1" 200 21600 "" "Prometheus/2.43.0" 2024-05-09T04:12:42.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:42 smithi037 bash[21462]: cluster 2024-05-09T04:12:41.310774+0000 mgr.a (mgr.14397) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:42.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:42 smithi037 bash[21462]: cluster 2024-05-09T04:12:41.310774+0000 mgr.a (mgr.14397) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:42.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:42 smithi160 bash[22291]: cluster 2024-05-09T04:12:41.310774+0000 mgr.a (mgr.14397) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:42.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:42 smithi160 bash[22291]: cluster 2024-05-09T04:12:41.310774+0000 mgr.a (mgr.14397) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:44.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:44 smithi037 bash[21462]: cluster 2024-05-09T04:12:43.311268+0000 mgr.a (mgr.14397) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:44.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:44 smithi037 bash[21462]: cluster 2024-05-09T04:12:43.311268+0000 mgr.a (mgr.14397) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:44.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:44 smithi160 bash[22291]: cluster 2024-05-09T04:12:43.311268+0000 mgr.a (mgr.14397) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:44.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:44 smithi160 bash[22291]: cluster 2024-05-09T04:12:43.311268+0000 mgr.a (mgr.14397) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:46.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:46 smithi037 bash[21462]: cluster 2024-05-09T04:12:45.311877+0000 mgr.a (mgr.14397) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:46.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:46 smithi037 bash[21462]: cluster 2024-05-09T04:12:45.311877+0000 mgr.a (mgr.14397) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:46.737 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:46 smithi160 bash[22291]: cluster 2024-05-09T04:12:45.311877+0000 mgr.a (mgr.14397) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:46.737 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:46 smithi160 bash[22291]: cluster 2024-05-09T04:12:45.311877+0000 mgr.a (mgr.14397) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:48.102 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:47 smithi160 bash[22291]: audit 2024-05-09T04:12:46.709907+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:47 smithi160 bash[22291]: audit 2024-05-09T04:12:46.709907+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:47 smithi160 bash[22291]: audit 2024-05-09T04:12:46.721031+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:47 smithi160 bash[22291]: audit 2024-05-09T04:12:46.721031+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:47 smithi160 bash[22291]: audit 2024-05-09T04:12:46.736541+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:47 smithi160 bash[22291]: audit 2024-05-09T04:12:46.736541+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:47 smithi160 bash[22291]: audit 2024-05-09T04:12:46.744712+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:47 smithi160 bash[22291]: audit 2024-05-09T04:12:46.744712+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:47 smithi160 bash[22291]: audit 2024-05-09T04:12:46.754490+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:47 smithi160 bash[22291]: audit 2024-05-09T04:12:46.754490+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:47 smithi160 bash[22291]: audit 2024-05-09T04:12:46.766664+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:47 smithi160 bash[22291]: audit 2024-05-09T04:12:46.766664+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:47 smithi160 bash[22291]: cluster 2024-05-09T04:12:47.312528+0000 mgr.a (mgr.14397) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:48.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:47 smithi160 bash[22291]: cluster 2024-05-09T04:12:47.312528+0000 mgr.a (mgr.14397) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:48.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:47 smithi037 bash[21462]: audit 2024-05-09T04:12:46.709907+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:47 smithi037 bash[21462]: audit 2024-05-09T04:12:46.709907+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:47 smithi037 bash[21462]: audit 2024-05-09T04:12:46.721031+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:47 smithi037 bash[21462]: audit 2024-05-09T04:12:46.721031+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:47 smithi037 bash[21462]: audit 2024-05-09T04:12:46.736541+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:47 smithi037 bash[21462]: audit 2024-05-09T04:12:46.736541+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:47 smithi037 bash[21462]: audit 2024-05-09T04:12:46.744712+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:47 smithi037 bash[21462]: audit 2024-05-09T04:12:46.744712+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:47 smithi037 bash[21462]: audit 2024-05-09T04:12:46.754490+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:47 smithi037 bash[21462]: audit 2024-05-09T04:12:46.754490+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:47 smithi037 bash[21462]: audit 2024-05-09T04:12:46.766664+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:47 smithi037 bash[21462]: audit 2024-05-09T04:12:46.766664+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:48.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:47 smithi037 bash[21462]: cluster 2024-05-09T04:12:47.312528+0000 mgr.a (mgr.14397) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:48.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:47 smithi037 bash[21462]: cluster 2024-05-09T04:12:47.312528+0000 mgr.a (mgr.14397) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:49.102 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:48 smithi160 bash[22291]: audit 2024-05-09T04:12:48.346427+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:49.102 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:48 smithi160 bash[22291]: audit 2024-05-09T04:12:48.346427+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:49.102 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:48 smithi160 bash[22291]: audit 2024-05-09T04:12:48.424222+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:49.102 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:48 smithi160 bash[22291]: audit 2024-05-09T04:12:48.424222+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:49.102 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:48 smithi160 bash[22291]: audit 2024-05-09T04:12:48.434802+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:49.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:48 smithi160 bash[22291]: audit 2024-05-09T04:12:48.434802+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:49.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:48 smithi160 bash[22291]: audit 2024-05-09T04:12:48.445950+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:49.103 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:48 smithi160 bash[22291]: audit 2024-05-09T04:12:48.445950+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:49.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:48 smithi037 bash[21462]: audit 2024-05-09T04:12:48.346427+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:49.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:48 smithi037 bash[21462]: audit 2024-05-09T04:12:48.346427+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:12:49.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:48 smithi037 bash[21462]: audit 2024-05-09T04:12:48.424222+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:49.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:48 smithi037 bash[21462]: audit 2024-05-09T04:12:48.424222+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:49.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:48 smithi037 bash[21462]: audit 2024-05-09T04:12:48.434802+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:49.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:48 smithi037 bash[21462]: audit 2024-05-09T04:12:48.434802+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:49.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:48 smithi037 bash[21462]: audit 2024-05-09T04:12:48.445950+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:49.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:48 smithi037 bash[21462]: audit 2024-05-09T04:12:48.445950+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:12:50.102 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:49 smithi160 bash[22291]: cluster 2024-05-09T04:12:49.313066+0000 mgr.a (mgr.14397) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:50.102 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:49 smithi160 bash[22291]: cluster 2024-05-09T04:12:49.313066+0000 mgr.a (mgr.14397) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:50.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:49 smithi037 bash[21462]: cluster 2024-05-09T04:12:49.313066+0000 mgr.a (mgr.14397) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:50.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:49 smithi037 bash[21462]: cluster 2024-05-09T04:12:49.313066+0000 mgr.a (mgr.14397) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:51.943 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:12:51 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:12:51] "GET /metrics HTTP/1.1" 200 21593 "" "Prometheus/2.43.0" 2024-05-09T04:12:52.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:52 smithi037 bash[21462]: cluster 2024-05-09T04:12:51.313535+0000 mgr.a (mgr.14397) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:52.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:52 smithi037 bash[21462]: cluster 2024-05-09T04:12:51.313535+0000 mgr.a (mgr.14397) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:52.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:52 smithi160 bash[22291]: cluster 2024-05-09T04:12:51.313535+0000 mgr.a (mgr.14397) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:52.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:52 smithi160 bash[22291]: cluster 2024-05-09T04:12:51.313535+0000 mgr.a (mgr.14397) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:54.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:54 smithi037 bash[21462]: cluster 2024-05-09T04:12:53.314025+0000 mgr.a (mgr.14397) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:54.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:54 smithi037 bash[21462]: cluster 2024-05-09T04:12:53.314025+0000 mgr.a (mgr.14397) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:54.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:54 smithi160 bash[22291]: cluster 2024-05-09T04:12:53.314025+0000 mgr.a (mgr.14397) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:54.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:54 smithi160 bash[22291]: cluster 2024-05-09T04:12:53.314025+0000 mgr.a (mgr.14397) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:56.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:56 smithi037 bash[21462]: cluster 2024-05-09T04:12:55.314561+0000 mgr.a (mgr.14397) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:56.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:56 smithi037 bash[21462]: cluster 2024-05-09T04:12:55.314561+0000 mgr.a (mgr.14397) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:56.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:56 smithi160 bash[22291]: cluster 2024-05-09T04:12:55.314561+0000 mgr.a (mgr.14397) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:56.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:56 smithi160 bash[22291]: cluster 2024-05-09T04:12:55.314561+0000 mgr.a (mgr.14397) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:58.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:58 smithi037 bash[21462]: cluster 2024-05-09T04:12:57.315102+0000 mgr.a (mgr.14397) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:58.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:12:58 smithi037 bash[21462]: cluster 2024-05-09T04:12:57.315102+0000 mgr.a (mgr.14397) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:58.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:58 smithi160 bash[22291]: cluster 2024-05-09T04:12:57.315102+0000 mgr.a (mgr.14397) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:12:58.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:12:58 smithi160 bash[22291]: cluster 2024-05-09T04:12:57.315102+0000 mgr.a (mgr.14397) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:00.434 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:00 smithi160 bash[22291]: cluster 2024-05-09T04:12:59.315624+0000 mgr.a (mgr.14397) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:00.434 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:00 smithi160 bash[22291]: cluster 2024-05-09T04:12:59.315624+0000 mgr.a (mgr.14397) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:00.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:00 smithi037 bash[21462]: cluster 2024-05-09T04:12:59.315624+0000 mgr.a (mgr.14397) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:00.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:00 smithi037 bash[21462]: cluster 2024-05-09T04:12:59.315624+0000 mgr.a (mgr.14397) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:01.943 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:13:01 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:13:01] "GET /metrics HTTP/1.1" 200 21593 "" "Prometheus/2.43.0" 2024-05-09T04:13:02.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:02 smithi037 bash[21462]: cluster 2024-05-09T04:13:01.316123+0000 mgr.a (mgr.14397) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:02.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:02 smithi037 bash[21462]: cluster 2024-05-09T04:13:01.316123+0000 mgr.a (mgr.14397) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:02.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:02 smithi160 bash[22291]: cluster 2024-05-09T04:13:01.316123+0000 mgr.a (mgr.14397) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:02.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:02 smithi160 bash[22291]: cluster 2024-05-09T04:13:01.316123+0000 mgr.a (mgr.14397) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:03.659 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:03 smithi037 bash[21462]: audit 2024-05-09T04:13:03.346579+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:13:03.659 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:03 smithi037 bash[21462]: audit 2024-05-09T04:13:03.346579+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:13:03.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:03 smithi160 bash[22291]: audit 2024-05-09T04:13:03.346579+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:13:03.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:03 smithi160 bash[22291]: audit 2024-05-09T04:13:03.346579+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:13:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:04 smithi037 bash[21462]: cluster 2024-05-09T04:13:03.316503+0000 mgr.a (mgr.14397) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:04 smithi037 bash[21462]: cluster 2024-05-09T04:13:03.316503+0000 mgr.a (mgr.14397) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:04 smithi037 bash[21462]: audit 2024-05-09T04:13:03.931176+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:04 smithi037 bash[21462]: audit 2024-05-09T04:13:03.931176+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:04 smithi037 bash[21462]: audit 2024-05-09T04:13:03.941526+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:04 smithi037 bash[21462]: audit 2024-05-09T04:13:03.941526+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:04 smithi037 bash[21462]: audit 2024-05-09T04:13:03.952244+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:04 smithi037 bash[21462]: audit 2024-05-09T04:13:03.952244+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:04.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:04 smithi160 bash[22291]: cluster 2024-05-09T04:13:03.316503+0000 mgr.a (mgr.14397) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:04.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:04 smithi160 bash[22291]: cluster 2024-05-09T04:13:03.316503+0000 mgr.a (mgr.14397) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:04.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:04 smithi160 bash[22291]: audit 2024-05-09T04:13:03.931176+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:04.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:04 smithi160 bash[22291]: audit 2024-05-09T04:13:03.931176+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:04.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:04 smithi160 bash[22291]: audit 2024-05-09T04:13:03.941526+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:04.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:04 smithi160 bash[22291]: audit 2024-05-09T04:13:03.941526+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:04.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:04 smithi160 bash[22291]: audit 2024-05-09T04:13:03.952244+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:04.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:04 smithi160 bash[22291]: audit 2024-05-09T04:13:03.952244+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:06.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:05 smithi037 bash[21462]: audit 2024-05-09T04:13:04.930297+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:06.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:05 smithi037 bash[21462]: audit 2024-05-09T04:13:04.930297+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:06.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:05 smithi037 bash[21462]: audit 2024-05-09T04:13:04.940348+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:06.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:05 smithi037 bash[21462]: audit 2024-05-09T04:13:04.940348+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:06.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:05 smithi037 bash[21462]: audit 2024-05-09T04:13:04.951103+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:06.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:05 smithi037 bash[21462]: audit 2024-05-09T04:13:04.951103+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:06.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:05 smithi037 bash[21462]: cluster 2024-05-09T04:13:05.317067+0000 mgr.a (mgr.14397) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:06.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:05 smithi037 bash[21462]: cluster 2024-05-09T04:13:05.317067+0000 mgr.a (mgr.14397) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:06.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:05 smithi160 bash[22291]: audit 2024-05-09T04:13:04.930297+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:06.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:05 smithi160 bash[22291]: audit 2024-05-09T04:13:04.930297+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:06.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:05 smithi160 bash[22291]: audit 2024-05-09T04:13:04.940348+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:06.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:05 smithi160 bash[22291]: audit 2024-05-09T04:13:04.940348+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:06.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:05 smithi160 bash[22291]: audit 2024-05-09T04:13:04.951103+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:06.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:05 smithi160 bash[22291]: audit 2024-05-09T04:13:04.951103+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:06.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:05 smithi160 bash[22291]: cluster 2024-05-09T04:13:05.317067+0000 mgr.a (mgr.14397) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:06.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:05 smithi160 bash[22291]: cluster 2024-05-09T04:13:05.317067+0000 mgr.a (mgr.14397) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:08.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:08 smithi037 bash[21462]: cluster 2024-05-09T04:13:07.317552+0000 mgr.a (mgr.14397) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:08.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:08 smithi037 bash[21462]: cluster 2024-05-09T04:13:07.317552+0000 mgr.a (mgr.14397) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:08.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:08 smithi037 bash[21462]: audit 2024-05-09T04:13:07.614695+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:08.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:08 smithi037 bash[21462]: audit 2024-05-09T04:13:07.614695+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:08.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:08 smithi037 bash[21462]: audit 2024-05-09T04:13:07.624250+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:08.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:08 smithi037 bash[21462]: audit 2024-05-09T04:13:07.624250+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:08.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:08 smithi037 bash[21462]: audit 2024-05-09T04:13:07.635040+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:08.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:08 smithi037 bash[21462]: audit 2024-05-09T04:13:07.635040+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:08.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:08 smithi160 bash[22291]: cluster 2024-05-09T04:13:07.317552+0000 mgr.a (mgr.14397) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:08.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:08 smithi160 bash[22291]: cluster 2024-05-09T04:13:07.317552+0000 mgr.a (mgr.14397) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:08.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:08 smithi160 bash[22291]: audit 2024-05-09T04:13:07.614695+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:08.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:08 smithi160 bash[22291]: audit 2024-05-09T04:13:07.614695+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:08.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:08 smithi160 bash[22291]: audit 2024-05-09T04:13:07.624250+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:08.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:08 smithi160 bash[22291]: audit 2024-05-09T04:13:07.624250+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:08.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:08 smithi160 bash[22291]: audit 2024-05-09T04:13:07.635040+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:08.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:08 smithi160 bash[22291]: audit 2024-05-09T04:13:07.635040+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:10.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:10 smithi160 bash[22291]: cluster 2024-05-09T04:13:09.318125+0000 mgr.a (mgr.14397) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:10.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:10 smithi160 bash[22291]: cluster 2024-05-09T04:13:09.318125+0000 mgr.a (mgr.14397) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:10.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:10 smithi037 bash[21462]: cluster 2024-05-09T04:13:09.318125+0000 mgr.a (mgr.14397) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:10.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:10 smithi037 bash[21462]: cluster 2024-05-09T04:13:09.318125+0000 mgr.a (mgr.14397) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:11.943 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:13:11 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:13:11] "GET /metrics HTTP/1.1" 200 21596 "" "Prometheus/2.43.0" 2024-05-09T04:13:12.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:12 smithi037 bash[21462]: cluster 2024-05-09T04:13:11.318656+0000 mgr.a (mgr.14397) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:12.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:12 smithi037 bash[21462]: cluster 2024-05-09T04:13:11.318656+0000 mgr.a (mgr.14397) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:12.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:12 smithi160 bash[22291]: cluster 2024-05-09T04:13:11.318656+0000 mgr.a (mgr.14397) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:12.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:12 smithi160 bash[22291]: cluster 2024-05-09T04:13:11.318656+0000 mgr.a (mgr.14397) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:14.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:14 smithi037 bash[21462]: cluster 2024-05-09T04:13:13.319181+0000 mgr.a (mgr.14397) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:14.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:14 smithi037 bash[21462]: cluster 2024-05-09T04:13:13.319181+0000 mgr.a (mgr.14397) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:14.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:14 smithi160 bash[22291]: cluster 2024-05-09T04:13:13.319181+0000 mgr.a (mgr.14397) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:14.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:14 smithi160 bash[22291]: cluster 2024-05-09T04:13:13.319181+0000 mgr.a (mgr.14397) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:16.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:16 smithi037 bash[21462]: cluster 2024-05-09T04:13:15.319772+0000 mgr.a (mgr.14397) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:16.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:16 smithi037 bash[21462]: cluster 2024-05-09T04:13:15.319772+0000 mgr.a (mgr.14397) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:16.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:16 smithi160 bash[22291]: cluster 2024-05-09T04:13:15.319772+0000 mgr.a (mgr.14397) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:16.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:16 smithi160 bash[22291]: cluster 2024-05-09T04:13:15.319772+0000 mgr.a (mgr.14397) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:18.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:18 smithi037 bash[21462]: cluster 2024-05-09T04:13:17.320298+0000 mgr.a (mgr.14397) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:18.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:18 smithi037 bash[21462]: cluster 2024-05-09T04:13:17.320298+0000 mgr.a (mgr.14397) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:18.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:18 smithi037 bash[21462]: audit 2024-05-09T04:13:18.347582+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:13:18.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:18 smithi037 bash[21462]: audit 2024-05-09T04:13:18.347582+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:13:18.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:18 smithi160 bash[22291]: cluster 2024-05-09T04:13:17.320298+0000 mgr.a (mgr.14397) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:18.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:18 smithi160 bash[22291]: cluster 2024-05-09T04:13:17.320298+0000 mgr.a (mgr.14397) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:18.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:18 smithi160 bash[22291]: audit 2024-05-09T04:13:18.347582+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:13:18.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:18 smithi160 bash[22291]: audit 2024-05-09T04:13:18.347582+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:13:20.651 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:20 smithi160 bash[22291]: cluster 2024-05-09T04:13:19.320865+0000 mgr.a (mgr.14397) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:20.651 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:20 smithi160 bash[22291]: cluster 2024-05-09T04:13:19.320865+0000 mgr.a (mgr.14397) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:20.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:20 smithi037 bash[21462]: cluster 2024-05-09T04:13:19.320865+0000 mgr.a (mgr.14397) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:20.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:20 smithi037 bash[21462]: cluster 2024-05-09T04:13:19.320865+0000 mgr.a (mgr.14397) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:21.943 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:13:21 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:13:21] "GET /metrics HTTP/1.1" 200 21600 "" "Prometheus/2.43.0" 2024-05-09T04:13:22.306 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:22 smithi160 bash[22291]: audit 2024-05-09T04:13:21.165244+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:22.306 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:22 smithi160 bash[22291]: audit 2024-05-09T04:13:21.165244+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:22.306 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:22 smithi160 bash[22291]: audit 2024-05-09T04:13:21.175701+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:22.306 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:22 smithi160 bash[22291]: audit 2024-05-09T04:13:21.175701+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:22.306 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:22 smithi160 bash[22291]: audit 2024-05-09T04:13:21.186939+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:22.307 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:22 smithi160 bash[22291]: audit 2024-05-09T04:13:21.186939+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:22.307 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:22 smithi160 bash[22291]: cluster 2024-05-09T04:13:21.321234+0000 mgr.a (mgr.14397) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:22.307 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:22 smithi160 bash[22291]: cluster 2024-05-09T04:13:21.321234+0000 mgr.a (mgr.14397) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:22.412 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:22 smithi037 bash[21462]: audit 2024-05-09T04:13:21.165244+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:22.413 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:22 smithi037 bash[21462]: audit 2024-05-09T04:13:21.165244+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:22.413 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:22 smithi037 bash[21462]: audit 2024-05-09T04:13:21.175701+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:22.413 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:22 smithi037 bash[21462]: audit 2024-05-09T04:13:21.175701+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:22.413 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:22 smithi037 bash[21462]: audit 2024-05-09T04:13:21.186939+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:22.413 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:22 smithi037 bash[21462]: audit 2024-05-09T04:13:21.186939+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:22.413 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:22 smithi037 bash[21462]: cluster 2024-05-09T04:13:21.321234+0000 mgr.a (mgr.14397) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:22.413 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:22 smithi037 bash[21462]: cluster 2024-05-09T04:13:21.321234+0000 mgr.a (mgr.14397) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:24.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:24 smithi037 bash[21462]: audit 2024-05-09T04:13:23.062547+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:24.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:24 smithi037 bash[21462]: audit 2024-05-09T04:13:23.062547+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:24.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:24 smithi037 bash[21462]: audit 2024-05-09T04:13:23.068401+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:24 smithi037 bash[21462]: audit 2024-05-09T04:13:23.068401+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:24 smithi037 bash[21462]: audit 2024-05-09T04:13:23.074297+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:24 smithi037 bash[21462]: audit 2024-05-09T04:13:23.074297+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:24 smithi037 bash[21462]: cluster 2024-05-09T04:13:23.321697+0000 mgr.a (mgr.14397) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:24.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:24 smithi037 bash[21462]: cluster 2024-05-09T04:13:23.321697+0000 mgr.a (mgr.14397) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:24.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:24 smithi160 bash[22291]: audit 2024-05-09T04:13:23.062547+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:24.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:24 smithi160 bash[22291]: audit 2024-05-09T04:13:23.062547+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:24.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:24 smithi160 bash[22291]: audit 2024-05-09T04:13:23.068401+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:24.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:24 smithi160 bash[22291]: audit 2024-05-09T04:13:23.068401+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:24.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:24 smithi160 bash[22291]: audit 2024-05-09T04:13:23.074297+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:24.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:24 smithi160 bash[22291]: audit 2024-05-09T04:13:23.074297+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:24.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:24 smithi160 bash[22291]: cluster 2024-05-09T04:13:23.321697+0000 mgr.a (mgr.14397) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:24.353 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:24 smithi160 bash[22291]: cluster 2024-05-09T04:13:23.321697+0000 mgr.a (mgr.14397) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:26.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:26 smithi037 bash[21462]: cluster 2024-05-09T04:13:25.322272+0000 mgr.a (mgr.14397) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:26.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:26 smithi037 bash[21462]: cluster 2024-05-09T04:13:25.322272+0000 mgr.a (mgr.14397) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:26.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:26 smithi160 bash[22291]: cluster 2024-05-09T04:13:25.322272+0000 mgr.a (mgr.14397) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:26.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:26 smithi160 bash[22291]: cluster 2024-05-09T04:13:25.322272+0000 mgr.a (mgr.14397) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:28 smithi037 bash[21462]: cluster 2024-05-09T04:13:27.322907+0000 mgr.a (mgr.14397) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:28 smithi037 bash[21462]: cluster 2024-05-09T04:13:27.322907+0000 mgr.a (mgr.14397) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:28 smithi037 bash[21462]: audit 2024-05-09T04:13:27.844759+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:28 smithi037 bash[21462]: audit 2024-05-09T04:13:27.844759+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:28 smithi037 bash[21462]: audit 2024-05-09T04:13:27.854048+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:28 smithi037 bash[21462]: audit 2024-05-09T04:13:27.854048+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:28 smithi037 bash[21462]: audit 2024-05-09T04:13:27.864521+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:28.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:28 smithi037 bash[21462]: audit 2024-05-09T04:13:27.864521+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:28.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:28 smithi160 bash[22291]: cluster 2024-05-09T04:13:27.322907+0000 mgr.a (mgr.14397) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:28.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:28 smithi160 bash[22291]: cluster 2024-05-09T04:13:27.322907+0000 mgr.a (mgr.14397) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:28.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:28 smithi160 bash[22291]: audit 2024-05-09T04:13:27.844759+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:28.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:28 smithi160 bash[22291]: audit 2024-05-09T04:13:27.844759+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:28.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:28 smithi160 bash[22291]: audit 2024-05-09T04:13:27.854048+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:28.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:28 smithi160 bash[22291]: audit 2024-05-09T04:13:27.854048+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:28.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:28 smithi160 bash[22291]: audit 2024-05-09T04:13:27.864521+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:28.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:28 smithi160 bash[22291]: audit 2024-05-09T04:13:27.864521+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:29 smithi037 bash[21462]: audit 2024-05-09T04:13:28.642071+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:13:29.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:29 smithi037 bash[21462]: audit 2024-05-09T04:13:28.642071+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:13:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:29 smithi037 bash[21462]: audit 2024-05-09T04:13:29.224138+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:29 smithi037 bash[21462]: audit 2024-05-09T04:13:29.224138+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:29 smithi037 bash[21462]: audit 2024-05-09T04:13:29.231764+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:29 smithi037 bash[21462]: audit 2024-05-09T04:13:29.231764+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:29 smithi037 bash[21462]: audit 2024-05-09T04:13:29.239565+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.698 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:29 smithi037 bash[21462]: audit 2024-05-09T04:13:29.239565+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:29 smithi037 bash[21462]: audit 2024-05-09T04:13:29.247265+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:29 smithi037 bash[21462]: audit 2024-05-09T04:13:29.247265+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:29 smithi037 bash[21462]: audit 2024-05-09T04:13:29.249714+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:13:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:29 smithi037 bash[21462]: audit 2024-05-09T04:13:29.249714+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:13:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:29 smithi037 bash[21462]: audit 2024-05-09T04:13:29.251454+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:13:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:29 smithi037 bash[21462]: audit 2024-05-09T04:13:29.251454+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:13:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:29 smithi037 bash[21462]: audit 2024-05-09T04:13:29.261401+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.699 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:29 smithi037 bash[21462]: audit 2024-05-09T04:13:29.261401+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:29 smithi160 bash[22291]: audit 2024-05-09T04:13:28.642071+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:13:29.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:29 smithi160 bash[22291]: audit 2024-05-09T04:13:28.642071+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-05-09T04:13:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:29 smithi160 bash[22291]: audit 2024-05-09T04:13:29.224138+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:29 smithi160 bash[22291]: audit 2024-05-09T04:13:29.224138+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:29 smithi160 bash[22291]: audit 2024-05-09T04:13:29.231764+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:29 smithi160 bash[22291]: audit 2024-05-09T04:13:29.231764+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:29 smithi160 bash[22291]: audit 2024-05-09T04:13:29.239565+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:29 smithi160 bash[22291]: audit 2024-05-09T04:13:29.239565+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:29 smithi160 bash[22291]: audit 2024-05-09T04:13:29.247265+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:29 smithi160 bash[22291]: audit 2024-05-09T04:13:29.247265+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:29 smithi160 bash[22291]: audit 2024-05-09T04:13:29.249714+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:13:29.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:29 smithi160 bash[22291]: audit 2024-05-09T04:13:29.249714+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-05-09T04:13:29.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:29 smithi160 bash[22291]: audit 2024-05-09T04:13:29.251454+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:13:29.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:29 smithi160 bash[22291]: audit 2024-05-09T04:13:29.251454+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-05-09T04:13:29.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:29 smithi160 bash[22291]: audit 2024-05-09T04:13:29.261401+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:29.854 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:29 smithi160 bash[22291]: audit 2024-05-09T04:13:29.261401+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:30.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:30 smithi037 bash[21462]: cluster 2024-05-09T04:13:29.323478+0000 mgr.a (mgr.14397) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:30.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:30 smithi037 bash[21462]: cluster 2024-05-09T04:13:29.323478+0000 mgr.a (mgr.14397) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:30.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:30 smithi160 bash[22291]: cluster 2024-05-09T04:13:29.323478+0000 mgr.a (mgr.14397) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:30.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:30 smithi160 bash[22291]: cluster 2024-05-09T04:13:29.323478+0000 mgr.a (mgr.14397) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:31.943 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:13:31 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:13:31] "GET /metrics HTTP/1.1" 200 21600 "" "Prometheus/2.43.0" 2024-05-09T04:13:32.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:32 smithi037 bash[21462]: cluster 2024-05-09T04:13:31.324008+0000 mgr.a (mgr.14397) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:32.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:32 smithi037 bash[21462]: cluster 2024-05-09T04:13:31.324008+0000 mgr.a (mgr.14397) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:32.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:32 smithi160 bash[22291]: cluster 2024-05-09T04:13:31.324008+0000 mgr.a (mgr.14397) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:32.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:32 smithi160 bash[22291]: cluster 2024-05-09T04:13:31.324008+0000 mgr.a (mgr.14397) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:33.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:33 smithi037 bash[21462]: audit 2024-05-09T04:13:33.347981+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:13:33.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:33 smithi037 bash[21462]: audit 2024-05-09T04:13:33.347981+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:13:33.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:33 smithi160 bash[22291]: audit 2024-05-09T04:13:33.347981+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:13:33.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:33 smithi160 bash[22291]: audit 2024-05-09T04:13:33.347981+0000 mon.a (mon.0) 1007 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:13:34.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:34 smithi037 bash[21462]: cluster 2024-05-09T04:13:33.324551+0000 mgr.a (mgr.14397) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:34.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:34 smithi037 bash[21462]: cluster 2024-05-09T04:13:33.324551+0000 mgr.a (mgr.14397) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:34.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:34 smithi160 bash[22291]: cluster 2024-05-09T04:13:33.324551+0000 mgr.a (mgr.14397) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:34.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:34 smithi160 bash[22291]: cluster 2024-05-09T04:13:33.324551+0000 mgr.a (mgr.14397) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:36.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:36 smithi037 bash[21462]: cluster 2024-05-09T04:13:35.325123+0000 mgr.a (mgr.14397) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:36.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:36 smithi037 bash[21462]: cluster 2024-05-09T04:13:35.325123+0000 mgr.a (mgr.14397) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:36.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:36 smithi160 bash[22291]: cluster 2024-05-09T04:13:35.325123+0000 mgr.a (mgr.14397) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:36.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:36 smithi160 bash[22291]: cluster 2024-05-09T04:13:35.325123+0000 mgr.a (mgr.14397) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:38.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:38 smithi037 bash[21462]: cluster 2024-05-09T04:13:37.325640+0000 mgr.a (mgr.14397) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:38.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:38 smithi037 bash[21462]: cluster 2024-05-09T04:13:37.325640+0000 mgr.a (mgr.14397) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:38.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:38 smithi160 bash[22291]: cluster 2024-05-09T04:13:37.325640+0000 mgr.a (mgr.14397) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:38.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:38 smithi160 bash[22291]: cluster 2024-05-09T04:13:37.325640+0000 mgr.a (mgr.14397) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:40.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:40 smithi037 bash[21462]: cluster 2024-05-09T04:13:39.326194+0000 mgr.a (mgr.14397) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:40.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:40 smithi037 bash[21462]: cluster 2024-05-09T04:13:39.326194+0000 mgr.a (mgr.14397) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:40.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:40 smithi160 bash[22291]: cluster 2024-05-09T04:13:39.326194+0000 mgr.a (mgr.14397) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:40.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:40 smithi160 bash[22291]: cluster 2024-05-09T04:13:39.326194+0000 mgr.a (mgr.14397) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:41.693 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:13:41 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:13:41] "GET /metrics HTTP/1.1" 200 21599 "" "Prometheus/2.43.0" 2024-05-09T04:13:42.691 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:42 smithi160 bash[22291]: cluster 2024-05-09T04:13:41.326674+0000 mgr.a (mgr.14397) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:42.691 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:42 smithi160 bash[22291]: cluster 2024-05-09T04:13:41.326674+0000 mgr.a (mgr.14397) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:42.692 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:42 smithi160 bash[22291]: audit 2024-05-09T04:13:41.399612+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:42.692 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:42 smithi160 bash[22291]: audit 2024-05-09T04:13:41.399612+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:42.692 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:42 smithi160 bash[22291]: audit 2024-05-09T04:13:41.410464+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:42.692 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:42 smithi160 bash[22291]: audit 2024-05-09T04:13:41.410464+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:42.692 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:42 smithi160 bash[22291]: audit 2024-05-09T04:13:41.426700+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:42.692 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:42 smithi160 bash[22291]: audit 2024-05-09T04:13:41.426700+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:42.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:42 smithi037 bash[21462]: cluster 2024-05-09T04:13:41.326674+0000 mgr.a (mgr.14397) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:42.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:42 smithi037 bash[21462]: cluster 2024-05-09T04:13:41.326674+0000 mgr.a (mgr.14397) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:42.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:42 smithi037 bash[21462]: audit 2024-05-09T04:13:41.399612+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:42.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:42 smithi037 bash[21462]: audit 2024-05-09T04:13:41.399612+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:42.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:42 smithi037 bash[21462]: audit 2024-05-09T04:13:41.410464+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:42.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:42 smithi037 bash[21462]: audit 2024-05-09T04:13:41.410464+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:42.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:42 smithi037 bash[21462]: audit 2024-05-09T04:13:41.426700+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:42.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:42 smithi037 bash[21462]: audit 2024-05-09T04:13:41.426700+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:44.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:44 smithi037 bash[21462]: audit 2024-05-09T04:13:43.216839+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:44.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:44 smithi037 bash[21462]: audit 2024-05-09T04:13:43.216839+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:44.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:44 smithi037 bash[21462]: audit 2024-05-09T04:13:43.227194+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:44.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:44 smithi037 bash[21462]: audit 2024-05-09T04:13:43.227194+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:44.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:44 smithi037 bash[21462]: audit 2024-05-09T04:13:43.238287+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:44.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:44 smithi037 bash[21462]: audit 2024-05-09T04:13:43.238287+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:44.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:44 smithi037 bash[21462]: cluster 2024-05-09T04:13:43.327143+0000 mgr.a (mgr.14397) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:44.444 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:44 smithi037 bash[21462]: cluster 2024-05-09T04:13:43.327143+0000 mgr.a (mgr.14397) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:44.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:44 smithi160 bash[22291]: audit 2024-05-09T04:13:43.216839+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:44.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:44 smithi160 bash[22291]: audit 2024-05-09T04:13:43.216839+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:44.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:44 smithi160 bash[22291]: audit 2024-05-09T04:13:43.227194+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:44.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:44 smithi160 bash[22291]: audit 2024-05-09T04:13:43.227194+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:44.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:44 smithi160 bash[22291]: audit 2024-05-09T04:13:43.238287+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:44.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:44 smithi160 bash[22291]: audit 2024-05-09T04:13:43.238287+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:44.604 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:44 smithi160 bash[22291]: cluster 2024-05-09T04:13:43.327143+0000 mgr.a (mgr.14397) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:44.605 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:44 smithi160 bash[22291]: cluster 2024-05-09T04:13:43.327143+0000 mgr.a (mgr.14397) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:46.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:46 smithi037 bash[21462]: cluster 2024-05-09T04:13:45.327577+0000 mgr.a (mgr.14397) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:46.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:46 smithi037 bash[21462]: cluster 2024-05-09T04:13:45.327577+0000 mgr.a (mgr.14397) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:46.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:46 smithi160 bash[22291]: cluster 2024-05-09T04:13:45.327577+0000 mgr.a (mgr.14397) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:46.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:46 smithi160 bash[22291]: cluster 2024-05-09T04:13:45.327577+0000 mgr.a (mgr.14397) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:48.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:48 smithi037 bash[21462]: cluster 2024-05-09T04:13:47.328104+0000 mgr.a (mgr.14397) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:48 smithi037 bash[21462]: cluster 2024-05-09T04:13:47.328104+0000 mgr.a (mgr.14397) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:48 smithi037 bash[21462]: audit 2024-05-09T04:13:48.074502+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:48 smithi037 bash[21462]: audit 2024-05-09T04:13:48.074502+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:48 smithi037 bash[21462]: audit 2024-05-09T04:13:48.084571+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:48 smithi037 bash[21462]: audit 2024-05-09T04:13:48.084571+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:48 smithi037 bash[21462]: audit 2024-05-09T04:13:48.095730+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:48 smithi037 bash[21462]: audit 2024-05-09T04:13:48.095730+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:48 smithi037 bash[21462]: audit 2024-05-09T04:13:48.348337+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:13:48.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:48 smithi037 bash[21462]: audit 2024-05-09T04:13:48.348337+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:13:48.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:48 smithi160 bash[22291]: cluster 2024-05-09T04:13:47.328104+0000 mgr.a (mgr.14397) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:48.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:48 smithi160 bash[22291]: cluster 2024-05-09T04:13:47.328104+0000 mgr.a (mgr.14397) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:48.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:48 smithi160 bash[22291]: audit 2024-05-09T04:13:48.074502+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:48.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:48 smithi160 bash[22291]: audit 2024-05-09T04:13:48.074502+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:48.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:48 smithi160 bash[22291]: audit 2024-05-09T04:13:48.084571+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:48.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:48 smithi160 bash[22291]: audit 2024-05-09T04:13:48.084571+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:48.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:48 smithi160 bash[22291]: audit 2024-05-09T04:13:48.095730+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:48.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:48 smithi160 bash[22291]: audit 2024-05-09T04:13:48.095730+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:13:48.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:48 smithi160 bash[22291]: audit 2024-05-09T04:13:48.348337+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:13:48.853 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:48 smithi160 bash[22291]: audit 2024-05-09T04:13:48.348337+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:13:50.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:50 smithi160 bash[22291]: cluster 2024-05-09T04:13:49.328639+0000 mgr.a (mgr.14397) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:50.352 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:50 smithi160 bash[22291]: cluster 2024-05-09T04:13:49.328639+0000 mgr.a (mgr.14397) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:50.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:50 smithi037 bash[21462]: cluster 2024-05-09T04:13:49.328639+0000 mgr.a (mgr.14397) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:50.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:50 smithi037 bash[21462]: cluster 2024-05-09T04:13:49.328639+0000 mgr.a (mgr.14397) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:51.943 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:13:51 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:13:51] "GET /metrics HTTP/1.1" 200 21600 "" "Prometheus/2.43.0" 2024-05-09T04:13:52.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:52 smithi037 bash[21462]: cluster 2024-05-09T04:13:51.329237+0000 mgr.a (mgr.14397) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:52.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:52 smithi037 bash[21462]: cluster 2024-05-09T04:13:51.329237+0000 mgr.a (mgr.14397) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:52.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:52 smithi160 bash[22291]: cluster 2024-05-09T04:13:51.329237+0000 mgr.a (mgr.14397) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:52.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:52 smithi160 bash[22291]: cluster 2024-05-09T04:13:51.329237+0000 mgr.a (mgr.14397) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:54.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:54 smithi037 bash[21462]: cluster 2024-05-09T04:13:53.329880+0000 mgr.a (mgr.14397) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:54.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:54 smithi037 bash[21462]: cluster 2024-05-09T04:13:53.329880+0000 mgr.a (mgr.14397) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:54.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:54 smithi160 bash[22291]: cluster 2024-05-09T04:13:53.329880+0000 mgr.a (mgr.14397) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:54.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:54 smithi160 bash[22291]: cluster 2024-05-09T04:13:53.329880+0000 mgr.a (mgr.14397) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:56.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:56 smithi037 bash[21462]: cluster 2024-05-09T04:13:55.330470+0000 mgr.a (mgr.14397) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:56.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:56 smithi037 bash[21462]: cluster 2024-05-09T04:13:55.330470+0000 mgr.a (mgr.14397) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:56.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:56 smithi160 bash[22291]: cluster 2024-05-09T04:13:55.330470+0000 mgr.a (mgr.14397) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:56.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:56 smithi160 bash[22291]: cluster 2024-05-09T04:13:55.330470+0000 mgr.a (mgr.14397) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:58.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:58 smithi037 bash[21462]: cluster 2024-05-09T04:13:57.331126+0000 mgr.a (mgr.14397) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:58.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:13:58 smithi037 bash[21462]: cluster 2024-05-09T04:13:57.331126+0000 mgr.a (mgr.14397) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:58.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:58 smithi160 bash[22291]: cluster 2024-05-09T04:13:57.331126+0000 mgr.a (mgr.14397) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:13:58.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:13:58 smithi160 bash[22291]: cluster 2024-05-09T04:13:57.331126+0000 mgr.a (mgr.14397) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:00.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:00 smithi037 bash[21462]: cluster 2024-05-09T04:13:59.331696+0000 mgr.a (mgr.14397) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:00.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:00 smithi037 bash[21462]: cluster 2024-05-09T04:13:59.331696+0000 mgr.a (mgr.14397) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:00.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:00 smithi160 bash[22291]: cluster 2024-05-09T04:13:59.331696+0000 mgr.a (mgr.14397) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:00.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:00 smithi160 bash[22291]: cluster 2024-05-09T04:13:59.331696+0000 mgr.a (mgr.14397) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:01.943 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:14:01 smithi037 bash[21717]: ::ffff:172.21.15.160 - - [09/May/2024:04:14:01] "GET /metrics HTTP/1.1" 200 21600 "" "Prometheus/2.43.0" 2024-05-09T04:14:02.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:02 smithi160 bash[22291]: cluster 2024-05-09T04:14:01.332239+0000 mgr.a (mgr.14397) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:02.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:02 smithi160 bash[22291]: cluster 2024-05-09T04:14:01.332239+0000 mgr.a (mgr.14397) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:02.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:02 smithi160 bash[22291]: audit 2024-05-09T04:14:01.643171+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:02.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:02 smithi160 bash[22291]: audit 2024-05-09T04:14:01.643171+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:02.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:02 smithi160 bash[22291]: audit 2024-05-09T04:14:01.654550+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:02.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:02 smithi160 bash[22291]: audit 2024-05-09T04:14:01.654550+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:02.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:02 smithi160 bash[22291]: audit 2024-05-09T04:14:01.665366+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:02.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:02 smithi160 bash[22291]: audit 2024-05-09T04:14:01.665366+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:02.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:02 smithi037 bash[21462]: cluster 2024-05-09T04:14:01.332239+0000 mgr.a (mgr.14397) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:02.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:02 smithi037 bash[21462]: cluster 2024-05-09T04:14:01.332239+0000 mgr.a (mgr.14397) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:02.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:02 smithi037 bash[21462]: audit 2024-05-09T04:14:01.643171+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:02.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:02 smithi037 bash[21462]: audit 2024-05-09T04:14:01.643171+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:02.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:02 smithi037 bash[21462]: audit 2024-05-09T04:14:01.654550+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:02.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:02 smithi037 bash[21462]: audit 2024-05-09T04:14:01.654550+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:02.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:02 smithi037 bash[21462]: audit 2024-05-09T04:14:01.665366+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:02.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:02 smithi037 bash[21462]: audit 2024-05-09T04:14:01.665366+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:03.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:03 smithi037 bash[21462]: audit 2024-05-09T04:14:03.348791+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:14:03.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:03 smithi037 bash[21462]: audit 2024-05-09T04:14:03.348791+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:14:03.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:03 smithi160 bash[22291]: audit 2024-05-09T04:14:03.348791+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:14:03.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:03 smithi160 bash[22291]: audit 2024-05-09T04:14:03.348791+0000 mon.a (mon.0) 1021 : audit [DBG] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-05-09T04:14:04.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:04 smithi160 bash[22291]: cluster 2024-05-09T04:14:03.332761+0000 mgr.a (mgr.14397) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:04.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:04 smithi160 bash[22291]: cluster 2024-05-09T04:14:03.332761+0000 mgr.a (mgr.14397) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:04.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:04 smithi160 bash[22291]: audit 2024-05-09T04:14:03.425095+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:04.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:04 smithi160 bash[22291]: audit 2024-05-09T04:14:03.425095+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:04.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:04 smithi160 bash[22291]: audit 2024-05-09T04:14:03.431805+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:04.602 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:04 smithi160 bash[22291]: audit 2024-05-09T04:14:03.431805+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:04.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:04 smithi160 bash[22291]: audit 2024-05-09T04:14:03.437672+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:04.603 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:04 smithi160 bash[22291]: audit 2024-05-09T04:14:03.437672+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:04.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:04 smithi037 bash[21462]: cluster 2024-05-09T04:14:03.332761+0000 mgr.a (mgr.14397) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:04.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:04 smithi037 bash[21462]: cluster 2024-05-09T04:14:03.332761+0000 mgr.a (mgr.14397) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:04.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:04 smithi037 bash[21462]: audit 2024-05-09T04:14:03.425095+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:04 smithi037 bash[21462]: audit 2024-05-09T04:14:03.425095+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:04 smithi037 bash[21462]: audit 2024-05-09T04:14:03.431805+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:04 smithi037 bash[21462]: audit 2024-05-09T04:14:03.431805+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:04 smithi037 bash[21462]: audit 2024-05-09T04:14:03.437672+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:04.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:04 smithi037 bash[21462]: audit 2024-05-09T04:14:03.437672+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:06.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:06 smithi037 bash[21462]: cluster 2024-05-09T04:14:05.333389+0000 mgr.a (mgr.14397) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:06.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:06 smithi037 bash[21462]: cluster 2024-05-09T04:14:05.333389+0000 mgr.a (mgr.14397) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:06.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:06 smithi160 bash[22291]: cluster 2024-05-09T04:14:05.333389+0000 mgr.a (mgr.14397) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:06.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:06 smithi160 bash[22291]: cluster 2024-05-09T04:14:05.333389+0000 mgr.a (mgr.14397) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:07.856 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.160:9095/api/v1/status/config 2024-05-09T04:14:07.864 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.160:9095/api/v1/status/config 2024-05-09T04:14:07.864 INFO:teuthology.orchestra.run.smithi037.stderr:+ jq -e '.status == "success"' 2024-05-09T04:14:07.870 INFO:teuthology.orchestra.run.smithi037.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: 8cd65cde-0db8-11ef-bc97-c7b262605968\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.37: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: 8cd65cde-0db8-11ef-bc97-c7b262605968\n action: replace\n - source_labels: [instance]\n separator: ;\n regex: (.*)\n target_label: instance\n replacement: ceph_cluster\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.37: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: 8cd65cde-0db8-11ef-bc97-c7b262605968\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.37: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: 8cd65cde-0db8-11ef-bc97-c7b262605968\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.37: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.37:8765/sd/prometheus/sd-config?service=nvmeof\n"}}true 2024-05-09T04:14:07.870 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.160:9095/api/v1/alerts 2024-05-09T04:14:07.877 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.160:9095/api/v1/alerts 2024-05-09T04:14:07.877 INFO:teuthology.orchestra.run.smithi037.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-05-09T04:14:07.883 INFO:teuthology.orchestra.run.smithi037.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 smithi188","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-05-09T04:12:50.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 smithi188\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-05-09T04:12:50.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","cluster":"8cd65cde-0db8-11ef-bc97-c7b262605968","instance":"ceph_cluster","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-05-09T04:12:50.13866993Z","value":"1e+00"}]}}true 2024-05-09T04:14:07.883 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.188:9093/api/v1/status 2024-05-09T04:14:07.891 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.188:9093/api/v1/alerts 2024-05-09T04:14:07.897 INFO:teuthology.orchestra.run.smithi037.stderr:+ curl -s http://172.21.15.188:9093/api/v1/alerts 2024-05-09T04:14:07.898 INFO:teuthology.orchestra.run.smithi037.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-05-09T04:14:07.903 INFO:teuthology.orchestra.run.smithi037.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://smithi037.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://smithi160.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://smithi037.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://smithi160.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-05-09T04:09:21.070586824Z","clusterStatus":{"name":"01HXDRN6DDS0F6C1M8XAZ6ARQM","status":"ready","peers":[{"name":"01HXDRN6DDS0F6C1M8XAZ6ARQM","address":"172.21.15.188:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDown","cluster":"8cd65cde-0db8-11ef-bc97-c7b262605968","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 smithi188\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-05-09T04:13:20.084Z","endsAt":"2024-05-09T04:17:20.084Z","generatorURL":"http://smithi160.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":"7d8b69633911d8fb"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"8cd65cde-0db8-11ef-bc97-c7b262605968","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 smithi188","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-05-09T04:13:20.084Z","endsAt":"2024-05-09T04:17:20.084Z","generatorURL":"http://smithi160.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":"a5f29b7abcbed2c2"}]}true 2024-05-09T04:14:08.578 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-05-09T04:14:08.587 INFO:tasks.cephadm:Teardown begin 2024-05-09T04:14:08.588 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-09T04:14:08.603 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-09T04:14:08.617 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-09T04:14:08.632 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-05-09T04:14:08.632 DEBUG:teuthology.orchestra.run.smithi037:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-09T04:14:08.651 DEBUG:teuthology.orchestra.run.smithi160:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-09T04:14:08.666 DEBUG:teuthology.orchestra.run.smithi188:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-05-09T04:14:08.680 INFO:tasks.cephadm:Stopping all daemons... 2024-05-09T04:14:08.680 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-05-09T04:14:08.680 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mon.a 2024-05-09T04:14:08.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:08 smithi037 bash[21462]: cluster 2024-05-09T04:14:07.334053+0000 mgr.a (mgr.14397) 193 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:08.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:08 smithi037 bash[21462]: cluster 2024-05-09T04:14:07.334053+0000 mgr.a (mgr.14397) 193 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:08.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:08 smithi037 bash[21462]: audit 2024-05-09T04:14:08.304583+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:08.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:08 smithi037 bash[21462]: audit 2024-05-09T04:14:08.304583+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:08.693 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:08 smithi037 bash[21462]: audit 2024-05-09T04:14:08.313698+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:08.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:08 smithi037 bash[21462]: audit 2024-05-09T04:14:08.313698+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:08.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:08 smithi037 bash[21462]: audit 2024-05-09T04:14:08.323980+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:08.694 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:08 smithi037 bash[21462]: audit 2024-05-09T04:14:08.323980+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:08.837 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:08 smithi037 systemd[1]: Stopping Ceph mon.a for 8cd65cde-0db8-11ef-bc97-c7b262605968... 2024-05-09T04:14:08.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:08 smithi160 bash[22291]: cluster 2024-05-09T04:14:07.334053+0000 mgr.a (mgr.14397) 193 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:08.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:08 smithi160 bash[22291]: cluster 2024-05-09T04:14:07.334053+0000 mgr.a (mgr.14397) 193 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-05-09T04:14:08.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:08 smithi160 bash[22291]: audit 2024-05-09T04:14:08.304583+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:08.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:08 smithi160 bash[22291]: audit 2024-05-09T04:14:08.304583+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:08.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:08 smithi160 bash[22291]: audit 2024-05-09T04:14:08.313698+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:08.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:08 smithi160 bash[22291]: audit 2024-05-09T04:14:08.313698+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:08.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:08 smithi160 bash[22291]: audit 2024-05-09T04:14:08.323980+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:08.852 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:08 smithi160 bash[22291]: audit 2024-05-09T04:14:08.323980+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14397 172.21.15.37:0/4257091269' entity='mgr.a' 2024-05-09T04:14:08.965 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:08 smithi037 bash[21462]: debug 2024-05-09T04:14:08.833+0000 7fe521d2e700 -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-05-09T04:14:08.965 INFO:journalctl@ceph.mon.a.smithi037.stdout:May 09 04:14:08 smithi037 bash[21462]: debug 2024-05-09T04:14:08.833+0000 7fe521d2e700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-05-09T04:14:08.965 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:14:08 smithi037 bash[21717]: [09/May/2024:04:14:08] ENGINE Bus STOPPING 2024-05-09T04:14:08.966 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:14:08 smithi037 bash[21717]: [09/May/2024:04:14:08] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-05-09T04:14:08.966 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:14:08 smithi037 bash[21717]: [09/May/2024:04:14:08] ENGINE Bus STOPPED 2024-05-09T04:14:08.966 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:14:08 smithi037 bash[21717]: [09/May/2024:04:14:08] ENGINE Bus STARTING 2024-05-09T04:14:08.966 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:14:08 smithi037 bash[21717]: [09/May/2024:04:14:08] ENGINE Serving on http://:::9283 2024-05-09T04:14:08.966 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:14:08 smithi037 bash[21717]: [09/May/2024:04:14:08] ENGINE Bus STARTED 2024-05-09T04:14:09.638 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mon.a.service' 2024-05-09T04:14:09.670 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-09T04:14:09.671 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-05-09T04:14:09.671 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-05-09T04:14:09.671 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mon.b 2024-05-09T04:14:10.047 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:09 smithi160 systemd[1]: Stopping Ceph mon.b for 8cd65cde-0db8-11ef-bc97-c7b262605968... 2024-05-09T04:14:10.048 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:09 smithi160 bash[22291]: debug 2024-05-09T04:14:09.819+0000 7efd2e892700 -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-05-09T04:14:10.048 INFO:journalctl@ceph.mon.b.smithi160.stdout:May 09 04:14:09 smithi160 bash[22291]: debug 2024-05-09T04:14:09.819+0000 7efd2e892700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-05-09T04:14:10.546 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mon.b.service' 2024-05-09T04:14:10.577 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-09T04:14:10.577 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-05-09T04:14:10.577 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-05-09T04:14:10.578 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl stop ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mon.c 2024-05-09T04:14:10.599 DEBUG:teuthology.orchestra.run.smithi188:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mon.c.service' 2024-05-09T04:14:10.699 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-09T04:14:10.700 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-05-09T04:14:10.700 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-05-09T04:14:10.700 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mgr.a 2024-05-09T04:14:11.072 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:14:10 smithi037 systemd[1]: Stopping Ceph mgr.a for 8cd65cde-0db8-11ef-bc97-c7b262605968... 2024-05-09T04:14:11.072 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:14:10 smithi037 bash[21717]: debug 2024-05-09T04:14:10.837+0000 7faa2fb7c700 -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-05-09T04:14:11.072 INFO:journalctl@ceph.mgr.a.smithi037.stdout:May 09 04:14:10 smithi037 bash[21717]: debug 2024-05-09T04:14:10.837+0000 7faa2fb7c700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-05-09T04:14:11.577 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mgr.a.service' 2024-05-09T04:14:11.599 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-09T04:14:11.599 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-05-09T04:14:11.599 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-05-09T04:14:11.600 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mgr.b 2024-05-09T04:14:11.963 INFO:journalctl@ceph.mgr.b.smithi160.stdout:May 09 04:14:11 smithi160 systemd[1]: Stopping Ceph mgr.b for 8cd65cde-0db8-11ef-bc97-c7b262605968... 2024-05-09T04:14:12.492 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@mgr.b.service' 2024-05-09T04:14:12.513 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-09T04:14:12.513 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-05-09T04:14:12.513 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-05-09T04:14:12.514 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@osd.0 2024-05-09T04:14:12.943 INFO:journalctl@ceph.osd.0.smithi037.stdout:May 09 04:14:12 smithi037 systemd[1]: Stopping Ceph osd.0 for 8cd65cde-0db8-11ef-bc97-c7b262605968... 2024-05-09T04:14:12.943 INFO:journalctl@ceph.osd.0.smithi037.stdout:May 09 04:14:12 smithi037 bash[31106]: debug 2024-05-09T04:14:12.665+0000 7f3689e07700 -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-05-09T04:14:12.944 INFO:journalctl@ceph.osd.0.smithi037.stdout:May 09 04:14:12 smithi037 bash[31106]: debug 2024-05-09T04:14:12.665+0000 7f3689e07700 -1 osd.0 23 *** Got signal Terminated *** 2024-05-09T04:14:12.944 INFO:journalctl@ceph.osd.0.smithi037.stdout:May 09 04:14:12 smithi037 bash[31106]: debug 2024-05-09T04:14:12.665+0000 7f3689e07700 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-09T04:14:18.865 INFO:journalctl@ceph.osd.0.smithi037.stdout:May 09 04:14:18 smithi037 bash[43843]: ceph-8cd65cde-0db8-11ef-bc97-c7b262605968-osd-0 2024-05-09T04:14:18.865 INFO:journalctl@ceph.osd.0.smithi037.stdout:May 09 04:14:18 smithi037 bash[43924]: Error response from daemon: No such container: ceph-8cd65cde-0db8-11ef-bc97-c7b262605968-osd-0 2024-05-09T04:14:20.453 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@osd.0.service' 2024-05-09T04:14:20.496 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-09T04:14:20.496 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-05-09T04:14:20.496 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-05-09T04:14:20.496 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@osd.1 2024-05-09T04:14:20.852 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 09 04:14:20 smithi160 systemd[1]: Stopping Ceph osd.1 for 8cd65cde-0db8-11ef-bc97-c7b262605968... 2024-05-09T04:14:20.852 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 09 04:14:20 smithi160 bash[27083]: debug 2024-05-09T04:14:20.650+0000 7fca71b30700 -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-05-09T04:14:20.852 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 09 04:14:20 smithi160 bash[27083]: debug 2024-05-09T04:14:20.650+0000 7fca71b30700 -1 osd.1 23 *** Got signal Terminated *** 2024-05-09T04:14:20.852 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 09 04:14:20 smithi160 bash[27083]: debug 2024-05-09T04:14:20.650+0000 7fca71b30700 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-09T04:14:26.852 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 09 04:14:26 smithi160 bash[35763]: ceph-8cd65cde-0db8-11ef-bc97-c7b262605968-osd-1 2024-05-09T04:14:26.852 INFO:journalctl@ceph.osd.1.smithi160.stdout:May 09 04:14:26 smithi160 bash[36106]: Error response from daemon: No such container: ceph-8cd65cde-0db8-11ef-bc97-c7b262605968-osd-1 2024-05-09T04:14:28.228 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@osd.1.service' 2024-05-09T04:14:28.263 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-09T04:14:28.263 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-05-09T04:14:28.263 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-05-09T04:14:28.264 DEBUG:teuthology.orchestra.run.smithi188:> sudo systemctl stop ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@osd.2 2024-05-09T04:14:28.768 INFO:journalctl@ceph.osd.2.smithi188.stdout:May 09 04:14:28 smithi188 systemd[1]: Stopping Ceph osd.2 for 8cd65cde-0db8-11ef-bc97-c7b262605968... 2024-05-09T04:14:28.769 INFO:journalctl@ceph.osd.2.smithi188.stdout:May 09 04:14:28 smithi188 bash[27284]: debug 2024-05-09T04:14:28.415+0000 7fc5799e6700 -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-05-09T04:14:28.769 INFO:journalctl@ceph.osd.2.smithi188.stdout:May 09 04:14:28 smithi188 bash[27284]: debug 2024-05-09T04:14:28.415+0000 7fc5799e6700 -1 osd.2 23 *** Got signal Terminated *** 2024-05-09T04:14:28.769 INFO:journalctl@ceph.osd.2.smithi188.stdout:May 09 04:14:28 smithi188 bash[27284]: debug 2024-05-09T04:14:28.415+0000 7fc5799e6700 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-05-09T04:14:34.655 INFO:journalctl@ceph.osd.2.smithi188.stdout:May 09 04:14:34 smithi188 bash[36146]: ceph-8cd65cde-0db8-11ef-bc97-c7b262605968-osd-2 2024-05-09T04:14:34.655 INFO:journalctl@ceph.osd.2.smithi188.stdout:May 09 04:14:34 smithi188 bash[36400]: ceph-8cd65cde-0db8-11ef-bc97-c7b262605968-osd-2 2024-05-09T04:14:36.327 DEBUG:teuthology.orchestra.run.smithi188:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8cd65cde-0db8-11ef-bc97-c7b262605968@osd.2.service' 2024-05-09T04:14:36.369 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-05-09T04:14:36.369 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-05-09T04:14:36.369 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-09T04:14:36.541 INFO:teuthology.orchestra.run.smithi037.stdout:Deleting cluster with fsid: 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:14:44.545 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-09T04:14:45.863 INFO:teuthology.orchestra.run.smithi160.stdout:Deleting cluster with fsid: 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:14:52.972 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 --force --keep-logs 2024-05-09T04:14:55.302 INFO:teuthology.orchestra.run.smithi188.stdout:Deleting cluster with fsid: 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:15:03.116 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-09T04:15:03.130 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-09T04:15:03.144 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-05-09T04:15:03.157 INFO:tasks.cephadm:Archiving crash dumps... 2024-05-09T04:15:03.159 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699502/remote/smithi037/crash 2024-05-09T04:15:03.160 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/crash -- . 2024-05-09T04:15:03.186 INFO:teuthology.orchestra.run.smithi037.stderr:tar: /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-09T04:15:03.186 INFO:teuthology.orchestra.run.smithi037.stderr:tar: Error is not recoverable: exiting now 2024-05-09T04:15:03.188 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699502/remote/smithi160/crash 2024-05-09T04:15:03.190 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/crash -- . 2024-05-09T04:15:03.202 INFO:teuthology.orchestra.run.smithi160.stderr:tar: /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-09T04:15:03.202 INFO:teuthology.orchestra.run.smithi160.stderr:tar: Error is not recoverable: exiting now 2024-05-09T04:15:03.204 DEBUG:teuthology.misc:Transferring archived files from smithi188:/var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/crash to /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699502/remote/smithi188/crash 2024-05-09T04:15:03.205 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/crash -- . 2024-05-09T04:15:03.216 INFO:teuthology.orchestra.run.smithi188.stderr:tar: /var/lib/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/crash: Cannot open: No such file or directory 2024-05-09T04:15:03.216 INFO:teuthology.orchestra.run.smithi188.stderr:tar: Error is not recoverable: exiting now 2024-05-09T04:15:03.217 INFO:tasks.cephadm:Checking cluster log for badness... 2024-05-09T04:15:03.218 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.log | egrep CEPHADM_ | 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-05-09T04:15:03.246 INFO:tasks.cephadm:Compressing logs... 2024-05-09T04:15:03.246 DEBUG:teuthology.orchestra.run.smithi037:> 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-05-09T04:15:03.292 DEBUG:teuthology.orchestra.run.smithi160:> 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-05-09T04:15:03.295 DEBUG:teuthology.orchestra.run.smithi188:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-05-09T04:15:03.301 INFO:teuthology.orchestra.run.smithi037.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-09T04:15:03.305 INFO:teuthology.orchestra.run.smithi160.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-09T04:15:03.308 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-09T04:15:03.308 INFO:teuthology.orchestra.run.smithi188.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-05-09T04:15:03.309 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-osd.0.log 2024-05-09T04:15:03.309 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-mon.a.log 2024-05-09T04:15:03.309 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-09T04:15:03.310 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.log 2024-05-09T04:15:03.310 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-mon.a.log: /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-09T04:15:03.311 INFO:teuthology.orchestra.run.smithi037.stderr: 83.1% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-09T04:15:03.311 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-09T04:15:03.311 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-mgr.a.log 2024-05-09T04:15:03.312 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.audit.log: /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-mgr.a.log: 87.9% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-09T04:15:03.315 INFO:teuthology.orchestra.run.smithi037.stderr: 90.4% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-09T04:15:03.316 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-09T04:15:03.316 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-osd.2.log 2024-05-09T04:15:03.317 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-09T04:15:03.318 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-05-09T04:15:03.318 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.cephadm.log 2024-05-09T04:15:03.319 INFO:teuthology.orchestra.run.smithi188.stderr:gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.log 2024-05-09T04:15:03.319 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-osd.2.log: /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-09T04:15:03.319 INFO:teuthology.orchestra.run.smithi188.stderr: 81.8% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-09T04:15:03.319 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-mon.c.log 2024-05-09T04:15:03.319 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-09T04:15:03.319 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-mon.c.log: 88.0% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-09T04:15:03.320 INFO:teuthology.orchestra.run.smithi188.stderr: 83.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-09T04:15:03.321 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-osd.1.log 2024-05-09T04:15:03.321 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.cephadm.log: 81.8% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.cephadm.log.gz 2024-05-09T04:15:03.321 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.log 2024-05-09T04:15:03.321 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-volume.log 2024-05-09T04:15:03.323 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-mgr.b.log 2024-05-09T04:15:03.323 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.audit.log 2024-05-09T04:15:03.323 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-mgr.b.log: 87.9% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.log.gz 2024-05-09T04:15:03.323 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-mon.b.log 2024-05-09T04:15:03.323 INFO:teuthology.orchestra.run.smithi188.stderr:/var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.audit.log: 90.5% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-09T04:15:03.324 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.audit.log: /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-mon.b.log: 82.4% 90.7% -- replaced with /var/log/ceph/cephadm.log.gz -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph.audit.log.gz 2024-05-09T04:15:03.324 INFO:teuthology.orchestra.run.smithi160.stderr: 2024-05-09T04:15:03.326 INFO:teuthology.orchestra.run.smithi160.stderr: 91.1% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-mgr.b.log.gz 2024-05-09T04:15:03.333 INFO:teuthology.orchestra.run.smithi037.stderr: 91.8% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-09T04:15:03.334 INFO:teuthology.orchestra.run.smithi037.stderr: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-05-09T04:15:03.339 INFO:teuthology.orchestra.run.smithi188.stderr: 91.9% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-09T04:15:03.347 INFO:teuthology.orchestra.run.smithi160.stderr: 91.9% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-volume.log.gz 2024-05-09T04:15:03.366 INFO:teuthology.orchestra.run.smithi188.stderr: 93.5% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-osd.2.log.gz 2024-05-09T04:15:03.371 INFO:teuthology.orchestra.run.smithi037.stderr: 93.4% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-osd.0.log.gz 2024-05-09T04:15:03.398 INFO:teuthology.orchestra.run.smithi160.stderr: 93.8% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-osd.1.log.gz 2024-05-09T04:15:03.422 INFO:teuthology.orchestra.run.smithi188.stderr: 93.3% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-mon.c.log.gz 2024-05-09T04:15:03.424 INFO:teuthology.orchestra.run.smithi188.stderr: 2024-05-09T04:15:03.424 INFO:teuthology.orchestra.run.smithi188.stderr:real 0m0.124s 2024-05-09T04:15:03.424 INFO:teuthology.orchestra.run.smithi188.stderr:user 0m0.185s 2024-05-09T04:15:03.424 INFO:teuthology.orchestra.run.smithi188.stderr:sys 0m0.021s 2024-05-09T04:15:03.461 INFO:teuthology.orchestra.run.smithi160.stderr: 92.9% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-mon.b.log.gz 2024-05-09T04:15:03.462 INFO:teuthology.orchestra.run.smithi160.stderr: 2024-05-09T04:15:03.462 INFO:teuthology.orchestra.run.smithi160.stderr:real 0m0.166s 2024-05-09T04:15:03.462 INFO:teuthology.orchestra.run.smithi160.stderr:user 0m0.275s 2024-05-09T04:15:03.462 INFO:teuthology.orchestra.run.smithi160.stderr:sys 0m0.014s 2024-05-09T04:15:03.471 INFO:teuthology.orchestra.run.smithi037.stderr: 88.7% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-mgr.a.log.gz 2024-05-09T04:15:03.695 INFO:teuthology.orchestra.run.smithi037.stderr: 91.4% -- replaced with /var/log/ceph/8cd65cde-0db8-11ef-bc97-c7b262605968/ceph-mon.a.log.gz 2024-05-09T04:15:03.697 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-05-09T04:15:03.697 INFO:teuthology.orchestra.run.smithi037.stderr:real 0m0.403s 2024-05-09T04:15:03.697 INFO:teuthology.orchestra.run.smithi037.stderr:user 0m0.649s 2024-05-09T04:15:03.697 INFO:teuthology.orchestra.run.smithi037.stderr:sys 0m0.034s 2024-05-09T04:15:03.697 INFO:tasks.cephadm:Archiving logs... 2024-05-09T04:15:03.698 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699502/remote/smithi037/log 2024-05-09T04:15:03.699 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-09T04:15:03.858 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699502/remote/smithi160/log 2024-05-09T04:15:03.859 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-09T04:15:03.910 DEBUG:teuthology.misc:Transferring archived files from smithi188:/var/log/ceph to /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699502/remote/smithi188/log 2024-05-09T04:15:03.911 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /var/log/ceph -- . 2024-05-09T04:15:03.949 INFO:tasks.cephadm:Removing cluster... 2024-05-09T04:15:03.950 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 --force 2024-05-09T04:15:04.124 INFO:teuthology.orchestra.run.smithi037.stdout:Deleting cluster with fsid: 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:15:05.436 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 --force 2024-05-09T04:15:05.607 INFO:teuthology.orchestra.run.smithi160.stdout:Deleting cluster with fsid: 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:15:06.963 DEBUG:teuthology.orchestra.run.smithi188:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8cd65cde-0db8-11ef-bc97-c7b262605968 --force 2024-05-09T04:15:07.132 INFO:teuthology.orchestra.run.smithi188.stdout:Deleting cluster with fsid: 8cd65cde-0db8-11ef-bc97-c7b262605968 2024-05-09T04:15:08.466 INFO:tasks.cephadm:Removing cephadm ... 2024-05-09T04:15:08.467 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-09T04:15:08.474 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-09T04:15:08.480 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf /home/ubuntu/cephtest/cephadm 2024-05-09T04:15:08.485 INFO:tasks.cephadm:Teardown complete 2024-05-09T04:15:08.485 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-05-09T04:15:08.494 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-05-09T04:15:08.495 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-09T04:15:08.516 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-09T04:15:08.523 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-05-09T04:15:08.607 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-05-09T04:15:08.619 INFO:teuthology.task.clock:Checking final clock skew... 2024-05-09T04:15:08.619 DEBUG:teuthology.orchestra.run.smithi037:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-09T04:15:08.622 DEBUG:teuthology.orchestra.run.smithi160:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-09T04:15:08.625 DEBUG:teuthology.orchestra.run.smithi188:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-05-09T04:15:08.631 INFO:teuthology.orchestra.run.smithi037.stdout: remote refid st t when poll reach delay offset jitter 2024-05-09T04:15:08.631 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================== 2024-05-09T04:15:08.631 INFO:teuthology.orchestra.run.smithi037.stdout:+hv01.front.sepi 67.205.162.81 3 u 63 64 377 0.098 -3.745 0.126 2024-05-09T04:15:08.631 INFO:teuthology.orchestra.run.smithi037.stdout:+hv02.front.sepi 63.231.80.2 3 u 57 64 377 0.096 +1.035 0.216 2024-05-09T04:15:08.631 INFO:teuthology.orchestra.run.smithi037.stdout:*hv03.front.sepi 74.6.168.72 3 u 63 64 377 0.091 +1.406 0.158 2024-05-09T04:15:08.631 INFO:teuthology.orchestra.run.smithi037.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-05-09T04:15:08.637 INFO:teuthology.orchestra.run.smithi160.stdout: remote refid st t when poll reach delay offset jitter 2024-05-09T04:15:08.638 INFO:teuthology.orchestra.run.smithi160.stdout:============================================================================== 2024-05-09T04:15:08.638 INFO:teuthology.orchestra.run.smithi160.stdout:+hv01.front.sepi 67.205.162.81 3 u 64 64 377 0.074 -6.537 1.307 2024-05-09T04:15:08.638 INFO:teuthology.orchestra.run.smithi160.stdout:*hv02.front.sepi 63.231.80.2 3 u 67 64 377 0.110 -0.389 1.108 2024-05-09T04:15:08.638 INFO:teuthology.orchestra.run.smithi160.stdout:+hv03.front.sepi 74.6.168.72 3 u 64 64 377 0.114 -1.576 1.452 2024-05-09T04:15:08.638 INFO:teuthology.orchestra.run.smithi160.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-05-09T04:15:08.639 INFO:teuthology.orchestra.run.smithi188.stdout: remote refid st t when poll reach delay offset jitter 2024-05-09T04:15:08.639 INFO:teuthology.orchestra.run.smithi188.stdout:============================================================================== 2024-05-09T04:15:08.639 INFO:teuthology.orchestra.run.smithi188.stdout:+hv01.front.sepi 67.205.162.81 3 u 60 64 377 0.103 -5.134 2.439 2024-05-09T04:15:08.639 INFO:teuthology.orchestra.run.smithi188.stdout:*hv02.front.sepi 63.231.80.2 3 u 61 64 377 0.076 -0.983 1.988 2024-05-09T04:15:08.639 INFO:teuthology.orchestra.run.smithi188.stdout:+hv03.front.sepi 74.6.168.72 3 u 2 64 377 0.090 -0.490 2.367 2024-05-09T04:15:08.639 INFO:teuthology.orchestra.run.smithi188.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-05-09T04:15:08.640 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-05-09T04:15:08.652 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-05-09T04:15:08.652 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-05-09T04:15:08.696 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-05-09T04:15:08.726 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-05-09T04:15:08.764 INFO:teuthology.task.internal:Duration was 1482.770841 seconds 2024-05-09T04:15:08.764 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-05-09T04:15:08.780 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-05-09T04:15:08.780 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-09T04:15:08.783 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-09T04:15:08.785 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-05-09T04:15:08.822 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-05-09T04:15:08.822 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi037.front.sepia.ceph.com 2024-05-09T04:15:08.823 DEBUG:teuthology.orchestra.run.smithi037:> 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-05-09T04:15:08.872 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi160.front.sepia.ceph.com 2024-05-09T04:15:08.872 DEBUG:teuthology.orchestra.run.smithi160:> 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-05-09T04:15:08.882 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi188.front.sepia.ceph.com 2024-05-09T04:15:08.882 DEBUG:teuthology.orchestra.run.smithi188:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-05-09T04:15:08.893 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-05-09T04:15:08.893 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-09T04:15:08.916 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-09T04:15:08.930 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-05-09T04:15:08.972 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-05-09T04:15:08.972 DEBUG:teuthology.orchestra.run.smithi037:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-09T04:15:09.004 DEBUG:teuthology.orchestra.run.smithi160:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-09T04:15:09.011 DEBUG:teuthology.orchestra.run.smithi188:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-05-09T04:15:09.125 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-05-09T04:15:09.134 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-05-09T04:15:09.134 DEBUG:teuthology.orchestra.run.smithi037:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-09T04:15:09.147 DEBUG:teuthology.orchestra.run.smithi160:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-09T04:15:09.160 DEBUG:teuthology.orchestra.run.smithi188:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-05-09T04:15:09.172 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-05-09T04:15:09.200 DEBUG:teuthology.orchestra.run.smithi037:> 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-05-09T04:15:09.202 DEBUG:teuthology.orchestra.run.smithi160:> 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-05-09T04:15:09.205 DEBUG:teuthology.orchestra.run.smithi188:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-05-09T04:15:09.211 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = core 2024-05-09T04:15:09.215 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = core 2024-05-09T04:15:09.226 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = core 2024-05-09T04:15:09.248 DEBUG:teuthology.orchestra.run.smithi037:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-09T04:15:09.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-09T04:15:09.283 DEBUG:teuthology.orchestra.run.smithi160:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-09T04:15:09.289 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-09T04:15:09.290 DEBUG:teuthology.orchestra.run.smithi188:> test -e /home/ubuntu/cephtest/archive/coredump 2024-05-09T04:15:09.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-05-09T04:15:09.295 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-05-09T04:15:09.304 INFO:teuthology.task.internal:Transferring archived files... 2024-05-09T04:15:09.305 DEBUG:teuthology.misc:Transferring archived files from smithi037:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699502/remote/smithi037 2024-05-09T04:15:09.305 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-09T04:15:09.349 DEBUG:teuthology.misc:Transferring archived files from smithi160:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699502/remote/smithi160 2024-05-09T04:15:09.349 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-09T04:15:09.372 DEBUG:teuthology.misc:Transferring archived files from smithi188:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-05-09_03:09:40-orch:cephadm-wip-adk-testing-2024-05-08-1927-distro-default-smithi/7699502/remote/smithi188 2024-05-09T04:15:09.372 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-05-09T04:15:09.394 INFO:teuthology.task.internal:Removing archive directory... 2024-05-09T04:15:09.394 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-09T04:15:09.397 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-09T04:15:09.415 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf -- /home/ubuntu/cephtest/archive 2024-05-09T04:15:09.440 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-05-09T04:15:09.452 INFO:teuthology.task.internal:Not uploading archives. 2024-05-09T04:15:09.452 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-05-09T04:15:09.491 INFO:teuthology.task.internal:Tidying up after the test... 2024-05-09T04:15:09.491 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-09T04:15:09.493 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-09T04:15:09.496 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-05-09T04:15:09.497 INFO:teuthology.orchestra.run.smithi037.stdout: 658643 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 9 04:15 /home/ubuntu/cephtest 2024-05-09T04:15:09.500 INFO:teuthology.orchestra.run.smithi160.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 9 04:15 /home/ubuntu/cephtest 2024-05-09T04:15:09.502 INFO:teuthology.orchestra.run.smithi188.stdout: 658434 4 drwxr-xr-x 2 ubuntu ubuntu 4096 May 9 04:15 /home/ubuntu/cephtest 2024-05-09T04:15:09.504 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-05-09T04:15:09.533 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-05-09T04:15:09.640 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 1482.7708411216736 flavor: default owner: scheduled_adking@teuthology success: true 2024-05-09T04:15:09.640 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-05-09T04:15:09.722 INFO:teuthology.run:pass